Updates the header of an Affymetrix probe data (APD) file.
# S3 method for default
updateApdHeader(filename, path=NULL, ..., verbose=FALSE)
Returns (invisibly) the pathname of the file updated.
The filename of the APD file.
The path to the APD file.
A set of named header values to be updated/added to the
header. A value of NULL
will be removed from the current header.
See Verbose
.
Henrik Bengtsson
createApd
() and updateApd
().