cytoflowgui.op_plugins.mst#

Apply a gate to a polygon drawn around a minimum spanning tree. To add vertices, use a single-click; to close the polygon, click the first vertex a second time.

Name

The operation name. Used to name the new metadata field that’s created by this module.

class cytoflowgui.op_plugins.mst.MSTOpHandler(*args: Any, **kwargs: Any)[source]#

Bases: OpHandler

class cytoflowgui.op_plugins.mst.MSTPlugin[source]#

Bases: Plugin, PluginHelpMixin

operation_id = 'cytoflow.operation.mst'#
view_id = 'cytoflow.view.mst_selection'#
short_name = 'Min Span\nTree'#
menu_group = 'Computational Flow'#
get_operation()[source]#
get_handler(model, context)[source]#
get_icon()[source]#