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
Experimentto apply this operation to.- Returns
A new
Experiment, containing a new entry inExperiment.statistics. The key of the new entry is a tuple(name, function)(or(name, statistic_name)ifstatistic_nameis set.- Return type