getSelectedEdges: getSelectedEdges

Description Usage Arguments Value Author(s) Examples

Description

Retrieve the identifiers of all the edges selected in the current graph.

Usage

1

Arguments

obj

a CytoscapeWindowClass object.

Value

A list of character strings.

Author(s)

Paul Shannon

Examples

1
2
3
4
5
6
7
  cw <- new.CytoscapeWindow ('getSelectedEdges.test', graph=makeSimpleGraph())
  displayGraph (cw)
  layoutNetwork(cw, 'jgraph-spring')
  redraw (cw)
    # in Cytoscape, interactively select two edges
    # doesn't work yet:  selectEdges (cwe, "A (phosphorylates) B")
  getSelectedEdges (cw)

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