FlowCytometryTools.ThresholdGate

class FlowCytometryTools.ThresholdGate(threshold, channel, region, name=None)[source]

Passes all events above or below a given threshold.

Parameters:
  • threshold (float) – Location of the gate
  • channel (str) – Defines the channel name.
  • region ([‘above’, ‘below’]) – If ‘above’, the gate only passes through data that lies above the threshold.
  • name (str) – The gate’s name.
__init__(threshold, channel, region, name=None)[source]

Passes all events above or below a given threshold.

Parameters:
  • threshold (float) – Location of the gate
  • channel (str) – Defines the channel name.
  • region ([‘above’, ‘below’]) – If ‘above’, the gate only passes through data that lies above the threshold.
  • name (str) – The gate’s name.

Methods

__init__(threshold, channel, region[, name]) Passes all events above or below a given threshold.
plot([flip, ax_channels, ax]) Plots the gate.
validiate_input() Optional method to be defined by derived class

Attributes

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