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)

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