sampleFilter-class {flowCore}R Documentation

Class "sampleFilter"

Description

Objects ...

Objects from the Class

Objects can be created by calls of the form new("sampleFilter", ...).

Slots

size:
Object of class "numeric"
filterId:
A character vector that identifies this filter. This is typically user specified but can be automatically deduced by certain filter operations, particularly boolean and set operations.
parameters:
A character vector that identifies the name of the parameters that this filter operates upon.

Extends

Class "filter", directly.

Methods

show
add description here

Author(s)

B. Ellis

See Also

filter

Examples

showClass("sampleFilter")

[Package flowCore version 1.0.2 Index]