Subset,flowClust-method {flowClust}R Documentation

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.

Usage

## S4 method for signature 'ANY, flowClust':
Subset(x, subset, ...)

## S4 method for signature 'flowFrame, tmixFilterResult':
Subset(x, subset, ...)

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. 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.

Value

An object which is a subset of x. It also retains the same class as x.

Author(s)

Raphael Gottardo <raph@stat.ubc.ca>, Kenneth Lo <c.lo@stat.ubc.ca>

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


[Package flowClust version 1.3.2 Index]