Description Usage Arguments Value Examples
View source: R/diffusion-map.R
Returns a list of edges with transition probability from the diffusion map in an URD object. Used by some plotting functions to show the connectivity of the network if desired.
1 2 3 4 5 6 | edgesFromDM(
object,
cells = NULL,
include.connected.cells = F,
edges.return = NULL
)
|
object |
An URD object |
cells |
(Character vector) Cells to calculate edges between (default |
include.connected.cells |
(Logical) If |
edges.return |
(Numeric) Number of edges to return (default |
A data.frame with columns from (cell name), to (cell name), and weight (transition probability)
1 | edges <- edgesFromDM(object, cells=NULL, edges.return=100000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.