pluginVersionR Documentation

pluginVersion

Description

Test the connection to Cytoscape.

Usage

pluginVersion(obj)

Arguments

obj a CytoscapeConnectionClass object.

Value

"A string describing the current version of the CytoscapeRPC plugin."

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  print (pluginVersion (cy))
    # e.g., "1.8"