Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeWindow, set the shape of the specified node.
1 | setNodeShapeDirect(obj, node.names, new.shapes)
|
obj |
a |
node.names |
one or more |
new.shapes |
one or more |
None.
Paul Shannon
getNodeShapes
1 2 3 4 5 6 7 | cw <- new.CytoscapeWindow ('setNodeShapeDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
getNodeShapes(cw)
setNodeShapeDirect (cw, 'A', 'triangle')
redraw (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.