Learn R Programming

RCy3 (version 1.2.0)

demoSimpleGraph: demoSimpleGraph

Description

Create, display and render the 3-node, 3-edge graph, with some biological trappings.

Usage

demoSimpleGraph()

Arguments

Value

Returns a CytoscapeWindow object for subsequent manipulation

Examples

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

Run the code above in your browser using DataLab