cytoflowgui.workflow.operations.tsne#
- class cytoflowgui.workflow.operations.tsne.tSNEWorkflowOp[source]#
Bases:
WorkflowOperation,tSNEOp- 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 tSNE decomposition to the data.
- Returns:
a new Experiment with additional
Experiment.channelsnamedname_1andname_2- Return type: