Learn R Programming

aroma.affymetrix (version 3.2.2)

getUnitNames.AffymetrixCdfFile: Gets the names of each unit

Description

Gets the names of each unit.

Usage

# S3 method for AffymetrixCdfFile
getUnitNames(this, units=NULL, ...)

Value

Returns a vector of character names.

Arguments

units

The units of interest. If NULL, all units are considered.

...

Not used.

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.