Learn R Programming

aroma.affymetrix (version 3.2.2)

fitQuantileNormFcn.AffymetrixCelFile: Fits quantile normalization functions for the arrays in the data set

Description

Fits quantile normalization functions for the arrays in the data set.

Usage

# S3 method for AffymetrixCelFile
fitQuantileNormFcn(this, yTarget, subset=NULL, ..., spar=NULL, nknots=1024,
  verbose=FALSE)

Value

Returns a normalization function.

Arguments

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.

Author

Henrik Bengtsson

See Also

For more information see AffymetrixCelFile.