Learn R Programming

RCy3 (version 1.2.0)

pluginVersion: pluginVersion

Description

Get the currently used plugin version number of CyREST.

Usage

pluginVersion(obj)

Arguments

obj
a CytoscapeConnectionClass object.

Value

a string describing the current version of the CyREST plugin.

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

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

Run the code above in your browser using DataLab