logicalFilterResult-class.RdContainer to store the result of applying a filter on a
flowFrame object
subSetObject of class "numeric", which is a logical
vector indicating the population membership of the data in the gated
flowFrame.
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.
Class "filterResult", directly.
Class "filter", by class "filterResult", distance 2.
showClass("logicalFilterResult")#> Class "logicalFilterResult" [package "flowCore"] #> #> Slots: #> #> Name: subSet frameId filterDetails filterId #> Class: logical character list character #> #> Extends: #> Class "filterResult", directly #> Class "concreteFilter", by class "filterResult", distance 2 #> Class "filter", by class "filterResult", distance 3