cytoflowgui.workflow.operations.channel_stat#

cytoflowgui.workflow.operations.channel_stat.mean_95ci(x)#
cytoflowgui.workflow.operations.channel_stat.geomean_95ci(x)#
class cytoflowgui.workflow.operations.channel_stat.ChannelStatisticWorkflowOp[source]#

Bases: WorkflowOperation, ChannelStatisticOp

fill = 0#
apply(experiment)[source]#

Apply the operation to an Experiment.

Parameters:

experiment – The Experiment to apply this operation to.

Returns:

A new Experiment, containing a new entry in Experiment.statistics. The key of the new entry is name.

Return type:

Experiment

clear_estimate()[source]#
get_notebook_code(idx)[source]#