getEdgeList: Get representation of graph as edgelist

Description Usage Arguments Value Author(s) Examples

Description

A network in graphNEL or igraph format is converted to an edgelist.

Usage

1
getEdgeList(network)

Arguments

network

Network in graphNEL or igraph format.

Value

A matrix whose columns represent the connected edges.

Author(s)

Marcus Dittrich

Examples

1
2
3
library(DLBCL)
data(interactome)
getEdgeList(interactome)[1:10,]

assaron/BioNet documentation built on Sept. 18, 2020, 12:02 a.m.