Description Usage Arguments Value Examples
Get all the descendants of a term. Children of its children will be retrieved. Based on 'get_descendants()' function in 'ontologyIndex' updated 07/2020
1 | BRENDADescendants(x, obo = BRENDAobo)
|
x |
A BRENDA term id, term name, or synonym of a term. |
obo |
Optional. The ontology file. BRENDA OBO file will be loaded if not provided. |
If input is a valid BRENDA term, return a dataframe of the term ids. and term names of the input's descendants.
1 2 | BRENDADescendants("BTO:0000034")
BRENDADescendants("BTO:0000004") # input valid but no result, gives character0
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.