Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeWindow, set the images of the specified nodes.
1 | setNodeImageDirect(obj, node.names, image.urls)
|
obj |
a |
node.names |
one or more |
image.urls |
one or more |
None.
Paul Shannon
setNodeShapeDirect
1 2 3 4 5 6 | cw <- new.CytoscapeWindow ('setNodeImageDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
setNodeImageDirect (cw, 'C', 'http://rcytoscape.systemsbiology.net/versions/current/images/bioc.png')
redraw (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.