Learn R Programming

RCy3 (version 1.2.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:
A logical object.
suid.name.dict:
A list object.
edge.suid.name.dict:
A list object.
view.id:
A numeric object.
uri:
An attrData the address of the Cytoscape CyREST API.

Methods

createWindow
destroyWindow
destroyAllWindows
displayGraph
firstNeighbors
getArrowShapes
getLayoutNames
getLineStyles
getNodeShapes
getWindowCount

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

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

Run the code above in your browser using DataLab