Learn R Programming

aroma.affymetrix (version 3.2.3)

AffymetrixCelFile$fromFile: Defines an AffymetrixCelFile object from a CEL file

Description

Defines an AffymetrixCelFile object from a CEL file.

Usage

## Static method (use this):
## AffymetrixCelFile$fromFile(filename, path=NULL, ..., verbose=FALSE, .checkArgs=TRUE)

## Don't use the below: # S3 method for AffymetrixCelFile fromFile(static, filename, path=NULL, ..., verbose=FALSE, .checkArgs=TRUE)

Arguments

Value

Returns an AffymetrixCelFile object. If the file is not found or if it is of the wrong file format, an error is thrown.

See Also

For more information see AffymetrixCelFile.