cytoflowgui.view_plugins.table

Make a table out of a statistic. The table can then be exported.

Statistic

Which statistic to view.

Rows

Which variable to use for the rows

Subrows

Which variable to use for subrows.

Columns

Which variable to use for the columns.

Subcolumns

Which variable to use for the subcolumns.

Export

Export the table to a CSV file.

../../_images/cytoflowgui-view_plugins-table-1.png
class cytoflowgui.view_plugins.table.TableHandler(*args: Any, **kwargs: Any)[source]

Bases: traitsui.api.

indices = <traits.traits.ForwardProperty object>
levels = <traits.traits.ForwardProperty object>
export = <traits.trait_types.Event object>
class cytoflowgui.view_plugins.table.TablePlugin[source]

Bases: envisage.plugin.Plugin, cytoflowgui.view_plugins.view_plugin_base.PluginHelpMixin

view_id = 'edu.mit.synbio.cytoflow.view.table'
short_name = 'Table View'
get_view()[source]
get_handler(model, context)[source]
get_icon()[source]