cytoflowgui.op_plugins.merge_stat
Create a new statistic out of the features of two existing statistics. The
indices of the two statistics (the levels and codes of the index) must be
identical, and they cannot share any feature names.
-
Name
The operation name. Becomes the new statistic’s name.
-
Statistic #1
The first statistic to merge.
-
Statistic #2
The second statistic to merge.
-
class cytoflowgui.op_plugins.merge_stat.MergeStatisticsHandler(*args: Any, **kwargs: Any)[source]
Bases: OpHandler
-
class cytoflowgui.op_plugins.merge_stat.MergeStatisticsPlugin[source]
Bases: Plugin, PluginHelpMixin
-
operation_id = 'cytoflowgui.workflow.operations.merge_statistics'
-
view_id = None
-
short_name = 'Merge\nStats'
-
get_operation()[source]
-
get_handler(model, context)[source]
-
get_icon()[source]