manyFilterResult-class: Class "manyFilterResult"

Description Slots Extends Methods Author(s) See Also Examples

Description

The result of a several related, but possibly overlapping filter results. The usual creator of this object will usually be a filter operation on a flowFrame object.

Slots

subSet

Object of class "matrix".

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.

dependency

Any dependencies between the filters. Currently not used.

Extends

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

Methods

[, [[

subsetting. If x is manyFilterResult, 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

1
showClass("manyFilterResult")

flowCore documentation built on Nov. 8, 2020, 5:19 p.m.