Learn R Programming

metagenomeSeq (version 1.10.0)

load_biom: Load objects organized in the Biome format.

Description

Wrapper to load Biome formatted object.

Usage

load_biom(file)

Arguments

file
The biome object filepath.

Value

A MRexperiment object.

See Also

load_meta load_phenoData newMRexperiment biom2MRexperiment

Examples

Run this code
#library(biom)
#rich_dense_file = system.file("extdata", "rich_dense_otu_table.biom", package = "biom")
#x = load_biome(rich_dense_file)
#x

Run the code above in your browser using DataLab