cytoflowgui.view_plugins.table
Make a table out of a statistic. The table can then be exported.
-
Statistic
Which statistic to view.
-
Feature
The column in the statistic to view (often a channel name.)
-
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.
-
class cytoflowgui.view_plugins.table.TableHandler(*args: Any, **kwargs: Any)[source]
Bases: ViewHandler
-
indices = <traits.traits.ForwardProperty object>
-
levels = <traits.traits.ForwardProperty object>
-
features = <traits.traits.ForwardProperty object>
-
export = <traits.trait_types.Event object>
-
class cytoflowgui.view_plugins.table.TablePlugin[source]
Bases: Plugin, PluginHelpMixin
-
view_id = 'cytoflow.view.table'
-
short_name = 'Table'
-
get_view()[source]
-
get_handler(model, context)[source]
-
get_icon()[source]