updateApd {aroma.apd} | R Documentation |
Updates an Affymetrix probe data (APD) file.
## Default S3 method: updateApd(filename, indices=NULL, data, writeMap=NULL, ..., verbose=FALSE, .checkArgs=TRUE)
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. |
Returns (invisibly) the pathname of the file updated.
Henrik Bengtsson (http://www.braju.com/R/)
## Not run: #See ?createApd for an example.