Skip to main content

Open-source collection of biology datasets and pre-trained embeddings.

Project description

PyPI License Python 3.7 Code style: black Dependencies

Bio-datasets

Open-source collection of biology datasets and pre-trained embeddings. :dna: :closed_book:

Description

bio-datasets is a collaborative framework that allows the user to fetch publicly available sequence-based protein datasets. For these datasets, pre-trained contextual embeddings are also available.

Installation

Install the required dependencies with pip install bio-datasets.

How it works

from biodatasets import list_datasets, load_dataset

print(list_datasets())

# Load your dataset
pathogen = load_dataset("pathogen")

# Display the available columns and embeddings
print(pathogen)

# Get data from your dataset
X, y = pathogen.to_npy_arrays(input_names=["sequence"], target_names=["class"])
embeddings = pathogen.get_embeddings("sequence", "protbert", "cls")

# Get a full description of your dataset
pathogen.display_description()

How to contribute

Check out how to setup the project or add a public dataset in CONTRIBUTING.md.

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

bio-datasets-0.0.4.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

bio_datasets-0.0.4-py3-none-any.whl (12.4 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