Description Usage Arguments Details Value See Also
Retrieve the entire node table as a matrix object
1 | getNodeTable(network = "current", base.url = "http://localhost:1234/v1")
|
network |
name or suid of the network that you want the node table; default is "current" network |
base.url |
cyrest base url for communicating with cytoscape |
If there are missing values in the Node Table, then a warning message about the rbind function and the "number of columns of result is not a multiple of vector length". This indicates that values were shifted (and repeated) to fill in missing columns. This could result in corrupted data for certain nodes. In these cases, consider using getTableColumns instead.
matrix node table
getTableColumns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.