QuantileNorm: Quantile normalize a matrix

Description Usage Arguments Value Examples

Description

Quantile normalize a matrix

Usage

1

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

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

Example output



xseq documentation built on May 1, 2019, 9:47 p.m.