multipleFilterResult-class {flowCore} | R Documentation |
Container to store the result of applying filter
on
set of flowFrame
objects
subSet
:"factor"
frameId
:"character"
referencing the flowFrame
object filtered. Used for sanity checking.filterDetails
:"list"
describing the filter appliedfilterId
:"character"
referencing the filter appliedparameters
:"ANY"
describing
the parameters used to filter the flowFrame
Class "filterResult"
, directly.
Class "filter"
, by class "filterResult", distance 2.
x
is multipleFilterResult
,
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("multipleFilterResult")