You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my code to run metabolite enrichment analysis: mSet<-InitDataObjects("conc", "msetqea", FALSE) mSet<-Read.TextData(mSet, "placeholder.csv", "rowu", "disc") mSet<-SanityCheckData(mSet) mSet<-ReplaceMin(mSet) mSet<-CrossReferencing(mSet, "name") mSet<-CreateMappingResultTable(mSet) mSet<-PreparePrenormData(mSet) mSet<-Normalization(mSet, "NULL", "LogNorm", "NULL", ratio=FALSE, ratioNum=20) mSet<-PlotNormSummary(mSet, "norm_0_", "png", 72, width=NA) mSet<-PlotSampleNormSummary(mSet, "snorm_0_", "png", 72, width=NA) mSet<-SetMetabolomeFilter(mSet, F) mSet<-SetCurrentMsetLib(mSet, "kegg_pathway", 2) mSet<-CalculateGlobalTestScore(mSet)
The error is here: mSet<-CalculateGlobalTestScore(mSet)
and the error messages are:
[1] "Failed to connect to the API Server!"
[1] "Error! QEA Pathway Analysis via xialab.ca/api unsuccessful!"
Error in mSetObj$analSet : $ operator is invalid for atomic vectors
How do I solve this problem? This issue appeared only when I wanted to use KEGG. When I was playing with SMPDB ('smpdb_pathway'), there is no error generated.
The text was updated successfully, but these errors were encountered:
This is my code to run metabolite enrichment analysis:
mSet<-InitDataObjects("conc", "msetqea", FALSE)
mSet<-Read.TextData(mSet, "placeholder.csv", "rowu", "disc")
mSet<-SanityCheckData(mSet)
mSet<-ReplaceMin(mSet)
mSet<-CrossReferencing(mSet, "name")
mSet<-CreateMappingResultTable(mSet)
mSet<-PreparePrenormData(mSet)
mSet<-Normalization(mSet, "NULL", "LogNorm", "NULL", ratio=FALSE, ratioNum=20)
mSet<-PlotNormSummary(mSet, "norm_0_", "png", 72, width=NA)
mSet<-PlotSampleNormSummary(mSet, "snorm_0_", "png", 72, width=NA)
mSet<-SetMetabolomeFilter(mSet, F)
mSet<-SetCurrentMsetLib(mSet, "kegg_pathway", 2)
mSet<-CalculateGlobalTestScore(mSet)
The error is here:
mSet<-CalculateGlobalTestScore(mSet)
and the error messages are:
[1] "Failed to connect to the API Server!"
[1] "Error! QEA Pathway Analysis via xialab.ca/api unsuccessful!"
Error in mSetObj$analSet : $ operator is invalid for atomic vectors
How do I solve this problem? This issue appeared only when I wanted to use KEGG. When I was playing with SMPDB ('smpdb_pathway'), there is no error generated.
The text was updated successfully, but these errors were encountered: