powered by
Extract the cluster labels used by slingshot.
slingshot
slingClusterLabels(x)# S4 method for PseudotimeOrdering slingClusterLabels(x)# S4 method for SlingshotDataSet slingClusterLabels(x)# S4 method for SingleCellExperiment slingClusterLabels(x)
# S4 method for PseudotimeOrdering slingClusterLabels(x)
# S4 method for SlingshotDataSet slingClusterLabels(x)
# S4 method for SingleCellExperiment slingClusterLabels(x)
an object containing slingshot output.
Typically returns a matrix of cluster assignment weights (#cells by #clusters). Rarely, a vector of cluster labels.
#cells
#clusters
# NOT RUN { data("slingshotExample") rd <- slingshotExample$rd cl <- slingshotExample$cl pto <- slingshot(rd, cl, start.clus = '1') slingClusterLabels(pto) # }
Run the code above in your browser using DataLab