TileQuantileNorm {TileShuffle}R Documentation

TileQuantileNorm

Description

Performs full-quantile normalization.

Usage

TileQuantileNorm(int, overwrite)

Arguments

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.

Details

Performs full-quantile normalization of the given numeric matrix or data.frame that contains only numeric values.

Value

None if overwrite is enabled, otherwise a numeric matrix containing the intensities after full quantile normalization.


[Package TileShuffle version 0.1.0 Index]