Description Usage Arguments Value Methods (by class) Examples
Extract lineages (represented by ordered sets of clusters)
identified by slingshot
.
1 2 3 4 5 6 7 | slingLineages(x)
## S4 method for signature 'SlingshotDataSet'
slingLineages(x)
## S4 method for signature 'SingleCellExperiment'
slingLineages(x)
|
x |
an object containing |
the list of lineages, represented by ordered sets of clusters.
SlingshotDataSet
: returns the list of lineages, represented by
ordered sets of clusters from a SlingshotDataSet
object.
SingleCellExperiment
: returns the list of lineages, represented by
ordered sets of clusters from a SingleCellExperiment
object.
1 2 3 4 5 | data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
sds <- getLineages(rd, cl)
slingLineages(sds)
|
Loading required package: princurve
Using full covariance matrix
$Lineage1
[1] "1" "2" "3" "5"
$Lineage2
[1] "1" "2" "3" "4"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.