cytoflowgui.op_plugins.ratio
Adds a new “channel” to the workflow, where the value of the channel is the
ratio of two other channels.
-
Name
The name of the new channel.
-
Numerator
The numerator for the ratio.
-
Denominator
The denominator for the ratio.
-
class cytoflowgui.op_plugins.ratio.RatioHandler(*args: Any, **kwargs: Any)[source]
Bases: OpHandler
-
class cytoflowgui.op_plugins.ratio.RatioPlugin[source]
Bases: Plugin, PluginHelpMixin
-
operation_id = 'cytoflow.operations.ratio'
-
view_id = None
-
short_name = 'Ratio'
-
get_operation()[source]
-
get_handler(model, context)[source]
-
get_icon()[source]