Learn R Programming

RCy3 (version 1.2.0)

getDefaultEdgeSelectionColor: getDefaultEdgeSelectionColor

Description

Retrieve the default color used to display selected edges.

Usage

getDefaultEdgeSelectionColor(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 (getDefaultEdgeSelectionColor (cy))
    # [1] "#FF0000"

Run the code above in your browser using DataLab