Description Usage Arguments Value Examples
obtain childless descendents of a term (including query)
1 | getLeavesFromTerm(x, ont)
|
x |
a character(1) id element for ontology_index instance |
ont |
an ontology_index instance as defined in ontologyIndex package |
character vector of 'leaves' of ontology tree
1 2 3 | ch = getChebiOnto()
alldr = getLeavesFromTerm("CHEBI:23888", ch)
head(ch$name[alldr[1:15]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.