Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 842 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 842 Bytes

Stars pypi

bionty: Basic biological entities

  • 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.