| bSet | R Documentation | 
Function to return 'bSet' class.
bSet(b, ...)
| b | data.table, metabolites aundance matrix. if 'rn' column is not contained in this data.table, the 'Features' parameter should be given by character vector. | 
| ... | 'Samples' or 'Features'. if the 'Samples' not given, the colnames of 'b' data.table will be taken as the Samples names. | 
a 'bSet' class
path <- system.file('extdata', 'metabolites_and_genera.rda', package = 'mbOmic')
load(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.