FlowCytometryTools.IntervalGate

class FlowCytometryTools.IntervalGate(vert, channel, region, name=None)[source]
__init__(vert, channel, region, name=None)[source]

Passes all events either inside or outside the given interval.

vert : tuple
Tuple describes the interval (xmin, xmax)
channel : str
Defines the channel name.
region : [‘in’, ‘out’]
If ‘in’, the gate only passes through data that lies inside the interval.
name : str
The gate’s name.

Methods

__init__(vert, channel, region[, name]) Passes all events either inside or outside the given interval.
plot([flip, ax_channels, ax]) Plots the gate.
validate_input() Raise appropriate exception if gate was defined incorrectly.

Attributes

region The region of the gate that passes events.
unnamed_gate_num