filterResult-class {flowCore}R Documentation

Class "filterResult"

Description

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

Slots

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 "filter", directly.

Methods

==
test equality

Author(s)

B. Ellis, N. LeMeur

See Also

filter, "logicalFilterResult", "multipleFilterResult", "randomFilterResult"

Examples

showClass("filterResult")

[Package flowCore version 1.0.2 Index]