Last data update: 2014.03.03

R: A class describing logical operation (& or |) of the...
booleanFilter-classR Documentation

A class describing logical operation (& or |) of the reference populations

Description

booleanFilter class inherits class expressionFilter and exists for the purpose of methods dispatching.

booleanFilter is a constructor from an expression

char2booleanFilter is a constructor from a character string

Usage

booleanFilter(expr, ..., filterId = "defaultBooleanFilter")

char2booleanFilter(expr, ..., filterId = "defaultBooleanFilter")

## S4 method for signature 'booleanFilter'
show(object)

Arguments

expr

expression or character

...

further arguments to the expression

filterId

character identifier

object

booleanFilter

See Also

add GatingHierarchy

Results