rankScore | R Documentation |
rankScore() ranks metabolites of bmetenrichr object to perform bootstrapping metabolite set enrichment analysis
rankScore(object, ...)
object |
A bmetenrichr object. |
ranking.by |
A character of either 't.test' (default) or 'wilcox.test', to rank metabolites using the respective statistic. |
An object of class bmetenrich.
myTestRun <-
rankScore(object = myTestRun, ranking.by = 't.test')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.