updateApdUnits {aroma.apd} | R Documentation |
Updates an Affymetrix probe data (APD) file by units (probesets)
Description
Updates an Affymetrix probe data (APD) file by units (probesets) by using the unit and group definitions in the corresponding Affymetrix CDF file.
Usage
## Default S3 method:
updateApdUnits(filename, units=NULL, data, ..., cdf=NULL, stratifyBy=c("nothing", "pmmm",
"pm", "mm"), verbose=FALSE)
Arguments
filename |
The filename of the APD file. |
units |
An |
data |
|
... |
Additional arguments passed to |
cdf |
A |
stratifyBy |
Argument passed to low-level method
|
verbose |
See |
Value
Returns nothing.
Author(s)
Henrik Bengtsson
See Also
readApdUnits
() to read unit by units.
updateApd
() to update cell by cell.
Examples
## Not run: #See ?createApd for an example.
[Package aroma.apd version 0.7.0 Index]