Learn R Programming

aroma.apd (version 0.7.0)

readApdMap: Reads an APD probe map file

Description

Reads an APD probe map file.

Usage

# S3 method for default
readApdMap(filename, path=NULL, ...)

Value

A named list with the two elements header and

map. The header is in turn a list structure and the second is a numeric

vector holding the probe map indices.

Arguments

filename

The filename of the APD file.

path

The path to the APD file.

...

Arguments passed to readApd().

File format

The file format of an APD map file is identical to the file format of an APD file, see readApd(). The APD map file identified by the name of the data defaults to "map". If not, an error is thrown.

Author

Henrik Bengtsson

See Also

To search for an APD map file, see findApdMap(). To create a cell index map from an CDF file, see readCdfUnitsWriteMap. Internally, readApd() is used.