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.positions)
|
obj |
a |
node.names |
one or more |
image.positions |
one or more |
None.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
setNodeShapeDirect
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cw <- CytoscapeWindow ('setNodeImageDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork (cw, 'force-directed')
# Before running the next function, upload your image to the Image Manager
# and determine the position of the image in the list (start counting from the bottom)
# Images are added at the top of the interface but at the end of the list
# There are currently 24 default images in the Image Manager
setNodeImageDirect (cw, 'C', 1 ) # last image in the Image Manager
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.