getDefaultNodeReverseSelectionColor | R Documentation |
Retrieve the default color used to display selected nodes.
getDefaultNodeReverseSelectionColor(obj, vizmap.style.name)
obj |
a CytoscapeConnectionClass object. |
vizmap.style.name |
a character object, 'default' by default |
A character string, eg "java.awt.Color[r=204,g=204,b=255]"
Paul Shannon
cy <- CytoscapeConnection () print (getDefaultNodeReverseSelectionColor (cy)) # "java.awt.Color[r=0,g=255,b=0]"