FlowCytometryTools.ThresholdGate

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

Passes all events above or below a given threshold.

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.
validate_input() Optional method to be defined by derived class to check whether user input was valid.

Attributes

region The region of the gate that passes events.
unnamed_gate_num