logicalFilterResult-class {flowCore}R Documentation

Class "logicalFilterResult"

Description

Container to store the result of applying a filter on a flowFrame object

Slots

subSet:
Object of class "numeric"
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
parameters:
Object of class "ANY" describing the parameters used to filter the flowFrame

Extends

Class "filterResult", directly. Class "filter", by class "filterResult", distance 2.

Author(s)

B. Ellis

See Also

filter

Examples

showClass("logicalFilterResult")

[Package flowCore version 1.0.2 Index]