FlowCytometryTools.FCPlate.gate

FCPlate.gate(gate, ID=None, apply_now=True)

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.

gate : [ThresholdGate | IntervalGate | QuadGate | PolyGate | CompositeGate]

ID : [ str, numeric, None]
New ID to be given to the output. If None, the ID of the current collection will be used.