cytoflowgui.workflow.operations.pca¶
- class cytoflowgui.workflow.operations.pca.Channel[source]¶
Bases:
traits.has_traits.HasTraits
- class cytoflowgui.workflow.operations.pca.PCAWorkflowOp[source]¶
Bases:
cytoflowgui.workflow.operations.operation_base.WorkflowOperation,cytoflow.operations.pca.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