Description Usage Arguments Value Author(s) Examples
A network in graphNEL or igraph format is converted to an edgelist.
1 | getEdgeList(network)
|
network |
Network in graphNEL or igraph format. |
A matrix whose columns represent the connected edges.
Marcus Dittrich
1 2 3 | library(DLBCL)
data(interactome)
getEdgeList(interactome)[1:10,]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.