nbrOfGroupsPerUnit.AffymetrixCdfFile {aroma.affymetrix}R Documentation

Gets the number of groups in each unit

Description

Gets the number of groups in each unit.

Usage

## S3 method for class 'AffymetrixCdfFile':
nbrOfGroupsPerUnit(this, units=NULL, ..., force=FALSE, verbose=FALSE)

Arguments

units The units of interest. If NULL, all units are considered.
... Not used.
verbose A logical or Verbose.

Details

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

Value

Returns a vector of integers.

Author(s)

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

See Also

For more information see AffymetrixCdfFile.


[Package aroma.affymetrix version 1.2.0 Index]