relations_table_to_graph | R Documentation |
Graph from a table of ontology relations
relations_table_to_graph(relations)
relations |
A data frame of ontology relations (the "relations"
element of the list returned by |
By default the relations point from child to parents, the edges in the
graph will be of the same direction. Use swap_relations
on the data frame to reverse the direction.
The relations converted to an igraph graph object.
## Not run:
go <- get_db('go_basic')
go_graph <- relations_table_to_graph(go$relations)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.