cyREST icon indicating copy to clipboard operation
cyREST copied to clipboard

Layout Settings

Open m-grimes opened this issue 7 years ago • 1 comments

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!

m-grimes avatar Jun 09 '17 22:06 m-grimes

@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.

dotasek avatar Jul 31 '17 20:07 dotasek