Description Usage Arguments Value Examples
Builds a graph describing the relationships between the different branch assignments
1 2 3 4 | slingBranchGraph(x, ...)
## S4 method for signature 'ANY'
slingBranchGraph(x, thresh = NULL, max_node_size = 100)
|
x |
an object containing |
... |
additional arguments passed to object-specific methods. |
thresh |
weight threshold for assigning cells to lineages. A cell's
weight on a certain lineage must be greater than this value (default =
|
max_node_size |
the |
an igraph
object representing the relationships between
lineages.
1 2 3 4 5 6 | data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
sds <- slingshot(rd, cl)
slingBranchGraph(sds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.