Learn R Programming

RCytoscape (version 1.22.0)

CytoscapeWindowClass-class: Class "CytoscapeWindowClass"

Description

A class providing access to the Cytoscape application.

Arguments

Slots

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

Methods

createWindow
destroyWindow
destroyAllWindows
displayGraph
firstNeighbors
getArrowShapes
getLayoutNames
getLineStyles
getNodeShapes
getWindowCount

Examples

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

Run the code above in your browser using DataLab