manyFilterResult-class.RdThe result of a several related, but possibly overlapping filter results.
The usual creator of this object will usually be a filter
operation on a flowFrame object.
subSetObject of class "matrix".
frameIdObject of class "character" referencing the
flowFrame object filtered. Used for sanity checking.
filterDetailsObject of class "list" describing the
filter applied.
filterIdObject of class "character" referencing the
filter applied.
dependencyAny dependencies between the filters. Currently not used.
Class "filterResult", directly.
Class "filter", by class "filterResult", distance 2.
subsetting. If x is manyFilterResult,
then x[[i]] a filterResult object. The semantics is
similar to the behavior of the subsetting operators for lists.
number of filterResult objects in the set.
names of the filterResult objects in the set.
summary filterResult objects in the set.
showClass("manyFilterResult")#> Class "manyFilterResult" [package "flowCore"] #> #> Slots: #> #> Name: subSet dependency frameId filterDetails filterId #> Class: matrix ANY character list character #> #> Extends: #> Class "filterResult", directly #> Class "concreteFilter", by class "filterResult", distance 2 #> Class "filter", by class "filterResult", distance 3