Skip to main content

A Python wrapper for the BEDATAHIVE API

Project description

be-datahive

image

Python library for the BE-dataHIVE API.

Installation

be_datahive is available on PYPI. Install with pip:

pip install be_datahive

Documentation

Create an api object for interacting with the API:

from be_datahive import be_datahive
api = be_datahive()

Obtain efficiency & bystander data:

efficiency_data = api.get_efficiency()
bystander_data = api.get_bystander()

Convert efficiency & bystander data into machine-ready arrays:

ef_features, ef_target = api.get_efficiency_ml_arrays(efficiency_data, encoding='one-hot')
by_features, by_target = api.get_bystander_ml_arrays(bystander_data, encoding='one-hot')

Citation

When using the BE-dataHIVE API, please cite our paper as outlined below.

@article{Schneider.2023,
    title = "BE-dataHIVE: a Base Editing Database",
    author = "Lucas Schneider, Peter Minary",
    year = "2023",
}

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

be_datahive-0.1.0.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

be_datahive-0.1.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file be_datahive-0.1.0.tar.gz.

File metadata

  • Download URL: be_datahive-0.1.0.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.8

File hashes

Hashes for be_datahive-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8a7d6174bd33e85a3317533c4d9d3e5a5b9228f6c6c27ca44cc97051c1fce091
MD5 814e4abb1ff45d2170123b7939465628
BLAKE2b-256 897969cc529fe6c9f0b2fefb9a902670cc0c767e500de002ff6ccc0c894aa16b

See more details on using hashes here.

File details

Details for the file be_datahive-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: be_datahive-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.8

File hashes

Hashes for be_datahive-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 69c9dc4e0449b32e5db9e57ffbd0c31e318c4ee6dd7831bcd22dab41aac5072e
MD5 4029227edd1fb4082deed055b271899d
BLAKE2b-256 2c90f1445f515f3cb964a9e3d3d810a731d8554abdc0403e32c3c365bdd22abf

See more details on using hashes here.

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