Learn R Programming

RCy3 (version 1.2.0)

getDefaultNodeReverseSelectionColor: getDefaultNodeReverseSelectionColor

Description

Retrieve the default color used to display not selected nodes.

Usage

getDefaultNodeReverseSelectionColor(obj, vizmap.style.name)

Arguments

obj
a CytoscapeConnectionClass object.
vizmap.style.name
a character object, 'default' by default

Value

A character string, a hexadecimal, e.g. #000000

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cy <- CytoscapeConnection ()
  print (getDefaultNodeReverseSelectionColor (cy))
    # [1] "#1E90FF"

Run the code above in your browser using DataLab