FlowCytometryTools.FCPlate.gate

FCPlate.gate(gate, ID=None)

Applies the gate to each Measurement in the Collection, returning a new Collection with gated data.

Warning

The new Collection will hold the data for ALL Measurements in memory! When analyzing multiple collections (e.g., multiple 96-well plates), it may be necessary to only work one collection at a time. Please refer to the tutorials to see how this can be done.

Parameters:

gate : [ThresholdGate, IntervalGate, QuadGate, PolyGate ]

ID : [ str, numeric, None]

New ID to be given to the output. If None, the ID of the current collection will be used.