RatioDimension Class

class flowkit.RatioDimension(ratio_ref, compensation_ref, transformation_ref=None, range_min=None, range_max=None)

Represents a ratio of two FCS dimensions (specified by a RatioTransform).

Parameters:
  • ratio_ref – A string referencing the ID of a RatioTransform instance

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

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

  • range_min – For use in defining the boundaries of a RectangleGate. A float defining the minimum boundary for the dimension. If None, the minimum is unbounded.

  • range_max – For use in defining the boundaries of a RectangleGate. A float defining the maximum boundary for the dimension. If None, the maximum is unbounded.