Skip to main content

Bionty.

Project description

codecov pypi

bionty-base

Access public biological ontologies.

Installation

Bionty-base is a Python package available for pyversions

pip install bionty-base

Entities

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")

# access to the Human Disease ontology
disease = bt.Disease(source="doid", version="2023-01-30")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bionty-base-0.37.2.tar.gz (60.4 kB view hashes)

Uploaded Source

Built Distribution

bionty_base-0.37.2-py3-none-any.whl (40.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page