Learn R Programming

aroma.apd (version 0.7.0)

updateApd: Updates an Affymetrix probe data (APD) file

Description

Updates an Affymetrix probe data (APD) file.

Usage

# S3 method for default
updateApd(filename, indices=NULL, data, writeMap=NULL, ..., verbose=FALSE,
  .checkArgs=TRUE)

Value

Returns (invisibly) the pathname of the file updated.

Arguments

filename

The filename of the APD file.

indices

A numeric vector of cell (probe) indices specifying which cells to updated.

data

A numeric vector of data elements to be assigned.

writeMap

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

...

Not used.

verbose

See Verbose.

.checkArgs

If TRUE, arguments are checked, otherwise not.

Author

Henrik Bengtsson

See Also

createApd() and updateApd().