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(data=None, example=True)
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.5.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.5-py3-none-any.whl
(82.6 MB
view details)
File details
Details for the file npdd-0.0.5.tar.gz.
File metadata
- Download URL: npdd-0.0.5.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 |
2394b2a8159f745f20db8d2bb6ecd09d3f41eb1cdf3ef4f7dbacc5f20cd08f65
|
|
| MD5 |
5cc6ff3302519a3d02b5bd458d23a36f
|
|
| BLAKE2b-256 |
868d1e8e592b55179a8192c4ae7999a816983e5897d689918eda264c23fe133c
|
File details
Details for the file npdd-0.0.5-py3-none-any.whl.
File metadata
- Download URL: npdd-0.0.5-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 |
14ef7a214934616b6a638a4f10cd84c11e3e5325317abf1c933796fc512c3dd2
|
|
| MD5 |
0a787172858b45115b03d79627adc598
|
|
| BLAKE2b-256 |
a461b2280c464f2628b316f63b83b6754d1286ab1b404788f1d0a53b7d15b7de
|