Learn R Programming

metagenomeSeq (version 1.14.0)

load_biom: Load objects organized in the Biom format.

Description

Wrapper to load Biom formatted object.

Usage

load_biom(file)

Arguments

file
The biom object filepath.

Value

A MRexperiment object.

See Also

load_meta load_phenoData newMRexperiment biom2MRexperiment

Examples

Run this code

#library(biomformat)
#rich_dense_file = system.file("extdata", "rich_dense_otu_table.biom", package = "biomformat")
#x = load_biom(rich_dense_file)
#x

Run the code above in your browser using DataLab