getEdgeList {BioNet} | R Documentation |
A network in graphNEL or igraph format is converted to an edgelist.
getEdgeList(network)
network |
Network in graphNEL or igraph format. |
A matrix whose columns represent the connected edges.
Marcus Dittrich
library(DLBCL) data(interactome) getEdgeList(interactome)[1:10,]