Description Usage Arguments Value See Also Examples
View source: R/biom2MRexperiment.R
Wrapper to convert biom files to MRexperiment objects.
1 | biom2MRexperiment(obj)
|
obj |
The biom object file. |
A MRexperiment object.
loadMeta
loadPhenoData
newMRexperiment
loadBiom
1 2 3 4 | 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.