Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeWindow, set the size of the font used in rendering the label of the specified node.
1 | setNodeLabelColorDirect(obj, node.names, new.colors)
|
obj |
a |
node.names |
one or more |
new.colors |
an |
None.
Paul Shannon
setNodeFontSizeDirect
1 2 3 4 5 6 7 | cw <- new.CytoscapeWindow ('setNodeLabelColorDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
setNodeFontSizeDirect (cw, 'A', 50)
setNodeLabelColorDirect (cw, 'A', '#FFFF00')
redraw (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.