FlowCytometryTools.IntervalGate

class FlowCytometryTools.IntervalGate(vert, channel, region, name=None)

Passes all events either inside or outside the given interval.

Parameters:

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

plot([flip, ax_channels, ax]) Plots the gate.
validiate_input()
plot(flip=False, ax_channels=None, ax=None, *args, **kwargs)

Plots the gate.

Parameters:

ax : axes to use for plotting the gate on

flip : boolean

If True, draws the interval along the y-axis instead of along the x-axis

Returns:

Reference to created artists. :