slingReducedDim | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.