Learn R Programming

metagenomeSeq (version 1.10.0)

biom2MRexperiment: Biome to MRexperiment objects

Description

Wrapper to convert biome files to MRexperiment objects.

Usage

biom2MRexperiment(obj)

Arguments

obj
The biome object file.

Value

A MRexperiment object.

See Also

load_meta load_phenoData newMRexperiment load_biom

Examples

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

Run the code above in your browser using DataLab