setDefaultEdgeFontSize: setDefaultEdgeFontSize

Description Usage Arguments Value Author(s) See Also Examples

Description

In the specified CytoscapeConnection, stipulate the color for all edges other than those mentioned in a edge color rule.

Usage

1
setDefaultEdgeFontSize(obj, new.size)

Arguments

obj

a CytoscapeConnectionClass object.

new.size

an integer.

Value

None.

Author(s)

Paul Shannon

See Also

setDefaultNodeShape setDefaultNodeFontSize setDefaultNodeSize setDefaultNodeColor setDefaultNodeBorderColor setDefaultNodeBorderWidth setDefaultNodeFontSize setDefaultNodeLabelColor setDefaultEdgeLineWidth setEdgeColorRule

Examples

1
2
3
4
5
6
7
  cw <- new.CytoscapeWindow ('test setDefaultEdgeFontSize', graph=makeSimpleGraph())
  displayGraph (cw)
  redraw (cw)
  layoutNetwork(cw, 'jgraph-spring')
  setEdgeLabelRule (cw, 'edgeType')
  setDefaultEdgeFontSize (cw, 66)
  redraw (cw)

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.