Description Usage Arguments Value Examples
Using the same syntax as Cytoscape's Command Line Dialog, this function converts a command string into a CyREST URL, executes a GET request, and parses the HTML result content into an R list object.
1 | commandRun(cmd.string, base.url = "http://localhost:1234/v1")
|
cmd.string |
(char) command |
base.url |
cyrest base url for communicating with cytoscape |
List object
1 | commandRun('layout get preferred')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.