nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Visualize.Cytoscape.Automation / cyREST

cyREST

Full name SMRUCC.genomics.Visualize.Cytoscape.Automation.cyREST Assembly SMRUCC.genomics.Visualize.Cytoscape.Automation Members 6

01 Syntax

SMRUCC.genomics.Visualize.Cytoscape.Automation.cyREST

02 Methods

NameOverloadsSummary
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

method networksNames #
networksNames

Returns a list of all networks as names and their corresponding SUIDs.

method putNetwork #
putNetwork(Variant(Of Cyjs, SIF()), String, String)

Creates a new network in the current session from a file or URL source.

method getViewReference #
getViewReference

Returns the current Network View.

method getView #
getView(Int32, Int32)

Gets the Network View specified by the viewId and networkId parameters.

Parameters
NameTypeDescription
networkIdInt32

SUID of the Network

viewIdInt32

SUID of the Network View

method saveSession #
saveSession(String)

Saves the current session to a file. If successful, the session file location will be returned.

Parameters
NameTypeDescription
fileString

Session file location as an absolute path.(*.cys)

method layouts #
layouts()