seeded_rwr | R Documentation |
Runs random walk in a given network starting from seed genes.
seeded_rwr(
X,
G,
p = 0.7,
graph_normalization = c("laplacian", "transition", "none"),
cholesky = !igraph::is_directed(G),
affinity_normalization = TRUE
)
X |
a boolean matrix indicating seeds with samples on columns |
G |
an |
p |
restart probability. |
graph_normalization |
method used to normalise the adjacency matrix of the input graph. |
cholesky |
Whether to apply Cholesky decomposition to potentially speed computations. Applicable to undirected graphs. |
affinity_normalization |
controls whether the output matrix is normalised. |
matrix of enrichment scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.