Natural Product - Protein Binding Affinity Prediction Toolkit
Project description
NPDD
Natural Product - Protein Binding Affinity Prediction Toolkit
Installation
Create environment:
conda create --name npdd
conda activate npdd
Install package
pip install npdd
Prepare Data
Prepare your dataset or load a prepared NPASS dataset.
from npdd import *
dataset = load_dataset(dataset='NPASS')
IC50, Ki, Kd and full NPASS datasets are at https://huggingface.co/datasets/kaiya21/NPDD
Training
best_model, last_model = Training(dataset)
Inference
test_loader = dataset['test_loader']
results = Predict(test_loader)
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
npdd-0.0.2.tar.gz
(82.6 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
npdd-0.0.2-py3-none-any.whl
(82.6 MB
view details)
File details
Details for the file npdd-0.0.2.tar.gz.
File metadata
- Download URL: npdd-0.0.2.tar.gz
- Upload date:
- Size: 82.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fead019ecd4f4f800aae9b07f6fbdd7b00fb79bc3945b6679bbd11fe4f707508
|
|
| MD5 |
f744d435556a4c6e05cf2b27d4bbbffa
|
|
| BLAKE2b-256 |
dde3334500db8d15dacbbe0a9bc89b78a4b167f2a3452c20b77bc7cd43489c4a
|
File details
Details for the file npdd-0.0.2-py3-none-any.whl.
File metadata
- Download URL: npdd-0.0.2-py3-none-any.whl
- Upload date:
- Size: 82.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
049fb11fae0a4c6764c472373660dc037602c780678da00a81961ae07dc4a750
|
|
| MD5 |
b5156f4577c3dd13032797532daff069
|
|
| BLAKE2b-256 |
b17e5a77f6c3ca1ce17945aa21ec1c6c061c511772e6735e5fbe2d9b2b3795da
|