FlowCytometryTools.IntervalGate

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

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.
__init__(vert, channel, region, name=None)[source]

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

__init__(vert, channel, region[, name]) Passes all events either inside or outside the given interval.
plot([flip, ax_channels, ax]) Plots the gate.
validiate_input()

Attributes

region The region of the gate that passes events.
unnamed_gate_num int(x=0) -> int or long