setDefaultEdgeReverseSelectionColor | R Documentation |
Retrieve the default color used to display selected edges.
setDefaultEdgeReverseSelectionColor(obj, new.color, vizmap.style.name)
obj |
a CytoscapeConnectionClass object. |
new.color |
a character object, in quoted hexadecimal format |
vizmap.style.name |
a character object, 'default' by default |
Nothing.
Paul Shannon
cy <- CytoscapeConnection () print (setDefaultEdgeReverseSelectionColor (cy, '#FF0000'))