loadBiom: Load objects organized in the Biom format.

View source: R/loadBiom.R

loadBiomR Documentation

Load objects organized in the Biom format.

Description

Wrapper to load Biom formatted object.

Usage

loadBiom(file)

Arguments

file

The biom object filepath.

Value

A MRexperiment object.

See Also

loadMeta loadPhenoData newMRexperiment biom2MRexperiment

Examples


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

HCBravoLab/metagenomeSeq documentation built on March 17, 2024, 3:21 p.m.