slingLineages {slingshot} | 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)