Learn R Programming

RCytoscape (version 1.22.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
  cw <- CytoscapeWindow ('getGraph.test', graph=makeSimpleGraph())
  displayGraph (cw)
  print (getGraph (cw))

Run the code above in your browser using DataLab