cytoscape / RCy3

New version of RCy3, redesigned and collaboratively maintained by Cytoscape developer community
MIT License
49 stars 20 forks source link

add createView to NetworkView #180

Closed AlexanderPico closed 2 years ago

AlexanderPico commented 2 years ago

https://github.com/cytoscape/py4cytoscape/pull/72

See view create CyCommand

Creates a new view for the passed network and returns the SUID of the new view and the original network. If no networks are specified, it creates a view for the current network, if there is one.
  view create arguments:

layout=true|false:
    If true (default), the preferred layout will be applied to the new view. If false, no layout will be applied.
network=current|[column:value|network name]:
    Specifies a network by name, or by SUID if the prefix ```SUID:``` is used. The keyword ```CURRENT```, or a blank value can also be used to specify the current network.