norm2Filter-class {flowCore} | R Documentation |
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.
method
:covMcd
or cov.rob
defining method
used for computation of covariance matrix.scale.factor
:scalefac
standard
deviations are selected).transformation
:"list"
of given
transformation, if applicable they are applied to the data before filteringn
:"numeric"
~~ filterId
:"character"
referencing the filter appliedparameters
:"ANY"
describing
the parameters used to filter the flowFrame
Class "filter"
, directly.
signature(result = "filterResult", filter = "norm2Filter")
: ... F. Hahne
showClass("norm2Filter")