Learn R Programming

aroma.affymetrix (version 3.2.2)

isDuplicated.CnagCfhSet: Identifies duplicated CFH files

Description

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

Usage

# S3 method for CnagCfhSet
isDuplicated(this, ...)

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 CFH file has the same time stamp as another preceeding CFH file.

Arguments

...

Not used.

See Also

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