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: cytoflowgui.workflow.operations.operation_base.WorkflowOperation, cytoflow.operations.channel_stat.ChannelStatisticOp

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 a tuple (name, function) (or (name, statistic_name) if statistic_name is set.

Return type

Experiment

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