pluginVersion | R Documentation |
Test the connection to Cytoscape.
pluginVersion(obj)
obj |
a CytoscapeConnectionClass object. |
"A string describing the current version of the CytoscapeRPC plugin."
Paul Shannon
cy <- CytoscapeConnection () print (pluginVersion (cy)) # e.g., "1.8"