- 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
.synonymsand.abbrto manage synonyms. - Safeguards against typos & duplications.
- Manage multiple ontology versions via
bionty.Source.
Read the docs.