View source: R/general_norm_utils.R
Normalization | R Documentation |
This function performs row-wise normalization, transformation, and scaling of your metabolomic data.
Normalization(mSetObj, rowNorm, transNorm, scaleNorm, ref=NULL, ratio=FALSE, ratioNum=20)
mSetObj |
Input the name of the created mSetObj (see InitDataObjects) |
rowNorm |
Select the option for row-wise normalization, "QuantileNorm" for Quantile Normalization, "CompNorm" for Normalization by a reference feature, "SumNorm" for Normalization to constant sum, "MedianNorm" for Normalization to sample median, and "SpecNorm" for Normalization by a sample-specific factor. |
transNorm |
Select option to transform the data, "LogNorm" for Log Normalization, and "CrNorm" for Cubic Root Transformation. |
scaleNorm |
Select option for scaling the data, "MeanCenter" for Mean Centering, "AutoNorm" for Autoscaling, "ParetoNorm" for Pareto Scaling, amd "RangeNorm" for Range Scaling. |
ref |
Input the name of the reference sample or the reference feature, use " " around the name. |
ratio |
This option is only for biomarker analysis. |
ratioNum |
Relevant only for biomarker analysis. |
Jeff Xia jeff.xia@mcgill.ca, Jasmine Chong McGill University, Canada
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.