ruleOutliers,flowClust-method {flowClust} | R Documentation |
This method shows or modifies the rule used to identify outliers.
ruleOutliers(object) ## S4 method for signature 'flowClust' ruleOutliers(object) ## S4 method for signature 'flowClustList' ruleOutliers(object) ruleOutliers(object) <- value ## S4 replacement method for signature 'flowClust,list' ruleOutliers(object) <- value
object |
|
value |
A list object with one or more of the following named elements:
|
The replacement method modifies object@ruleOutliers
(or
object[[k]]@ruleOutliers
if object
is of class
flowClustList
or tmixFilterResultList
) AND updates the logical
vector object@flagOutliers
(or object[[k]]@ruleOutliers
)
according to the new rule.
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.