Learn R Programming

RCy3 (version 1.2.0)

getGraph: getGraph

Description

Returns the Bioconductor graph object which belongs to the specified CytoscapeWindow object

Usage

getGraph(obj)

Arguments

obj
a CytoscapeWindowClass object.

Value

A graph object.

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cw <- CytoscapeWindow ('getGraph.test', graph=makeSimpleGraph())
  displayGraph (cw)
  print (getGraph (cw))

Run the code above in your browser using DataLab