Skip to main content

Bionty: Data model generator for biology.

Project description

Stars Coverage pypi

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

Check out sources.yaml for details.

Didn't see your favorite source or version? Bionty is extendable!

Installation

Bionty is a Python package available for pyversions

pip install bionty

Look up ontology records with auto-complete

import bionty as bt

lookup = bt.Readout().lookup()
# dot access of Pythonic keys
lookup.single_cell_rna_sequencing

# bracket access of free text dictionary keys
lookup_dict = lookup.dict()
lookup_dict["single-cell RNA sequencing"]

Search ontology terms

import bionty as bt

celltype_bionty = bt.CellType()
# Free text search against a field
celltype_bionty.search("gamma delta T cell")

Inspect & standardize identifiers

import bionty as bt

gene_bionty = bt.Gene()
# Inspect if the gene symbols are mappable onto the reference
gene_bionty.inspect(["A1BG", "FANCD1"], gene_bionty.symbol)
# Map synonyms of gene symbols
gene_bionty.map_synonyms(["A1BG", "FANCD1"])

Reference tables of ontologies

import bionty as bt

# Reference table of the human genes
df = bt.Gene(species="human").df()

Track ontology sources

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

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.23.0.tar.gz (53.2 kB view details)

Uploaded Source

Built Distribution

bionty-0.23.0-py2.py3-none-any.whl (32.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file bionty-0.23.0.tar.gz.

File metadata

  • Download URL: bionty-0.23.0.tar.gz
  • Upload date:
  • Size: 53.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for bionty-0.23.0.tar.gz
Algorithm Hash digest
SHA256 fe651380c04c98ddef102eec3fbc0dd1196b3b76cbacb3035de19ba637f6f4f3
MD5 11eec0e6b9fa7e8d73edc081ce8ba57c
BLAKE2b-256 bc0024b9b1903f68bbd7d239cd22533794da8bca64f6af4553fd52e8ba94910d

See more details on using hashes here.

Provenance

File details

Details for the file bionty-0.23.0-py2.py3-none-any.whl.

File metadata

  • Download URL: bionty-0.23.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 32.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for bionty-0.23.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b8c72e6fa234ee566e50320fcea7b3e46431b0025912ac65e66fe4bae6884526
MD5 e21cd6bf0f53559dd00d64cf8ddc2565
BLAKE2b-256 c882f71fecb385cff4b441a1e3b148aa597f340fc08295a9920e65da6db13789

See more details on using hashes here.

Provenance

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