getGraph | R Documentation |
Returns the bioconductor graph object which belongs to the specified CytoscapeWindow object
getGraph(obj)
obj |
a CytoscapeWindowClass object. |
A graph object.
Paul Shannon
cw <- CytoscapeWindow ('getGraph.test', graph=makeSimpleGraph()) print (getGraph (cw))