Learn R Programming

aroma.affymetrix (version 2.11.1)

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 class 'AffymetrixPgfFile': findByChipType(static, chipType, tags=NULL, pattern=NULL, ...)

Arguments

chipType
A character string.
tags
An optional character vector of tags.
pattern
An optional character string.
...
Not used.

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.

See Also

For more information see AffymetrixPgfFile.