Rdocumentation
powered by
Learn R Programming
flowClust (version 3.10.1)
Subset,flowClust-method: Subsetting Data Based on Clustering Results
Description
This method returns a subset of data upon the removal of outliers identified from the clustering (filtering) operations.
Arguments
x
A numeric vector, matrix, data frame of observations, or object of class
flowFrame
. This is the object on which
flowClust
or
filter
was performed.
subset
Object returned from
flowClust
or
filter
.
...
Further arguments to be passed to or from other methods.
Value
An object which is a subset of
x
. It also retains the same class as
x
.
Usage
Subset(x, subset, ...)
References
Lo, K., Brinkman, R. R. and Gottardo, R. (2008) Automated Gating of Flow Cytometry Data via Robust Model-based Clustering.
Cytometry A
73
, 321-332.
See Also
split
,
flowClust
,
filter