getAllEdgesR Documentation

getAllEdges

Description

Retrieve all edges in the current graph, expressed in the standard Cytoscape notation.

Usage

getAllEdges(obj)

Arguments

obj a CytoscapeWindowClass object.

Value

A list of character strings.

Author(s)

Paul Shannon

Examples

  cw <- CytoscapeWindow ('getAllEdges.test', graph=makeSimpleGraph())
    # [1] "C (undefined) A"  "B (synthetic lethal) C" "A (phosphorylates) B"