convert_cytoscape_to_aop: Convert Cytoscape Graph to an AOP

Description Usage Arguments Details Value Examples

View source: R/aop_graph_analysis.R

Description

Converts a cytoscape JSON file to an aop_cytoscape-class object.

Usage

1

Arguments

file

a Cytoscape JSON file.

Details

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.

Value

aop a aop_cytoscape-class object.

Examples

1
2
3
steatosis_json_file <- system.file("extdata", "steatosis_aop_json.cyjs",
package = "aop")
steatosis_aop <- convert_cytoscape_to_aop(steatosis_json_file)

aop documentation built on May 30, 2017, 2:55 a.m.