| mSet | R Documentation | 
Function to return 'mSet' class.
mSet(m, ...)
| m | 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 'm' data.table will be taken as the Samples names. | 
a 'mSet' class
path <- system.file('extdata', 'metabolites_and_genera.rda', package = 'mbOmic')
load(path)
names(metabolites)[1] <- 'rn'
mSet(m = metabolites)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.