getDefaultEdgeReverseSelectionColor: getDefaultEdgeReverseSelectionColor

Description Usage Arguments Value Author(s) Examples

Description

Retrieve the default color used to display not selected edges.

Usage

1
getDefaultEdgeReverseSelectionColor(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

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

1
2
3
4
5
6
7
8
9
  ## Not run: 
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cy <- CytoscapeConnection ()
  print (getDefaultEdgeReverseSelectionColor (cy))
    # [1] "#323232"

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.