process.DChipQuantileNormalization: Normalizes the data set
Description
Normalizes the data set.
Usage
# S3 method for DChipQuantileNormalization
process(this, ..., force=FALSE, skip=TRUE, verbose=FALSE)
Arguments
- ...
Arguments passed to
normalizeQuantileSpline.numeric
.
- force
If TRUE
, data already normalized is re-normalized,
otherwise not.
- verbose
See Verbose
.
See Also
For more information see DChipQuantileNormalization
.