Updates an Affymetrix probe data (APD) file.
# S3 method for default
updateApd(filename, indices=NULL, data, writeMap=NULL, ..., verbose=FALSE,
.checkArgs=TRUE)
Returns (invisibly) the pathname of the file updated.
The filename of the APD file.
A numeric
vector
of cell (probe) indices specifying
which cells to updated.
A vector
of indicies used to change the order how
data elements are written (by default).
Not used.
See Verbose
.
If TRUE
, arguments are checked, otherwise not.
Henrik Bengtsson
createApd
() and updateApd
().