cytoflowgui.workflow.views.export_fcs#

class cytoflowgui.workflow.views.export_fcs.ExportFCSWorkflowView[source]#

Bases: WorkflowView, ExportFCS

enum_conditions_and_files(experiment)[source]#

Return an iterator over the conditions and file names that this export will produce from a given experiment.

Parameters:

experiment (Experiment) – The Experiment to export

plot(experiment, plot_name=None, **kwargs)[source]#

Plot a table of the conditions, filenames, and number of events

get_notebook_code(idx)[source]#