sortedEdgeList: Get a sorted edgelist

Description Usage Arguments Value Author(s) Examples

View source: R/Resampling.R

Description

Function to get a sorted edgelist where the source protein is alphabetically smaller than the target protein from an undirected network.

Usage

1
sortedEdgeList(network)

Arguments

network

Undirected network in igraph or graphNEL format.

Value

Vector of sorted edges, where the source protein is alphabetically smaller than the target protein.

Author(s)

Daniela Beisser

Examples

1
2
3
library(DLBCL)
data(interactome)
E.list <- sortedEdgeList(interactome)

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