Learn R Programming

RCytoscape (version 1.22.0)

getAllEdges: 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.

Examples

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

Run the code above in your browser using DataLab