ezQuantileNorm: Quantile Normalization

View source: R/util.R

ezQuantileNormR Documentation

Quantile Normalization

Description

A convenience call to the corresponding method from the preprocessCore package that keeps row and column names of the input matrix.

Usage

ezQuantileNorm(x)

Arguments

x

the matrix to normalize.

Value

Returns the normalized matrix.

Author(s)

Rehrauer, Hubert

Schmid, Peter

See Also

normalize.quantiles

Examples

m1 = matrix(1:20,4)
m2 = ezQuantileNorm(m1)

uzh/ezRun documentation built on May 4, 2024, 3:23 p.m.