Learn R Programming

flowCore (version 1.38.2)

logicalFilterResult-class: Class "logicalFilterResult"

Description

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

Arguments

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

Extends

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

See Also

filter

Examples

Run this code
showClass("logicalFilterResult")

Run the code above in your browser using DataLab