Last data update: 2014.03.03

R: Quantile normalize a matrix
QuantileNormR Documentation

Quantile normalize a matrix

Description

Quantile normalize a matrix

Usage

QuantileNorm(X)

Arguments

X

A matrix of real values where each row corresponds to a patient and each column is a gene

Value

The normalized matrix of X

Examples

data(expr)
expr.quantile = QuantileNorm(expr)

Results