| slingReducedDim {slingshot} | R Documentation |
Extract the dimensionality reduction used by
slingshot.
slingReducedDim(x) ## S4 method for signature 'PseudotimeOrdering' slingReducedDim(x) ## S4 method for signature 'SlingshotDataSet' slingReducedDim(x) ## S4 method for signature 'SingleCellExperiment' slingReducedDim(x)
x |
an object containing |
A matrix of coordinates.
data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
pto <- slingshot(rd, cl, start.clus = '1')
slingReducedDim(pto)