getGraphR Documentation

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.

Author(s)

Paul Shannon

Examples

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