Learn R Programming

RCy3 (version 1.2.0)

sendNodes: sendNodes

Description

Transfer the nodes of the R graph (found in obj@graph) to Cytoscape. This method is not recommended for the average user. It is called behind the scenes by displayGraph.

Usage

sendNodes(obj)

Arguments

obj
a CytoscapeWindowClass object.

Value

None.

See Also

displayGraph sendEdges

Examples

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

  cw <- CytoscapeWindow ('sendNodes.test', graph=makeSimpleGraph())
  sendNodes (cw)

Run the code above in your browser using DataLab