Skip to main content

Bionty.

Project description

Stars Coverage pypi

Bionty

Public biological ontologies for data scientists: look up, search, inspect, validate, and standardize terms.

To make it easy to customize and extend ontologies in a simple database backend, Bionty plugs into LaminDB: see this guide.

Entities

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

Usage overview & quickstart

import bionty as bt

Look up terms with auto-complete

lookup = bt.ExperimentalFactor().lookup()
# access via Python-friendly keys
lookup.single_cell_rna_sequencing

# access via dictionary
lookup_dict = lookup.dict()
lookup_dict["single-cell RNA sequencing"]

Search ontology terms

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

Validate, inspect & standardize terms

gene_bionty = bt.Gene()
# Validate against a field of reference
gene_bionty.validate(["A1BG", "FANCD1"], gene_bionty.symbol)
# Run full inspection on the gene symbols
gene_bionty.inspect(["A1BG", "FANCD1"], gene_bionty.symbol)
# Convert synonyms to standardized gene symbols
gene_bionty.standardize(["A1BG", "FANCD1"])

Access a reference DataFrame

# Reference table of the human genes
df = bt.Gene(organism="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.34.0.tar.gz (62.8 kB view details)

Uploaded Source

Built Distribution

bionty-0.34.0-py2.py3-none-any.whl (39.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

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

File hashes

Hashes for bionty-0.34.0.tar.gz
Algorithm Hash digest
SHA256 f9216245b70d34bf509b203256dabbee8e2e25c3176f82cd5024263a4f3c078c
MD5 51bcace6f7faa36a375c8243c54eef90
BLAKE2b-256 ce815fdffdbcd6c4e510be177996f58c1031153a325966b140cb04224076dd28

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for bionty-0.34.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2808b0243d49b25b71fb22b3fb99a52ceb04a7420d8fc4305298eab6fedb8381
MD5 56fef5d348de0eebc7e6d02864b4b116
BLAKE2b-256 8d3f91daa1633086f7669c1bb1763c3e33d2638e1a32c2255009dcb0a3c46481

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