PerformNormalization | R Documentation |
This function performs normalization on the uploaded data.
PerformNormalization(
mbSetObj,
rare.opt,
scale.opt,
transform.opt,
isAutoScale = F
)
mbSetObj |
Input the name of the mbSetObj. |
rare.opt |
Character, "rarewi" to rarefy the data and "none" to not. |
scale.opt |
Character, input the name of the data scaling option. "colsum" for total sum scaling, "CSS" for cumulative sum scaling, "upperquartile" for upper-quartile normalization, and "none" to none. |
transform.opt |
Character, input the name of the data transformation to be applied. "rle" for relative log expression, "TMM" for trimmed mean of M-values, "clr" for centered log ratio, and "none" for none. |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.