isDuplicated.AffymetrixCelSet | R Documentation |
Identifies duplicated CEL files by comparing the timestamps in the CEL headers.
## S3 method for class 'AffymetrixCelSet'
isDuplicated(this, ..., verbose=FALSE)
... |
Not used. |
verbose |
If |
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.
Henrik Bengtsson
Internally duplicated
() is used to compare timestamps.
For more information see AffymetrixCelSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.