Description Usage Arguments Details Value Examples
View source: R/aop_graph_analysis.R
Converts a cytoscape JSON file to an aop_cytoscape-class object.
1  | 
file | 
 a Cytoscape JSON file.  | 
This function converts a JSON file exported from Cytoscape into a
aop_cytoscape-class object. Once an aop_cytoscape-class
object, we can perform conversion to a graphNEL object, and then
perform graph-based analyses.
aop a aop_cytoscape-class object.
1 2 3  | steatosis_json_file <- system.file("extdata", "steatosis_aop_json.cyjs",
package = "aop")
steatosis_aop <- convert_cytoscape_to_aop(steatosis_json_file)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.