normalizeData: Calls appropriate normalization functions depending on input...

Description Usage Arguments Value Examples

View source: R/aggreg_norm_functions.R

Description

Calls appropriate normalization functions depending on input parameter The two available methods included in the package are based on either calculating proportions or by using cumulative sum scaling (CSS), Paulson, et al. Nat Meth 2013.

Usage

1
normalizeData(MRobj, norm_method)

Arguments

MRobj

the MRexperiment

norm_method

method to use for normalization; CSS or Proportional

Value

the normalized MRobj

Examples

1
2
data("mouseData", package = "metagenomeSeq")
normalizeData(mouseData, norm_method = "CSS")

microbiomeExplorer documentation built on Nov. 8, 2020, 8:16 p.m.