TileQuantileNorm {TileShuffle} | R Documentation |
Performs full-quantile normalization.
TileQuantileNorm(int, overwrite)
int |
A numeric matrix or data.frame with probe
intensities to be quantile normalized. It consists of rows for each
probe and columns for each sample. |
overwrite |
Indicates whether normalized intensities are returned
by overwriting the given int parameter or by returning the
normalized intensities as a numeric matrix . |
Performs full-quantile normalization of the given numeric
matrix
or data.frame
that contains only numeric
values.
None if overwrite
is enabled, otherwise a numeric
matrix
containing the intensities after full quantile
normalization.