slingLineages | R Documentation |
Extract lineages (represented by ordered sets of clusters)
identified by slingshot
.
slingLineages(x)
## S4 method for signature 'PseudotimeOrdering'
slingLineages(x)
## S4 method for signature 'SingleCellExperiment'
slingLineages(x)
## S4 method for signature 'SlingshotDataSet'
slingLineages(x)
x |
an object containing |
A list of lineages, represented by ordered sets of clusters.
data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
pto <- slingshot(rd, cl, start.clus = '1')
slingLineages(pto)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.