Description Usage Arguments Value Examples
View source: R/getNeighborsForModule.R
Get Neighbors for Module
1 | getNeighborsForModule(graph, module)
|
graph |
an |
module |
a vector containing nodes corresponding to the graph |
a vector containing all neighbors of the module
1 2 3 4 5 6 | data(qmdiab.data)
data(qmdiab.annos)
net.graph <- generateNetwork(data = qmdiab.data, annotations = qmdiab.annos)
module <- c(3, 4)
neighbors <- getNeighborsForModule(graph = net.graph, module = module)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.