Updates an Affymetrix probe data (APD) file by units (probesets) by using the unit and group definitions in the corresponding Affymetrix CDF file.
# S3 method for default
updateApdUnits(filename, units=NULL, data, ..., cdf=NULL, stratifyBy=c("nothing", "pmmm",
"pm", "mm"), verbose=FALSE)
Returns nothing.
The filename of the APD file.
An integer
vector
of unit indices specifying which
units to be read. If NULL
, all units are updated.
Additional arguments passed to updateApd
(),
e.g. writeMap
.
A character
filename of a CDF file, or a CDF list
structure. If NULL
, the CDF file is searched for by
findCdf
.
Argument passed to low-level method
readCdfCellIndices
.
See Verbose
.
Henrik Bengtsson
readApdUnits
() to read unit by units.
updateApd
() to update cell by cell.