clearData.AffymetrixCelFile {aroma.affymetrix} | R Documentation |
Clears all or a subset of the fields in a CEL file.
AffymetrixCelFile$clearData(fields=c("intensities", "stdvs", "pixels"), value=0, ..., .forSure=FALSE, verbose=TRUE)
fields |
A character vector of fields to be cleared. |
value |
A numeric value to be written over the data. |
... |
Additional arguments passed to the
updateCelUnits methods. |
.forSure |
If not TRUE , an exception is thrown asking if the
method was called by mistake. |
verbose |
A logical or Verbose . |
Returns (invisibly) the names of the fields cleared.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCelFile
.