multipleFilterResult-class {flowCore}R Documentation

Class "multipleFilterResult"

Description

Container to store the result of applying filter on set of flowFrame objects

Slots

subSet:
Object of class "factor"
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.

Methods

[, [[
subsetting. If x is multipleFilterResult, then x[[i]] a FilterResult object. The semantics is similar to the behavior of the subsetting operators for lists.
length
number of FilterResult objects in the set.
names
names of the FilterResult objects in the set.
summary
summary FilterResult objects in the set.

Author(s)

B. Ellis

See Also

FilterResult

Examples

showClass("multipleFilterResult")

[Package flowCore version 1.0.2 Index]