Learn R Programming

aroma.affymetrix (version 3.2.2)

AffymetrixPgfFile$findByChipType: Locates a PGF file from its chip type

Description

Locates a PGF file from its chip type.

Usage

## Static method (use this):
## AffymetrixPgfFile$findByChipType(chipType, tags=NULL, pattern=NULL, ...)

## Don't use the below: # S3 method for AffymetrixPgfFile findByChipType(static, chipType, tags=NULL, pattern=NULL, ...)

Value

Returns a pathname as a character string to the first PGF file found. If non PGF with requested chip type was found, NULL is returned.

Arguments

chipType

A character string.

tags

An optional character vector of tags.

pattern

An optional character string.

...

Not used.

See Also

For more information see AffymetrixPgfFile.