CytoscapeConnectionClass-class | R Documentation |
Class "CytoscapeConnectionClass"
Description
A class providing access to operations of the Cytoscape
application which are not specific to a particular window.
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
Author(s)
Paul Shannon
Examples
# create a CytoscapeConnectionClass object by calling the constructor
cy <- CytoscapeConnection (host='localhost', rpcPort=9000)