getGraph: getGraph

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
getGraph(obj)

Arguments

obj

a CytoscapeWindowClass object.

Value

A graph object.

Author(s)

Paul Shannon

Examples

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

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