loadBiom: Load objects organized in the Biom format.

Description Usage Arguments Value See Also Examples

View source: R/loadBiom.R

Description

Wrapper to load Biom formatted object.

Usage

1

Arguments

file

The biom object filepath.

Value

A MRexperiment object.

See Also

loadMeta loadPhenoData newMRexperiment biom2MRexperiment

Examples

1
2
3
4
#library(biomformat)
rich_dense_file = system.file("extdata", "rich_dense_otu_table.biom", package = "biomformat")
x = loadBiom(rich_dense_file)
x

metagenomeSeq documentation built on Nov. 8, 2020, 5:34 p.m.