cytoflowgui.workflow.operations.xform_stat#

cytoflowgui.workflow.operations.xform_stat.mean_95ci(x)#
cytoflowgui.workflow.operations.xform_stat.geomean_95ci(x)#
class cytoflowgui.workflow.operations.xform_stat.TransformStatisticWorkflowOp[source]#

Bases: WorkflowOperation, TransformStatisticOp

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

Applies function to a statistic.

Parameters:

experiment (Experiment) – The Experiment to apply the operation to

Returns:

The same as the old experiment, but with a new statistic that results from applying function to the statistic specified in statistic.

Return type:

Experiment

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