getUnitIntensities.AffymetrixCelSet {aroma.affymetrix}R Documentation

Gets cell signals for a subset of units and a subset of arrays

Description

Gets cell signals for a subset of units and a subset of arrays.

Usage

## S3 method for class 'AffymetrixCelSet':
getUnitIntensities(this, units=NULL, ..., force=FALSE, cache=TRUE, verbose=FALSE)

Arguments

units An integer index vector specifying units to be read. If NULL, all units are read.
... Arguments passed to the low-level function for read units, e.g. readCelUnits or readApdUnits. If units is not already a CDF list structure, these arguments are also passed to readUnits() of AffymetrixCdfFile.
force If TRUE, cached values are ignored.
verbose If TRUE, progress details are printed, otherwise not. May also be a Verbose object.

Value

Returns a named list structure.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see AffymetrixCelSet.


[Package aroma.affymetrix version 1.2.0 Index]