cytoflowgui.workflow.operations.flowclean#
- class cytoflowgui.workflow.operations.flowclean.FlowCleanWorkflowOp[source]#
Bases:
WorkflowOperation,FlowCleanOp- default_view(**kwargs)[source]#
Returns diagnostic plots of
FlowCleanOp’s actions.
- apply(experiment)[source]#
Creates a new condition based on whether the event was dropped by the cleaning procedure in
estimate()– essentially, a “gate” that cleans each tube’s data- Parameters:
experiment (
Experiment) – theExperimentto apply the gate to.- Returns:
a new
Experimentwith the new condition.- Return type:
- class cytoflowgui.workflow.operations.flowclean.FlowCleanWorkflowView[source]#
Bases:
WorkflowView,FlowCleanDiagnostic- plot(experiment, **kwargs)[source]#
Make a diagnostic plot for a
FlowCleanOpoperation.- Parameters:
plot_name (Str) – The tube filename to plot. The filenames can also be retrieved from
enum_plots. This can be a full path or just the filename.alpha (float (default = 0.25)) – The alpha blending value, between 0 (transparent) and 1 (opaque).
s (int (default = 0.5)) – The size in points^2.
marker (a matplotlib marker style, usually a string) – Specfies the glyph to draw for each point on the scatterplot. See matplotlib.markers for examples. Default: ‘o’
Notes
Other
kwargsare passed to matplotlib.pyplot.scatter