Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeWindow, set the color of the specified edge or edges.
1 | setEdgeColorDirect(obj, edge.names, new.value)
|
obj |
a |
edge.names |
one ore more |
new.value |
a |
None.
Paul Shannon
setNodeColorDirect
1 2 3 4 5 6 7 | cw <- new.CytoscapeWindow ('setEdgeColorDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
edge.names = as.character (cy2.edge.names (cw@graph))[1:2]
setEdgeColorDirect (cw, edge.names, '#F833AA')
redraw (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.