isDuplicated.AffymetrixCelSet: Identifies duplicated CEL files

isDuplicated.AffymetrixCelSetR Documentation

Identifies duplicated CEL files

Description

Identifies duplicated CEL files by comparing the timestamps in the CEL headers.

Usage

## S3 method for class 'AffymetrixCelSet'
isDuplicated(this, ..., verbose=FALSE)

Arguments

...

Not used.

verbose

If TRUE, progress details are printed, otherwise not. May also be a Verbose object.

Value

Returns a logical vector of length equal to the number of files in the set. An element with value TRUE indicates that the corresponding CEL file has the same time stamp as another preceeding CEL file.

Author(s)

Henrik Bengtsson

See Also

Internally duplicated() is used to compare timestamps. For more information see AffymetrixCelSet.


aroma.affymetrix documentation built on July 18, 2022, 5:07 p.m.