Description Usage Arguments Value Author(s) Examples
Function to get a sorted edgelist where the source protein is alphabetically smaller than the target protein from an undirected network.
1 | sortedEdgeList(network)
|
network |
Undirected network in igraph or graphNEL format. |
Vector of sorted edges, where the source protein is alphabetically smaller than the target protein.
Daniela Beisser
1 2 3 | library(DLBCL)
data(interactome)
E.list <- sortedEdgeList(interactome)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.