cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

Layout to prevent node overlap when network is created command line #97

Closed Niveda-S closed 4 years ago

Niveda-S commented 5 years ago

Hi,

I've noticed that creating a network on cytoscape using igraph and py2cytoscape causes nodes to overlap over one another. Is there a way to prevent this via command line?

Thanks!

AlexanderPico commented 5 years ago

I think you have to follow with a layout. In the CyREST API doc, you'll find a section on Layouts. You can also find layout commands. See Help>Automation for both sets of API docs.