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,]

BioNet documentation built on Nov. 8, 2020, 5:48 p.m.