Gets cell signals for a subset of units and a subset of arrays.
# S3 method for AffymetrixCelSet
getUnitIntensities(this, units=NULL, ..., force=FALSE, cache=!is.null(units),
verbose=FALSE)Returns a named list structure.
An integer index vector specifying units to be read.
If NULL, all units are read.
Arguments passed to the low-level function for reading
CEL units, i.e. readCelUnits.
If units is not already a CDF list structure, these arguments
are also passed to readUnits() of AffymetrixCdfFile.
If TRUE, cached values are ignored.
If TRUE, progress details are printed, otherwise not.
May also be a Verbose object.
Henrik Bengtsson
For more information see AffymetrixCelSet.