Learn R Programming

aroma.affymetrix (version 3.0.0)

convertUnits.AffymetrixCdfFile: Gets and validates unit indices

Description

Gets and validates unit indices either by unit names or by a unit indices (validation).

Usage

"convertUnits"(this, units=NULL, keepNULL=FALSE, ...)

Arguments

units
Either a character vector with unit names, or an integer vector with unit indices to be validated. If NULL, all unit indices are returned.
keepNULL
If TRUE, NULL returns NULL.
...
Not used.

Value

Returns an integer vector with unit indices. If some units are non existing, an error is thrown.

See Also

For more information see AffymetrixCdfFile.