Description Usage Arguments Value Examples
View source: R/exportNetwork.R
Exports the current network as a data file
1 | exportNetwork(filename, type, base.url = "http://localhost:1234/v1")
|
filename |
(char) name of the network file to save |
type |
(char) type of data file to export, e.g., CX, CYJS, GraphML, NNF, SIF, XGMML (case sensitive) |
base.url |
cyrest base url for communicating with cytoscape |
server response
1 | exportNetwork('myNetwork','XGMML')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.