setDefaultEdgeSelectionColor: setDefaultEdgeSelectionColor

Description Usage Arguments Value Author(s) Examples

Description

Set the default color used to display selected edges.

Usage

1
setDefaultEdgeSelectionColor(obj, new.color, vizmap.style.name)

Arguments

obj

a CytoscapeConnectionClass object.

new.color

a character object, in quoted hexadecimal format

vizmap.style.name

a character object, 'default' by default

Value

Nothing.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

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

  cw = CytoscapeWindow ("demo.setDefaultEdgeSelectionColor", graph=makeSimpleGraph ())
  displayGraph (cw)
  layoutNetwork (cw)
  setDefaultEdgeSelectionColor (cw, '#00FF00')
  # redraw (cw) --> not required anymore

## End(Not run)

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