Description Usage Arguments Value Examples
View source: R/aggreg_norm_functions.R
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.
1 | normalizeData(MRobj, norm_method)
|
MRobj |
the MRexperiment |
norm_method |
method to use for normalization; CSS or Proportional |
the normalized MRobj
1 2 | data("mouseData", package = "metagenomeSeq")
normalizeData(mouseData, norm_method = "CSS")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.