Description Usage Arguments Value Examples
Given an id, this method returns an aop_cytoscape node name.
1 2 3 4  | getAOPNodeName(theObject, id)
## S4 method for signature 'aop_cytoscape'
getAOPNodeName(theObject, id)
 | 
theObject | 
 is an AOP as an object of class   | 
id | 
 an object of class   | 
the name of the node
1 2 3 4 5  | library(graph)
steatosis_json_file <- system.file("extdata", "steatosis_aop_json.cyjs",
package = "aop")
steatosis_aop <- convert_cytoscape_to_aop(steatosis_json_file)
getAOPNodeName(steatosis_aop, "389")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.