readApdMap: Reads an APD probe map file

Description Usage Arguments Value File format Author(s) See Also

Description

Reads an APD probe map file.

Usage

1
2
## Default S3 method:
readApdMap(filename, path=NULL, ...)

Arguments

filename

The filename of the APD file.

path

The path to the APD file.

...

Arguments passed to readApd().

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.

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(s)

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.


aroma.apd documentation built on May 2, 2019, 5:21 p.m.