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: cytoflowgui.op_plugins.op_plugin_base.OpHandler

class cytoflowgui.op_plugins.ratio.RatioPlugin[source]

Bases: envisage.plugin.Plugin, cytoflowgui.op_plugins.op_plugin_base.PluginHelpMixin

operation_id = 'edu.mit.synbio.cytoflow.operations.ratio'
view_id = None
short_name = 'Ratio'
menu_group = 'Data'
get_operation()[source]
get_handler(model, context)[source]
get_icon()[source]