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:
cytoflowgui.workflow.operations.operation_base.WorkflowOperation,cytoflow.operations.xform_stat.TransformStatisticOp- apply(experiment)[source]¶
Applies
functionto a statistic.- Parameters
experiment (
Experiment) – TheExperimentto apply the operation to- Returns
The same as the old experiment, but with a new statistic that results from applying
functionto the statistic specified instatistic.- Return type