I am getting an error in the runGC function, when it gets to the following part:
ann.df <- getAnnotationMat(exp.msp = allSamples.msp, pspectra = PseudoSpectra,
-
allMatches = allSam.matches)
It throws an error:
"Error in if (relI < 0) { : missing value where TRUE/FALSE needed"
I was trying to troubleshoot it on my own, by going through the function line by line, but I can't find the 'relInt' function that seems to be causing the problem.
I am getting an error in the runGC function, when it gets to the following part:
ann.df <- getAnnotationMat(exp.msp = allSamples.msp, pspectra = PseudoSpectra,
It throws an error:
"Error in if (relI < 0) { : missing value where TRUE/FALSE needed"
I was trying to troubleshoot it on my own, by going through the function line by line, but I can't find the 'relInt' function that seems to be causing the problem.