Subset,flowClust-method {flowClust} | R Documentation |
This method returns a subset of data upon the removal of outliers identified from the clustering (filtering) operations.
## S4 method for signature 'ANY, flowClust': Subset(x, subset, ...) ## S4 method for signature 'flowFrame, tmixFilterResult': Subset(x, subset, ...)
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. The selection of columns can be done by specifying the optional select argument that takes a numeric (not supported when x is of class flowFrame ) or character vector. |
An object which is a subset of x
. It also retains the same class as x
.
Raphael Gottardo <raph@stat.ubc.ca>, Kenneth Lo <c.lo@stat.ubc.ca>
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.