filterObject {flowWorkspace}R Documentation

convert flowCore filter to a list It convert the flowCore gate to a list whose structure can be understood by underlying c++ data structure.

Description

convert flowCore filter to a list

It convert the flowCore gate to a list whose structure can be understood by underlying c++ data structure.

Usage

filterObject(x)

## Default S3 method:
filterObject(x)

filter_to_list(x)

## S3 method for class 'rectangleGate'
filter_to_list(x)

## S3 method for class 'polygonGate'
filter_to_list(x)

## S3 method for class 'booleanFilter'
filter_to_list(x)

## S3 method for class 'ellipsoidGate'
filter_to_list(x)

## S3 method for class 'logical'
filter_to_list(x)

Arguments

x

filter a flowCore gate. Currently supported gates are: "rectangleGate", "polygonGate","ellipsoidGate" and "booleanFilter"

Value

a list


[Package flowWorkspace version 3.34.1 Index]