Access public biological ontologies¶
Installation¶
pip install 'lamindb[bionty]'
Setup¶
bionty is a plugin of lamindb, initialize an instance with bionty via:
lamin init --storage <storage_name> --schema bionty
Entities¶
Protein
- UniprotOrganism
- Ensembl Species. NCBI TaxonomyCellLine
- Cell Line OntologyCellType
- Cell OntologyCellMarker
- CellMarkerTissue
- UberonDisease
- Mondo, Human Disease, ICDPhenotype
- Human Phenotype, Phecodes, PATO, Mammalian Phenotype, Zebrafish PhenotypePathway
- Gene Ontology, Pathway OntologyExperimentalFactor
- Experimental Factor OntologyDevelopmentalStage
- Human Developmental Stages, Mouse Developmental StagesDrug
- Drug OntologyEthnicity
- Human Ancestry Ontology
Check out sources.yaml for details.
Examples¶
Here we show how to access public biological ontologies using lamindb.
Please refer to - Manage biological registries to learn how to manage in-house biological registries.