cyREST
cyREST copied to clipboard
Layout Settings
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 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.