clearData.AffymetrixCelFile: Clears all or a subset of the fields in a CEL file
Description
Clears all or a subset of the fields in a CEL file.Usage
AffymetrixCelFile$clearData(fields=c("intensities", "stdvs", "pixels"), value=0, ..., .forSure=FALSE, verbose=TRUE)
Arguments
value
A numeric
value to be written over the data. .forSure
If not TRUE
, an exception is thrown asking if the
method was called by mistake. Value
- Returns (invisibly) the names of the fields cleared.
synopsis
clearData.AffymetrixCelFile(this, fields=c("intensities", "stdvs", "pixels"), value=0, ..., .forSure=FALSE, verbose=TRUE)