get_aopn: Get an Adverse Outcome Pathway Network (AOPN)

Description Usage Arguments Details Value Examples

View source: R/aopxplorer.R

Description

Lists all of the key events within an AOPN

Usage

1
get_aopn(ao_name, url = "http://localhost:3030/ds")

Arguments

ao_name

an object of class character that is the name of the adverse outcome of interest.

url

a character object that is the URL to the Fuseki server. The default is http://localhost:3030/ds

Details

This function queries the AOPO for all of the key events associated with an adverse outcome network so that the network can be built.

Value

aopn_graph an igraph object that contains the AOPN – a graph of the key events and their relationships.

Examples

1
2
3
4
5
## Not run: 
x <- get_aopn("Steatosis")
plot(x)

## End(Not run)

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