powered by
Extract the dimensionality reduction used by slingshot.
slingshot
slingReducedDim(x)# S4 method for PseudotimeOrdering slingReducedDim(x)# S4 method for SlingshotDataSet slingReducedDim(x)# S4 method for SingleCellExperiment slingReducedDim(x)
# S4 method for PseudotimeOrdering slingReducedDim(x)
# S4 method for SlingshotDataSet slingReducedDim(x)
# S4 method for SingleCellExperiment slingReducedDim(x)
an object containing slingshot output.
A matrix of coordinates.
# NOT RUN { data("slingshotExample") rd <- slingshotExample$rd cl <- slingshotExample$cl pto <- slingshot(rd, cl, start.clus = '1') slingReducedDim(pto) # }
Run the code above in your browser using DataLab