getAllEdges: getAllEdges

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

obj

a CytoscapeWindowClass object.

Value

A list of character strings.

Author(s)

Paul Shannon

Examples

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

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.