normalizeQuantile.AffymetrixCelFile | R Documentation |
Normalizes the probe intensities to a target empirical distribution.
## S3 method for class 'AffymetrixCelFile'
normalizeQuantile(this, path=file.path("normQuantile", getChipType(this)), xTarget,
subsetToUpdate=NULL, typesToUpdate=NULL, ..., overwrite=FALSE, skip=!overwrite,
verbose=FALSE)
path |
The path where to save the normalized data files. |
xTarget |
A |
subsetToUpdate |
The indices of the probes to be updated.
If |
typesToUpdate |
Types of probes to be updated. For more details,
see argument |
... |
Additional arguments passed to |
overwrite |
If |
skip |
If |
verbose |
See |
Returns the normalized AffymetrixCelFile
object.
Henrik Bengtsson, Ken Simpson
normalizeQuantile
For more information see AffymetrixCelFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.