send_aopn: Send Adverse Outcome Pathway Network (AOPN) to Cytoscape

Description Usage Arguments Details Value Examples

View source: R/aopxplorer.R

Description

Sends an AOPN to Cytoscape for visualization

Usage

1
send_aopn(cytoscape_aopn, url = "http://localhost:1234/v1")

Arguments

cytoscape_aopn

an object of class character that is a JSON encoded AOPN

url

an object of class character that is the base URL for connecting to Cytoscape via CyREST. Default is http://localhost:1234/v1.

Details

This function sends an AOPN to Cytoscape for visualization

Value

res an result object.

Examples

1
2
3
4
5
6
## Not run: 
x <- get_aopn("Steatosis")
cytoscape_aopn <- toCytoscape(x)
send_aopn(cytoscape_aopn)

## End(Not run)

DataSciBurgoon/aopxplorer2 documentation built on May 6, 2019, 1:52 p.m.