Connectivity Test

Before running this test, make sure that
  1. Cytoscape is installed and running on your computer
  2. An appropriate version of Jan Bot's CytoscapeRPC plugin is installed
  3. The CytoscapeRPC is running, and listening on port 9000
Start R


  > library (RCytoscape)
  > cy = CytoscapeConnection ()
  > pluginVersion (cy)

You should see 

    [1] "1.8"