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

조회 수: 6 (최근 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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Genomics 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