bSet-class | R Documentation |
'bSet' class is similar to the 'mSet' class but it store the OTU abundance matrix rather than the metabolite abundance.
S4 class
Samples
character a character vector contains the samples
Features
character a character vector contains the features
dt
data.table OTU abundance matrix
b.path <- system.file("extdata", "metabolites_and_genera.rda", package = "mbOmic")
load(b.path)
names(genera)[1] <- 'rn'
bSet(b = genera)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.