cytoflowgui.workflow.operations.register#
- class cytoflowgui.workflow.operations.register.RegistrationWorkflowOp[source]#
Bases:
WorkflowOperation,RegistrationOp- default_view(**kwargs)[source]#
Returns a diagnostic plot to see if the peak finding is working.
- Returns:
An diagnostic view, call
BeadCalibrationDiagnostic.plotto see the diagnostic plots- Return type:
- estimate(experiment)[source]#
Estimate the calibration coefficients from the beads file.
- Parameters:
experiment (
Experiment) – The experiment used to compute the calibration.