filter-in-methods: Filter-specific membership methods

filter-in-methodsR Documentation

Filter-specific membership methods

Description

Membership methods must be defined for every object of type filter with respect to a flowFrame object. The operation is considered to be general and may return a logical, numeric or factor vector that will be handled appropriately. The ability to handle logical matrices as well as vectors is also planned but not yet implemented.

Usage

x %in% table

Arguments

x

a flowFrame

table

an object of type filter or filterResult or one of their derived classes, representing a gate, filter, or result to check for the membership of x

Value

Vector of type logical, numeric or factor depending on the arguments

Author(s)

F.Hahne, B. Ellis


RGLab/flowCore documentation built on March 19, 2024, 9:45 p.m.