sendNodes: sendNodes

Description Usage Arguments Value Author(s) See Also Examples

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

1
sendNodes(obj)

Arguments

obj

a CytoscapeWindowClass object.

Value

None.

Author(s)

Paul Shannon

See Also

displayGraph sendEdges

Examples

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

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.