This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Trouble plotting centralities on cityscape using centiscape

Hi I'm using centiscape on cytoscape to plot centralities (betweenness and degree) of a network of 406 nodes and 5813 edges. After loading attributes and getting the results when I ask it to plot by centralities it does not work, I mean it does not crash but I've waited like 24 hours and got no result back. What could be the problem?

cytoscape centralities centiscape

You may be running out of memory. Java applications run in a Java virtual machine which needs to have its memory size fixed at start time. This becomes a problem if later you need more than what was initially allocated. For cytoscape 3, see this note in the user manual.

Greetings,

centiscape is usually really reliable, so I'm surprised you are having problems on such a small network. There are two things you can try:

  1. You could look at plotting the values using Cytoscape's built-in plotting package (under the Tools menu)
  2. You could try running Cytoscape from the console to see if you are getting some kind of error report from either Cytoscape or centiscape. Often errors aren't properly carried through to the user interface.

Hope this helps!

-- scooter

0 answers

No answers yet.

Log in to answer this question.