Learn R Programming

RCytoscape (version 1.22.0)

pluginVersion: 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."

Examples

Run this code
  cy <- CytoscapeConnection ()
  print (pluginVersion (cy))
    # e.g., "1.7"

Run the code above in your browser using DataLab