loadBiom | R Documentation |
Wrapper to load Biom formatted object.
loadBiom(file)
file |
The biom object filepath. |
A MRexperiment object.
loadMeta
loadPhenoData
newMRexperiment
biom2MRexperiment
#library(biomformat)
rich_dense_file = system.file("extdata", "rich_dense_otu_table.biom", package = "biomformat")
x = loadBiom(rich_dense_file)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.