norm2Filter-class {flowCore}R Documentation

Class "norm2Filter"

Description

Define a filter that fits a bivariate normal distribution into a data set of paired values and selects data points according to their standard deviation from the fitted distribution.

Slots

method:
One of covMcd or cov.rob defining method used for computation of covariance matrix.
scale.factor:
Numeric vector giving factor of standard deviations used for data selection (all points within scalefac standard deviations are selected).
transformation:
Object of class "list" of given transformation, if applicable they are applied to the data before filtering
n:
Object of class "numeric" ~~
filterId:
Object of class "character" referencing the filter applied
parameters:
Object of class "ANY" describing the parameters used to filter the flowFrame

Extends

Class "filter", directly.

Methods

summarizeFilter
signature(result = "filterResult", filter = "norm2Filter"): ...

Author(s)

F. Hahne

See Also

cov.rob, covMcd, filter

Examples

showClass("norm2Filter")

[Package flowCore version 1.0.2 Index]