Description Usage Arguments Value Methods (by class) Examples
Extract the adjacency matrix from an object containing
slingshot
output.
1 2 3 4 5 6 7 | slingAdjacency(x)
## S4 method for signature 'SlingshotDataSet'
slingAdjacency(x)
## S4 method for signature 'SingleCellExperiment'
slingAdjacency(x)
|
x |
an object containing |
the matrix of connections between clusters, inferred by the MST.
SlingshotDataSet
: returns the adjacency matrix between
clusters from a SlingshotDataSet
object.
SingleCellExperiment
: returns the adjacency matrix between
clusters from a SingleCellExperiment
object.
1 2 3 4 5 | data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
sds <- getLineages(rd, cl)
slingAdjacency(sds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.