Learn R Programming

RCytoscape (version 1.22.0)

sendEdges: sendEdges

Description

Transfer the edges 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

sendEdges(obj)

Arguments

obj
a CytoscapeWindowClass object.

Value

None.

See Also

displayGraph sendNodes

Examples

Run this code
  cw <- new.CytoscapeWindow ('sendEdges.test', graph=makeSimpleGraph())
  sendEdges (cw)

Run the code above in your browser using DataLab