sortedEdgeList {BioNet}R Documentation

Get a sorted edgelist

Description

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

Usage

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

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

[Package BioNet version 1.53.0 Index]