Description Usage Arguments Details Value See Also Examples
View source: R/createIgraphFromNetwork.R
Takes a Cytoscape network and generates data frames for vertices and edges to send to the graph_from_data_frame function. Returns the network.suid and applies the perferred layout set in Cytoscape preferences.
1 2 | createIgraphFromNetwork(network = "current",
base.url = "http://localhost:1234/v1")
|
network |
name or suid of the network; default is "current" network |
base.url |
cyrest base url for communicating with cytoscape |
Nodes and edges from the Cytoscape network will be translated into vertices and edges in igraph. Associated table columns will also be passed to igraph as vertiex and edge attributes.
(igraph) an igraph network
createNetwork, createIgraphFromNetwork
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.