Description Usage Arguments Value Examples
Runs a Cytoscape command (for example from a plugin) with a list of parameters and creates a connection to the network (if a new one is created) so that it can be further manipulated from R.
1 2 3 | ## S4 method for signature 'CytoscapeConnectionClass'
setCommandProperties(obj, command.name,
properties.list, copy.graph.to.R = FALSE)
|
obj |
Cytoscape network where command is run via RCy3 |
command.name |
Need more info here - how to specify.. |
properties.list |
Parameters (e.g. files, p-values, etc) to be used to set to run the command |
copy.graph.to.R |
If true this copies the graph information to R. This step can be quite slow. Default is false. |
Runs in Cytoscape and creates a connection to the Cytoscape window so that it can be further manipulated from R
1 2 3 4 5 | ## Not run:
cw <- CytoscapeWindow('new.demo', new('graphNEL'))
selectAllNodes(cw)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.