powered by
setGraph(obj, graph)
CytoscapeWindowClass
graph
cw <- new.CytoscapeWindow ('setGraph.test') # an empty graph is created by default graph <- makeSimpleGraph () setGraph (cw, graph) print (length (nodes (getGraph (cw))))
Run the code above in your browser using DataLab