updateApdHeader {aroma.apd} | R Documentation |
Updates the header of an Affymetrix probe data (APD) file
Description
Updates the header of an Affymetrix probe data (APD) file.
Usage
## Default S3 method:
updateApdHeader(filename, path=NULL, ..., verbose=FALSE)
Arguments
filename |
The filename of the APD file. |
path |
The path to the APD file. |
... |
A set of named header values to be updated/added to the
header. A value of |
verbose |
See |
Value
Returns (invisibly) the pathname of the file updated.
Author(s)
Henrik Bengtsson
See Also
Examples
## Not run: #See ?createApd for an example.
[Package aroma.apd version 0.7.0 Index]