Bionty: Data model generator for biology.
Project description
Bionty: Basic biological entities
Access public & custom ontologies with auto-complete. Map synonyms with ease.
To manage in-house bioregistries along with ontologies, see lnschema_bionty.
Out-of-the-box ontologies
Gene
- Ensembl, NCBI Gene, HGNC, MGIProtein
- UniprotSpecies
- NCBI Taxonomy, Ensembl SpeciesCellLine
- Cell Line OntologyCellType
- Cell OntologyCellMarker
- CellMarkerTissue
- UberonDisease
- Mondo, Human DiseasePhenotype
- Human PhenotypePathway
- Gene Ontology, Pathway OntologyReadout
- Experimental Factor OntologyBFXPipeline
- largely based on nf-core
Check out sources.yaml for details.
Installation
Bionty is a Python package available for
pip install bionty
Look up ontology records with auto-complete
import bionty as bt
gene = bt.Gene()
gene.lookup().LNMA
Track ontology sources
# Display all managed versions
bt.display_available_sources()
# Access to the Mondo ontology
disease = bt.Disease(database="mondo")
# Access to the Human Disease ontology
disease = bt.Disease(database="doid", version="2023-01-30")
Didn't see your favorite source or version? Bionty is extendable!
Documentation
Read the docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bionty-0.18.1.tar.gz
(136.0 kB
view details)
Built Distribution
File details
Details for the file bionty-0.18.1.tar.gz
.
File metadata
- Download URL: bionty-0.18.1.tar.gz
- Upload date:
- Size: 136.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 360263387e0be6e59d6a4ac398fffd450b2bf06895a2b809719c9cd7a7cbbfa8 |
|
MD5 | b53ac2f9cb6e656cb70c7d4ba96a02b6 |
|
BLAKE2b-256 | 18ff222f71f790c72b161384395c1204bc6d5053e287b32d3989d332edd039fa |
Provenance
File details
Details for the file bionty-0.18.1-py2.py3-none-any.whl
.
File metadata
- Download URL: bionty-0.18.1-py2.py3-none-any.whl
- Upload date:
- Size: 54.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 552d5a4e50f0aaaad2d1b297c05d3806502e4840cd45adc3e453f2a4be331951 |
|
MD5 | e08aa7d40e5123f33f38a2890ba73833 |
|
BLAKE2b-256 | 5c2bf63a5a90ef8c5cb2f04fd4329e7e14f48e859cf645934c53f979e737599a |