fitQuantileNormFcn.AffymetrixCelFile {aroma.affymetrix} | R Documentation |
Fits quantile normalization functions for the arrays in the data set.
## S3 method for class 'AffymetrixCelFile': fitQuantileNormFcn(this, yTarget, subset=NULL, ..., spar=NULL, nknots=1024, verbose=FALSE)
yTarget |
The target probe signals. |
subset |
An optional numeric vector specifying the indices of the
subset of probes to be used to fit the normalization function. |
spar, nknots |
Control parameters passed to
smooth.spline . |
... |
Not used. |
verbose |
See Verbose . |
Returns a normalization function
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCelFile
.