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
Thank you for developing this useful platform. I'm confused about the fold-change analysis using the example data "human_cachexia.csv", as it shows a totally different results with the tutoria.
Here is my code: library(MetaboAnalystR) mSet<-InitDataObjects("conc", "stat", FALSE) mSet<-Read.TextData(mSet, "https://rest.xialab.ca/api/download/metaboanalyst/human_cachexia.csv", "rowu", "disc") mSet<-SanityCheckData(mSet) mSet<-FC.Anal(mSet, 2.0, 0, FALSE) mSet<-PlotFC(mSet, "fc_0_", "png", 72, width=NA) mSet$analSet$fc$fc.log
My results: (Only the first few metabolites are shown because the original result was too long)
It shows the same result as the tutorial after column-wise normalization. However, as the tutorial recommends, FC is calculated as the ratio between two group means using the data before column-wise normalization was applied. So which method should I choose?
Thank you for developing this useful platform. I'm confused about the fold-change analysis using the example data "human_cachexia.csv", as it shows a totally different results with the tutoria.
Here is my code:
library(MetaboAnalystR)
mSet<-InitDataObjects("conc", "stat", FALSE)
mSet<-Read.TextData(mSet, "https://rest.xialab.ca/api/download/metaboanalyst/human_cachexia.csv", "rowu", "disc")
mSet<-SanityCheckData(mSet)
mSet<-FC.Anal(mSet, 2.0, 0, FALSE)
mSet<-PlotFC(mSet, "fc_0_", "png", 72, width=NA)
mSet$analSet$fc$fc.log
My results: (Only the first few metabolites are shown because the original result was too long)
The tutorial:
Thank you so much for your kind help!
The text was updated successfully, but these errors were encountered: