-
Notifications
You must be signed in to change notification settings - Fork 47
Error log
Most of the errors will also be filed as issues to be more visible
Error:
Error in Table(getGEO(Platforms()[platformIndex()])) : error in evaluating the argument 'object' in selecting a method for function 'Table': Error in if (GSEMatrix & geotype == "GSE") { : argument is of length zero
Error in colnames(platInfo()) : error in evaluating the argument 'x' in selecting a method for function 'colnames': Error in Table(getGEO(Platforms()[platformIndex()])) : error in evaluating the argument 'object' in selecting a method for function 'Table': Error in if (GSEMatrix & geotype == "GSE") { : argument is of length zero
Explanation:
-
From the GEO Accession web page, if the table doesn't include "Gene Symbol" the current code won't be able to match the platforms up [6/1/2015]
-
We now have the drop-down fields returning NULL instead of the errors listed below [7/1/2015]
Error:
Error in which(sapply(data, is.numeric)) : argument to 'which' is not logical
Explanation:
- Not sure yet [6/1/2015]