Description Usage Arguments Value See Also Examples
Get set of all ancestors of set of terms
1 |
hpo.terms |
R-Object representation of HPO |
terms |
Character vector of HPO terms |
Character vector of all HPO terms which are an ancestor of at least one term in terms
, including the terms themselves
1 2 | data(hpo.terms)
get.ancestors(hpo.terms, c("HP:0001873", "HP:0011877"))
|
[1] "HP:0001873" "HP:0011873" "HP:0001872" "HP:0001871" "HP:0000118"
[6] "HP:0000001" "HP:0011877" "HP:0011876"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.