Normalization: Normalization

View source: R/general_norm_utils.R

NormalizationR Documentation

Normalization

Description

This function performs row-wise normalization, transformation, and scaling of your metabolomic data.

Usage

Normalization(mSetObj, rowNorm, transNorm, scaleNorm, ref=NULL, ratio=FALSE, ratioNum=20)

Arguments

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.

Author(s)

Jeff Xia jeff.xia@mcgill.ca, Jasmine Chong McGill University, Canada


xia-lab/MetaboAnalystR documentation built on April 20, 2024, 8:13 p.m.