MRexperiment2biom: MRexperiment to biom objects

Description Usage Arguments Value See Also

View source: R/MRexperiment2biom.R

Description

Wrapper to convert MRexperiment objects to biom objects.

Usage

1
2
3
4
5
6
7
8
MRexperiment2biom(
  obj,
  id = NULL,
  norm = FALSE,
  log = FALSE,
  sl = 1000,
  qiimeVersion = TRUE
)

Arguments

obj

The MRexperiment object.

id

Optional id for the biom matrix.

norm

normalize count table

log

log2 transform count table

sl

scaling factor for normalized counts.

qiimeVersion

Format fData according to QIIME specifications (assumes only taxonomy in fData).

Value

A biom object.

See Also

loadMeta loadPhenoData newMRexperiment loadBiom biom2MRexperiment


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