Description Usage Arguments Value
View source: R/getNodeviewTable.R
Get node view information from cytoscape, get the node view table - x and y positions
1 2 | getNodeViewTable(network = "current", network.viewid = "current",
base.url = "http://localhost:1234/v1")
|
network |
name or suid of the network; default is "current" network |
network.viewid |
suid of the network view that you want to get the info for; default is "current" network view |
base.url |
cyrest base url for communicating with cytoscape |
matrix nodeview parameters x-position, y-position, selected
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.