Learn R Programming

aroma.affymetrix (version 3.2.2)

setCdf.AffymetrixCelSet: Sets the CDF structure for this CEL set

Description

Sets the CDF structure for this CEL set. This structures is assigned to all CEL files in the set.

Usage

# S3 method for AffymetrixCelSet
setCdf(this, cdf, verbose=FALSE, ..., .checkArgs=TRUE)

Value

Returns nothing.

Arguments

cdf

An AffymetrixCdfFile object.

verbose

If TRUE, progress details are printed, otherwise not. May also be a Verbose object.

...

Not used.

.checkArgs

(Internal) If FALSE, arguments are not validated.

Author

Henrik Bengtsson

See Also

*getCdf(). For more information see AffymetrixCelSet.