You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include optional flag for whether to include self (default to false)
Get Ontology Term Ancestors by Term ID List
Get Ontology Term Descendants by Term ID
include optional flag for whether to include self (default to false)
Get Ontology Term Descendants by Term ID List
Is Term ID Deprecated
Get Ontology Term ID ‘Replaced By’
Return None if not provided
Get Ontology Metadata by Term ID
Return dict with metadata annotated as “Comments”, “Considers”, or “Term Tracker” (annotated in OWL/OBOs as IAO_0000233, usually a link to a github issue with community discussion around term)
Get Ontology Term ID ‘Label’
The text was updated successfully, but these errors were encountered:
## Reason for Change
- #14
## Changes
- implement all_ontology querying functions to fetch metadata, for
single term IDs and bulk IDs
- reorganize file structure to store artifacts that will be packaged
with the API in the python/api directory, rather than in the
ontology-builder directory (which will not be packaged).
- In turn, reorganize the env.py constants + GHAs pointing to
directories to read from / output generated files to.
## Testing steps
- unit tests
## Notes for Reviewer
Depends on:
Generate Data all_ontology.json
DOD: Implement and test.
The text was updated successfully, but these errors were encountered: