updateApd {aroma.apd}R Documentation

Updates an Affymetrix probe data (APD) file

Description

Updates an Affymetrix probe data (APD) file.

Usage

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

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.

Value

Returns (invisibly) the pathname of the file updated.

Author(s)

Henrik Bengtsson

See Also

createApd() and updateApd().

Examples

## Not run: #See ?createApd for an example.

[Package aroma.apd version 0.7.0 Index]