Learn R Programming

aroma.affymetrix (version 3.0.0)

getUnitTypes.AffymetrixCdfFile: Gets the types of a set of units

Description

Gets the types of a set of units.

Usage

"getUnitTypes"(this, units=NULL, ..., force=FALSE, .cache=TRUE, verbose=FALSE)

Arguments

units
The units of interest. If NULL, all units are considered.
map
A character string specifying the mapping used.
...
Not used.

Value

Returns a vector of integers.

Details

Once read from file, this information is cached in memory for efficiency. The cache can be cleared by calling gc(cdf).

See Also

For more information see AffymetrixCdfFile.