exportNetwork: Exports the current network as a data file

Description Usage Arguments Value Examples

View source: R/exportNetwork.R

Description

Exports the current network as a data file

Usage

1
exportNetwork(filename, type, base.url = "http://localhost:1234/v1")

Arguments

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

Value

server response

Examples

1
exportNetwork('myNetwork','XGMML')

cytoscape/r2cytoscape documentation built on May 4, 2019, 6:36 p.m.