Learn R Programming

aroma.affymetrix (version 3.2.3)

readRawData.AffymetrixCelFile: Gets all or a subset of the fields in a CEL file

Description

Gets all or a subset of the fields in a CEL file for all or a subset of the cells.

Usage

# S3 method for AffymetrixCelFile
readRawData(this, indices=NULL, fields=c("xy", "intensities", "stdvs", "pixels"), ...,
  drop=FALSE, verbose=FALSE)

Arguments

Value

Returns a data.frame of the fields requested (unless dimension dropped).

See Also

For more information see AffymetrixCelFile.