cyREST
01 Syntax
SMRUCC.genomics.Visualize.Cytoscape.Automation.cyREST
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| networksNames | 1 | Returns a list of all networks as names and their corresponding SUIDs. |
| putNetwork | 1 | Creates a new network in the current session from a file or URL source. |
| getViewReference | 1 | Returns the current Network View. |
| getView | 1 | Gets the Network View specified by the viewId and networkId parameters. |
| saveSession | 1 | Saves the current session to a file. |
| layouts | 1 |
03 Members
networksNames
Returns a list of all networks as names and their corresponding SUIDs.
putNetwork(
Variant(Of Cyjs, SIF()), String, String)Creates a new network in the current session from a file or URL source.
getViewReference
Returns the current Network View.
getView(
Int32, Int32)Gets the Network View specified by the viewId and networkId parameters.
Parameters
| Name | Type | Description |
|---|---|---|
networkId | Int32 | SUID of the Network |
viewId | Int32 | SUID of the Network View |
saveSession(
String)Saves the current session to a file. If successful, the session file location will be returned.
Parameters
| Name | Type | Description |
|---|---|---|
file | String | Session file location as an absolute path.( |
layouts()