Description Usage Arguments Value Author(s)
View source: R/prioritize.by.randomwalk.R
—————————————————————————– Candidate prioritization by random walk analysis
1 2 | prioritze.by.randomwalk(locus.graph, largest.cc, string.nodes, tf.nodes,
n.eigs = 500, mode = "propagation", return.g = FALSE)
|
locus.graph |
graphNEL object as generated in network_preprocess.R |
largest.cc |
graphNEL object with the largest connected component of the protein - protein interaction network |
string.nodes |
character vector with the names of the nodes in the PPI network |
tf.nodes |
character vector with the names of the transcription factors |
n.eigs |
number of eigen vectors to use for the approximation |
mode |
character "propagation" or "hitting.time" |
return.g |
logical should the graph used for analysis be returned? |
list with sentinel, cpgs, tfs, trans.genes, prop, best.trans.gene, best.tf, g
Matthias Heinig <matthias.heinig@helmholtz-muenchen.de>
—————————————————————————–
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.