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
:"matrix"
frameId
:"character"
referencing the flowFrame
object filtered. Used for sanity checking.filterDetails
:"list"
describing the filter appliedfilterId
:"character"
referencing the filter applied
Class "filterResult"
, directly.
Class "filter"
, by class "filterResult", distance 2.
x
is manyFilterResult
,
then x[[i]]
a FilterResult
object. The semantics is
similar to the behavior of the subsetting operators for lists.filterResult
objects in the set.filterResult
objects in the set.filterResult
objects in the set.B. Ellis
showClass("manyFilterResult")