Description Usage Arguments Details Value Examples
Associate data with the AOPN Key Events
1 | associate_data_aopn(x, aopn_graph)
|
x |
a |
aopn_graph |
an object of class |
This function associates data with the AOPN key events.
aopn_graph an object of class igraph
that contains the
AOPN – a graph of the key events and their relationships, as well as the
associated data
1 2 3 4 5 6 7 | ## Not run:
x <- get_aopn("Steatosis")
aopn_kes <- get_aopn_kes(x)
expression_data <- c(2, 10, 10, NA, 3, 1, 1, 3, 2, 3, 2)
associate_data_aopn(expression_data, x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.