mSet-class | R Documentation |
'mSet' is a S4 class extended from the virtual 'Set' used as object to store metabolites abundance matrix.
S4 class
Samples
character a character vector contains the samples
Features
character a character vector contains the features
dt
data.table metabolties abundance matrix
m.path <- system.file("extdata", "metabolites_and_genera.rda", package = "mbOmic")
load(m.path)
names(metabolites)[1] <- 'rn'
bSet(b = metabolites)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.