normalizeQuantile.AffymetrixCelSet | R Documentation |
Normalizes samples to have the same empirical distribution.
## S3 method for class 'AffymetrixCelSet'
normalizeQuantile(this, path=NULL, name="normQuantile", subsetToUpdate=NULL,
typesToUpdate=NULL, xTarget=NULL, subsetToAvg=subsetToUpdate, typesToAvg=typesToUpdate,
..., verbose=FALSE)
path |
The path where to save the normalized data files.
If |
name |
The name of the normalized data set, which will also be part of the default path. |
subsetToUpdate |
The probes to be updated.
If |
typesToUpdate |
Types of probes to be updated. |
xTarget |
A |
subsetToAvg |
The probes to calculate average empirical
distribution over. If a single |
typesToAvg |
Types of probes to be used when calculating the
average empirical distribution.
If |
... |
Additional arguments passed to |
verbose |
See |
Returns a double
vector
.
Henrik Bengtsson
normalizeQuantileRank.numeric
For more information see AffymetrixCelSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.