Learn R Programming

RCytoscape (version 1.22.0)

CytoscapeConnectionClass-class: Class "CytoscapeConnectionClass"

Description

A class providing access to operations of the Cytoscape application which are not specific to a particular window.

Arguments

Slots

uri:
An attrData the address of the Cytoscape XMLRPC server.

Methods

ping
version
msg
clearMsg
getWindowcount
getWindowID
getWindowCount
getWindowList
destroyWindow
destroyAllWindows
getNodeShapes
getAttributeClassNames
getLineStyles
getArrowShapes
haveNodeAttribute
haveEdgeAttribute
copyNodeAttributesFromCyGraph
copyEdgeAttributesFromCyGraph
getGraphFromCyWindow
hidePanel
dockPanel
floatPanel

Examples

Run this code
     # create a CytoscapeConnectionClass object by calling the constructor
  cy <- CytoscapeConnection (host='localhost', rpcPort=9000)

Run the code above in your browser using DataLab