unique.CdfEnvAffy: Remove duplicated elements from a CdfEnvAffy

Description Usage Arguments Details Value Warning Author(s) See Also Examples

View source: R/unique.CdfEnvAffy.R

Description

Remove duplicated elements from a CdfEnvAffy

Usage

1
2
## S3 method for class 'CdfEnvAffy'
unique(x, incomparables = FALSE, simplify = TRUE, verbose = FALSE, ...)

Arguments

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)

Details

The parameter simplify has the same function as the one with the same name in countduplicated.

Value

An instance of CdfEnvAffy-class in which probes used several times are removed.

Warning

The function differs slightly from the generic unique. Here the elements found in several place a merely removed.

Author(s)

Laurent

See Also

countduplicated

Examples

1
##not yet here...

altcdfenvs documentation built on Nov. 8, 2020, 7:12 p.m.