setRestructor.AffymetrixCdfFile {aroma.affymetrix} | R Documentation |
Specifies a function through which of all or a subset of the units.
## S3 method for class 'AffymetrixCdfFile': setRestructor(this, fcn=NULL, ...)
units |
The units of interest. If NULL , all units are considered. |
... |
Additional arguments passed to
readCdfCellIndices . |
Returns the list
structure returned by
readCdfCellIndices
.
The reconstructor function have to:
list
structure as its first argument.
list
structure of identical length as the input one.
In other words, it must not change the number of units nor
the order of units.
The reconstructor function may:
applyCdfGroups
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCdfFile
.