Description Usage Arguments Examples
Extract all ancestors for distinct GO term
1 | get_term_ancestors(term_vec, relation_data)
|
term_vec |
- vector of terms |
relation_data |
- ontology relation data (prepare_annotation(...)$relation_data |
1 2 3 4 5 | ## Not run:
onto_data <- fsgor::read_obo("~/go.obo")
get_term_ancestors(term_vec, 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.