QuadrantDivider Class

class flowkit.QuadrantDivider(divider_id, dimension_ref, compensation_ref, values, transformation_ref=None)

Represents a divider for a single Dimension, used as part of a QuadrantGate definition.

Parameters:
  • divider_id – A string identifying the divider

  • dimension_ref – A string identifying the dimension, typically matching the PnN label of a channel in an FCS sample

  • compensation_ref – A string referencing the ID of a Matrix instance

  • values – One or more values used for partitioning the given Dimension

  • transformation_ref – A string referencing the ID of an instance of a Transform subclass