setRestructor.AffymetrixCdfFile | R Documentation |
Specifies a function through which of all or a subset of the units.
## S3 method for class 'AffymetrixCdfFile'
setRestructor(this, fcn=NULL, ...)
... |
Additional arguments passed to
|
Returns the list
structure returned by
readCdfCellIndices
.
The reconstructor function have to:
Accept a list
structure as its first argument.
Require no other arguments.
Return a 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:
Rearrange the groups or change the number of groups, for
instance by utilizing applyCdfGroups
.
Exclude some cells, for instance by excluding MMs.
For more information see AffymetrixCdfFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.