slingAdjacency: Extract Slingshot adjacency matrix

Description Usage Arguments Value Methods (by class) Examples

Description

Extract the adjacency matrix from an object containing slingshot output.

Usage

1
2
3
4
5
6
7
slingAdjacency(x)

## S4 method for signature 'SlingshotDataSet'
slingAdjacency(x)

## S4 method for signature 'SingleCellExperiment'
slingAdjacency(x)

Arguments

x

an object containing slingshot output.

Value

the matrix of connections between clusters, inferred by the MST.

Methods (by class)

Examples

1
2
3
4
5
data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
sds <- getLineages(rd, cl)
slingAdjacency(sds)

slingshot documentation built on Nov. 8, 2020, 5:51 p.m.