cytoscape / cyREST

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

Layout Settings #17

Open m-grimes opened 7 years ago

m-grimes commented 7 years ago

Feature request: The ability to access all settings on layouts; e.g. to work only on selected nodes or choose the edge attribute This worked previously in RCytoscape:

setLayoutProperties(cy, "force-directed", list(selected_only=TRUE) )

Also: the ability to use Weight or Alt.Weight as layout spring attribute!

dotasek commented 7 years ago

@m-grimes You can access all settings on layouts via the CyREST Commands API. To see what is available, in a running version of Cytoscape, access the following through the main menu Help > Automation > CyREST Command API. This will open documentation containing a layout heading that can be expanded to show you all the available algorithms and parameters.