Normalizes the probe intensities to a target empirical distribution.
# S3 method for AffymetrixCelFile
normalizeQuantile(this, path=file.path("normQuantile", getChipType(this)), xTarget,
subsetToUpdate=NULL, typesToUpdate=NULL, ..., overwrite=FALSE, skip=!overwrite,
verbose=FALSE)Returns the normalized AffymetrixCelFile object.
The path where to save the normalized data files.
A numeric vector. The empirical distribution
to which all arrays should be normalized to.
The indices of the probes to be updated.
If NULL, all are updated.
Types of probes to be updated. For more details,
see argument types of identifyCells() for the
AffymetrixCdfFile class.
Additional arguments passed to normalizeQuantile().
If TRUE, already normalized arrays are overwritten,
unless skipped, otherwise an error is thrown.
If TRUE, the array is not normalized if it already exists.
See Verbose.
Henrik Bengtsson, Ken Simpson
normalizeQuantile
For more information see AffymetrixCelFile.