Differences between revisions 13 and 14
Revision 13 as of 2012-08-29 16:23:58
Size: 2561
Editor: 192
Comment:
Revision 14 as of 2012-08-29 16:56:07
Size: 3725
Editor: 192
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:

== Managing Rendering Engine Settings ==

Cytoscape's rendering engine uses different thresholds to determine how much detail to use when rendering a graph. When these thresholds are exceeded, the engine stops drawing some features on the graph. The following table summarizes the property names of these thresholds and how they affect rendering:

|| render.coarseDetailThreshold || When the number of visible nodes exceeds this value the rendering engine renders nodes and edges with minimal detail.||
|| render.nodeBorderThreshold || When the number of visible nodes exceeds this value the rendering engine stops rendering node borders.||
|| render.nodeLabelThreshold || When the number of visible nodes exceeds this value the rendering engine stops rendering node labels.||
|| render.edgeArrowThreshold || When the number of visible edges exceeds this value the rendering engine stops rendering edge arrows.||
|| render.edgeLabelThreshold || When the number of visible edges exceeds this value the rendering engine stops rendering edge labels.||

To force Cytoscape to use full detail always, enable the menu item View → Show Graphics Details.

Managing Properties

The Cytoscape Properties editor, accessed via Edit → Preferences → Properties…, is used to specify general and default properties. Any changes made to these properties will be saved in the file cytoscape3.props in the CytoscapeConfiguration directory of user's home. Properties are now stored in Cytoscape session files, so changes to general properties will be saved as part of the current session.

Cytoscape properties are configurable via Add, Modify and Delete operations.

  • prefs_editor.png

App properties may also be edited in the same way as editing Cytoscape properties. For example, to edit the properties of linkout, select 'linkout' from the combobox of the Preferences Editor.

  • linkout_propsEditor.png

Managing Bookmarks

Cytoscape contains a pre-defined list of bookmarks, which point to sample network files located on the Cytoscape web server. Users may add, modify, and delete bookmarks through the Bookmark manager, accessed by going to Edit → Preferences → Bookmarks… .

  • BookmarkManager.png

There are currently several types of bookmarks (based on data categories), including network and table. Network bookmarks are URLs pointing to network files available on the Internet. These are normal networks that can be loaded into Cytoscape. The table bookmarks are URLs pointing to attribute files.

Managing Proxy Servers

You can define and configure a proxy server for Cytoscape by going to Edit → Preferences → Proxy Settings… .

  • ProxyServerSetting.png

After the proxy server is set, all network traffic related to loading a network from URL will pass through the proxy server. Other plugins use this capability as well. The proxy settings are saved in cytoscape3.props. Each time you click the OK button after making a change to the proxy settings, an attempt is made to connect to a well known site on the Internet (e.g., google.com) using your settings. For both success and failure you are notified and for failure you are given an opportunity to change your proxy settings.

If you no longer need to use a proxy to connect to the Internet, simply set the Proxy type to 'direct' and click the OK button.

Managing Group view

The configuration of Cytoscape group view may also be edited through Edit → Preferences → Group preferences…

  • groupViewSetting.png

Managing Rendering Engine Settings

Cytoscape's rendering engine uses different thresholds to determine how much detail to use when rendering a graph. When these thresholds are exceeded, the engine stops drawing some features on the graph. The following table summarizes the property names of these thresholds and how they affect rendering:

render.coarseDetailThreshold

When the number of visible nodes exceeds this value the rendering engine renders nodes and edges with minimal detail.

render.nodeBorderThreshold

When the number of visible nodes exceeds this value the rendering engine stops rendering node borders.

render.nodeLabelThreshold

When the number of visible nodes exceeds this value the rendering engine stops rendering node labels.

render.edgeArrowThreshold

When the number of visible edges exceeds this value the rendering engine stops rendering edge arrows.

render.edgeLabelThreshold

When the number of visible edges exceeds this value the rendering engine stops rendering edge labels.

To force Cytoscape to use full detail always, enable the menu item View → Show Graphics Details.

Cytoscape_3/UserManual/Preferences (last edited 2016-04-26 22:18:44 by server2)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux