Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeWindow, set the opacity of the fill color of the specified node(s).
1 | setNodeFillOpacityDirect(obj, node.names, new.values)
|
obj |
a |
node.names |
one or more |
new.values |
a |
None.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
setNodeBorderColorDirect setNodeBorderOpacityDirect setNodeBorderWidthDirect setNodeColorDirect setNodeFontSizeDirect setNodeHeightDirect setNodeImageDirect setNodeLabelColorDirect setNodeLabelDirect setNodeLabelOpacityDirect setNodeOpacityDirect setNodeShapeDirect setNodeSizeDirect setNodeWidthDirect
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('setNodeFillOpacityDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork (cw, 'force-directed')
setNodeFillOpacityDirect (cw, 'A', 20)
setNodeFillOpacityDirect (cw, c('B', 'C'), c(122, 133))
setNodeFillOpacityDirect (cw, c('B', 'C'), 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.