filter
objectspolytopeGate(..., .gate, b, filterId="defaultPolytopeGate")
filterId
of this gate. rectangleGate
or polygonGate
object for use in filtering flowFrame
s or other flow
cytometry objects. These functions are designed to be useful in both direct and
programmatic usage.
For rectangle gate in n dimensions, if n=1 the gate correspond to a
range gate. If n=2, the gate is a rectangle gate. To use this function
programmatically, you may either construct a list or you may construct
a matrix with n
columns and 2
rows. The first row
corresponds to the minimal value for each parameter while the second
row corresponds to the maximal value for each parameter. The names of
the parameters are taken from the column names as in the third
example.
Rectangle gate objects can also be multiplied together using the
*
operator, provided that both gate have orthogonal axes.
For polygon gate, the boundaries are specified as vertices in 2 dimensions, for polytope gate objects as vertices in n dimensions.
For quadrant gates, the boundaries are specified as a named list or vector of length two.
flowFrame
, filter