FAQ: Frequently Asked Questions


The plugins directory has all the relevant jar files and the shell from which I invoked Cytoscape indicates that all plugins have been successfully loaded. But I am unable to see loaded plugins from the Plugin drop-down menu. Am I missing anything?

The message "all plugins have been successfully loaded" means all of the plugins found in the plugins dir are actually loaded. The "plugins" menu is somewhat misleading as there is no requirement that a plugin actually present itself there. For example, the biopax plugin is accessed simply by importing a biopax formatted file. Other plugins are found throughout the application, like the cPath plugin that is accessed through the "File -> New -> Network -> Construct network using cPath" menu.

I'm using Cytoscape to visualize a large network (around 300K edges and 7000 nodes), the layout algorithms don't seem to operate correctly. Is the network too large?

By default, Cytoscape allocates 512MB for Java, which is definitely not enough memory for very large network. You can do a couple of things to increase the default heap size, depending on how you are running Cytoscape. (1) If you are executing it from the shell you want to edit cytoscape.sh and change '-Xmx512m' to something more reasonable for your machine, say '-Xmx1536m'. (2) If you are executing it from the finder (e.g.double-clicking the Cytoscape icon), you need to open a shell and go into the Cytoscape.app directory, then cd to Contents/Resources and edit the file i4jlauncher.config. Near the bottom of that file is a line that says 123=-Xmx512M -- change that one to 123=-Xmx1536M. Now that that is done, you should have a little more memory to work with. The next question is which layout algorithms are you interested in using? Some algorithms are more sensitive to the number of edges than others. With that many edges, I suspect you will wind up with a pretty dense hairball by the time you visualize it. (3) If you are using Windows, you can start Cytoscape using the "cytoscape.bat" file instead. You can find "cytosape.bat" in the installation directory of Cytoscape. To change the heap size, just edit this bat file. You should be able to see in this bat file where the -Xmx512M is specified and be able to change it to whatever you need.

When I download and install a plugin of Cytoscape within the plugin manage windows, I canceled the process by mistake. And when I restart the program, I found lots of functions disappeared and a window with the word says: An error has occurred during startup

You may have some corrupt configuration information. This may be fixed by deleting .cytoscape directory and restart. Under your home directory, there should be a directory called .cytoscape. Delete that .cytoscape directory and run Cytoscape again. If you are running under Windows, then the .cytoscape directory would be under c:/Documents and Settings/<your user name>. Make sure that your Windows Explorer configured to show hidden files. Otherwise you may not see the .cytoscape directory.

user_faq (last edited 2010-05-28 18:42:48 by malbec)

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