cytoflowgui.workflow.operations.pca#
- class cytoflowgui.workflow.operations.pca.PCAWorkflowOp[source]#
Bases:
WorkflowOperation,PCAOp- estimate(experiment)[source]#
Estimate the decomposition
- Parameters:
experiment (Experiment) – The
Experimentto use to estimate the k-means clusterssubset (str (default = None)) – A Python expression that specifies a subset of the data in
experimentto use to parameterize the operation.
- apply(experiment)[source]#
Apply the PCA decomposition to the data.
- Returns:
a new Experiment with additional
Experiment.channelsnamedname_1 ... name_n- Return type: