Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeConnection, stipulate the color for all edges other than those mentioned in a edge color rule.
1 | setDefaultEdgeFontSize(obj, new.size)
|
obj |
a |
new.size |
an |
None.
Paul Shannon
setDefaultNodeShape setDefaultNodeFontSize setDefaultNodeSize setDefaultNodeColor setDefaultNodeBorderColor setDefaultNodeBorderWidth setDefaultNodeFontSize setDefaultNodeLabelColor setDefaultEdgeLineWidth setEdgeColorRule
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.