convert flowCore filter to a list

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

filterObject(x)

# S3 method for default
filterObject(x)

filter_to_list(x)

# S3 method for rectangleGate
filter_to_list(x)

# S3 method for polygonGate
filter_to_list(x)

# S3 method for quadGate
filter_to_list(x)

# S3 method for booleanFilter
filter_to_list(x)

# S3 method for ellipsoidGate
filter_to_list(x)

# S3 method for logical
filter_to_list(x)

Arguments

x

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

Value

a list