setEdgeColorDirect: setEdgeColorDirect

Description Usage Arguments Value Author(s) See Also Examples

Description

In the specified CytoscapeWindow, set the color of the specified edge or edges.

Usage

1
setEdgeColorDirect(obj, edge.names, new.value)

Arguments

obj

a CytoscapeWindowClass object.

edge.names

one ore more String objects, cy2-style edge names.

new.value

a String object, a color in hex notation.

Value

None.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

setNodeColorDirect

Examples

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

  cw <- CytoscapeWindow ('setEdgeColorDirect.test', graph=makeSimpleGraph())
  displayGraph (cw)
  layoutNetwork (cw, 'force-directed')
  edge.names <- as.character (cy2.edge.names (cw@graph))[1:2]
  setEdgeColorDirect (cw, edge.names, '#F833AA')
  # redraw (cw) --> not required anymore

## End(Not run)

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