I get a mavolcanoplot error and am not sure what it means

8 ビュー (過去 30 日間)
James Quinn
James Quinn 2018 年 10 月 19 日
コメント済み: James Quinn 2018 年 10 月 20 日
What is meant by holes? Error using message Error filling holes for bioinfo:mavolcanoplot:InvalidPVCutoff. Floating point numbers are not allowed as holes. They should be converted to character vectors.
Error in mavolcanoplot>check_inputdata (line 1466) warning(message('bioinfo:mavolcanoplot:InvalidPVCutoff', paramStruct.pvCutoff));
Error in mavolcanoplot (line 111) [X, Y, PV, paramStruct] = check_inputdata(X, Y, PV, paramStruct);

採用された回答

Arthur Goldsipe
Arthur Goldsipe 2018 年 10 月 20 日
I looked at the code for this function. It looks like you are are getting the wrong error message due to a bug in the Bioinformatics Toolbox. You should have received a warning that the value for the PCutoff option is invalid, and that the default of 0.05 will be used. If you specified the value for PCutoff, make sure that it is between the minimum and maximum values in your dataset.
If you did not specify a value for PCutoff, then perhaps you are encountering another issue. It looks like this warning would be issued if all your PValues are greater than 0.05 or if all your PValues are less than 0.05.
  1 件のコメント
James Quinn
James Quinn 2018 年 10 月 20 日
I think my p values imply insignificance. Thanks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGenomics and Next Generation Sequencing についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by