'How can I change the parameters in cytoscape to obtain this layout?
I'm currently trying to apply an Edge-weighted Spring Embedded Layout algorithm in Cytoscape to a network, following the Materials and Methods from a study. When I apply the Layout, I'm not obtaining the same results. In my case I'm having some nodes pointing outwards and some others highly concentrated in the middle of the graph, but I want the nodes to be equally distributed in the surface. This is what I have: [What I obtain][1] [1]: https://i.stack.imgur.com/puYsQ.png
And this is what I want:
Solution 1:[1]
A lot depends on the weights on your edges. You'll get very different values depending on the weights and how those weights are being interpreted. You'll undoubtedly need to open up the Layout->Settings... dialog for the spring embedded layout and play with the values to get the results you want.
-- scooter
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Scooter Morris |
