powered by
get.descendants(hpo.terms, ancestor)
get.hpo.terms
data(hpo) types.of.headache <- get.descendants( hpo.terms, hpo.terms$id[hpo.terms$name == "Headache"] ) print(hpo.terms$name[types.of.headache])
Run the code above in your browser using DataLab