API Reference¶
What’s an API?
API stands for “Application Programming Interface”. Ontolopy’s API Reference describes everything you needs to know about Ontolopy to know how to use it. It describes all public objects, modules, and functions.
ontolopy.obo
¶
The ontolopy.obo
module contains code for creating and working with the Obo
class: objects that represent ontologies.
|
Creates Obo ontology object from dict with ontology terms for keys, mapping to term attributes and relations. |
|
Recursively merges new into self and returns a merged Obo ontology. |
|
Download obo from a list of known locations. |
|
Loads ontology from .obo file at file_loc. |