Learn R Programming

aroma.apd (version 0.7.0)

writeApd: Writes an APD probe data file

Description

Writes an APD probe data file.

Usage

# S3 method for default
writeApd(filename, data, ..., writeMap=NULL)

Value

Returns (invisibly) the pathname to the created file.

Arguments

filename

The filename of the APD file.

data

A numeric vector of elements to be written.

...

Arguments passed to createApd(), e.g. chipType, mapType etc.

writeMap

A vector of indicies used to change the order how data elements are written (by default).

Author

Henrik Bengtsson

See Also

To create an APD map file, see readApdMap().