sortedEdgeList {BioNet} | R Documentation |
Function to get a sorted edgelist where the source protein is alphabetically smaller than the target protein from an undirected network.
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
library(DLBCL) data(interactome) E.list <- sortedEdgeList(interactome)