Learn R Programming

RCy3 (version 1.2.0)

ping: ping

Description

Test the connection to Cytoscape.

Usage

ping(obj)

Arguments

obj
a CytoscapeConnectionClass object.

Value

"It works!"

Examples

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

  cy <- CytoscapeConnection ()
  ping (cy)
    # "It works!"   

Run the code above in your browser using DataLab