manyFilterResult-class {flowCore} | R Documentation |
The result of a several related, but possibly
overlapping filter results. The usual creator of this object will usually
be a filter
operation of filterSet
object on a
flowFrame
object.
subSet
:Object of class "matrix"
frameId
:Object of class "character"
referencing the flowFrame
object filtered. Used for sanity
checking.
filterDetails
:Object of class "list"
describing the filter applied
filterId
:Object of class "character"
referencing the filter applied
dependency
:Any 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.
B. Ellis
showClass("manyFilterResult")