get_descendants | R Documentation |
Get set of terms containing all descendants of terms in a given set
get_descendants(ontology, roots, exclude_roots = FALSE)
ontology |
|
roots |
Character vector of IDs for terms with respect to which descendants are to be defined. |
exclude_roots |
Boolean determining whether to remove the given |
Character vector of terms
link{get_ancestors}
data(hpo)
get_descendants(hpo, roots="HP:0001873")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.