- Access >20 public ontologies such as Gene, Protein, CellMarker, ExperimentalFactor, CellType, CellLine, Tissue, …
- Create records from entries in public ontologies using
.from_source()
. - Access full underlying public ontologies via
.public()
to search & bulk-create records. - Create in-house ontologies by extending public ontologies using hierarchical relationships among records (
.parents
). - Use
.synonyms
and.abbr
to manage synonyms. - Safeguards against typos & duplications
- Ontology versioning
Read docs.