⚠️ Warning: This package has been replaced by laminlabs/bionty. Please update your dependencies accordingly. If you are using lamindb, please remove the bionty-base package from your environment.
bionty-base¶
Access public biological ontologies.
Installation¶
Bionty-base is a Python package available for
pip install bionty-base
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 OntologyBFXPipeline- largely based on nf-coreBioSample- NCBI BioSample attributes
Check out sources.yaml for details.
Didn’t see your favorite source or version? Bionty is extendable!
Entity versions¶
import bionty_base as bt
# display currently used sources
bt.display_currently_used_sources()
# display all managed sources
bt.display_available_sources()
# local yaml file specifying all managed sources
bt.LOCAL_SOURCES
# access to the Mondo ontology
disease = bt.Disease(source="mondo")