clearData.AffymetrixCelFile: Clears all or a subset of the fields in a CEL file

AffymetrixCelFile$clearDataR Documentation

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

## Static method (use this):
## AffymetrixCelFile$clearData(fields=c("intensities", "stdvs", "pixels"), value=0, ...,
##   .forSure=FALSE, verbose=TRUE)

## Don't use the below:
## S3 method for class 'AffymetrixCelFile'
clearData(this, fields=c("intensities", "stdvs", "pixels"), value=0, ..., .forSure=FALSE,
  verbose=TRUE)

Arguments

fields

A character vector of fields to be cleared.

value

A numeric value to be written over the data.

...

Not used.

.forSure

If not TRUE, an exception is thrown asking if the method was called by mistake.

verbose

A logical or Verbose.

Value

Returns (invisibly) the names of the fields cleared.

Author(s)

Henrik Bengtsson

See Also

For more information see AffymetrixCelFile. Internally, updateCel is used.


HenrikBengtsson/aroma.affymetrix documentation built on Feb. 20, 2024, 9:07 p.m.