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)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

1
2
3
4
5
6
7
8
9
  ## Not run: 
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

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

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.