A Python wrapper for the BEDATAHIVE API
Project description
be-datahive
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a7d6174bd33e85a3317533c4d9d3e5a5b9228f6c6c27ca44cc97051c1fce091 |
|
MD5 | 814e4abb1ff45d2170123b7939465628 |
|
BLAKE2b-256 | 897969cc529fe6c9f0b2fefb9a902670cc0c767e500de002ff6ccc0c894aa16b |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69c9dc4e0449b32e5db9e57ffbd0c31e318c4ee6dd7831bcd22dab41aac5072e |
|
MD5 | 4029227edd1fb4082deed055b271899d |
|
BLAKE2b-256 | 2c90f1445f515f3cb964a9e3d3d810a731d8554abdc0403e32c3c365bdd22abf |