Description Usage Arguments Value Examples
DAG roots and leaves extractor
1 | find_boundaries(rellist)
|
rellist |
list contains child terms as keys and nearest parents as values |
list contains root and leaf terms
1 2 3 4 5 | ## Not run:
onto_data <- fsgor::read_obo("~/go.obo")
find_boundaries(onto_data$relation_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.