CytoscapeWindowClass-classR Documentation

Class "CytoscapeWindowClass"

Description

A class providing access to the Cytoscape application.

Slots

title:
An attrData the name of the window.
window.id:
An attrData Cytoscape's identifier.
graph:
An attrData a graph instance.
uri:
An attrData the address of the Cytoscape XMLRPC server.

Methods

createWindow
destroyWindow
destroyAllWindows
displayGraph
firstNeighbors
getArrowShapes
getLayoutNames
getLineStyles
getNodeShapes
getWindowCount

Author(s)

Paul Shannon

Examples

     # create a CytoscapeWindowClass object by calling the constructor
  c2 <- CytoscapeWindow ('cwc demo', makeSimpleGraph ())