Learn R Programming

xseq (version 0.2.1)

QuantileNorm: 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

Run this code
data(expr)
expr.quantile = QuantileNorm(expr)

Run the code above in your browser using DataLab