View source: R/biom2MRexperiment.R
biom2MRexperiment | R Documentation |
Wrapper to convert biom files to MRexperiment objects.
biom2MRexperiment(obj)
obj |
The biom object file. |
A MRexperiment object.
loadMeta
loadPhenoData
newMRexperiment
loadBiom
library(biomformat)
rich_dense_file = system.file("extdata", "rich_dense_otu_table.biom", package = "biomformat")
x = biomformat::read_biom(rich_dense_file)
biom2MRexperiment(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.