setDefaultNodeReverseSelectionColor | R Documentation |
Retrieve the default color used to display selected nodes.
setDefaultNodeReverseSelectionColor(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 (setDefaultNodeReverseSelectionColor (cy, '#FF0000'))