unique.CdfEnvAffy {altcdfenvs} | R Documentation |
Remove duplicated elements from a CdfEnvAffy
## S3 method for class 'CdfEnvAffy': unique(x, incomparables = FALSE, simplify = TRUE, verbose = FALSE, ...)
x |
An instance of CdfEnvAffy-class |
incomparables |
(not yet implemented) |
simplify |
simplify the result |
verbose |
verbose or not |
... |
(here for compatibility with the generic unique ) |
The parameter simplify
has the same function as the one with
the same name in countduplicated
.
An instance of CdfEnvAffy-class
in which probes used several
times are removed.
The function differs slightly from the generic
unique
. Here the elements found in several place a merely removed.
Laurent
##not yet here...