Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeWindow, set the opacity of all aspectes of the specified node: fill color, border, label.
1 | setNodeOpacityDirect(obj, node.names, new.values)
|
obj |
a |
node.names |
one or more |
new.values |
a |
None.
Paul Shannon
setNodeFillOpacityDirect setNodeLabelOpacityDirect setNodeBorderOpacityDirect
1 2 3 4 5 6 | cw <- new.CytoscapeWindow ('setNodeOpacityDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
setNodeOpacityDirect (cw, 'A', 220)
redraw (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.