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(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.3.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.3-py3-none-any.whl
(82.6 MB
view details)
File details
Details for the file npdd-0.0.3.tar.gz.
File metadata
- Download URL: npdd-0.0.3.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 |
4da9eaf1c770030bd759c4a0b07d4a5bd18be567e0ac1321c0d9a2fcfbd94ac5
|
|
| MD5 |
34f7f415f1aa77bbcb47e6bd9e04e699
|
|
| BLAKE2b-256 |
31568f01ffd9adfadbf0af1ec2665037e34451323c03fea07c817fa055b07104
|
File details
Details for the file npdd-0.0.3-py3-none-any.whl.
File metadata
- Download URL: npdd-0.0.3-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 |
d05d718ee496e50db2d8527b998a50da0b8d08c30646d60fa933693ef5afa1c9
|
|
| MD5 |
328280955843cf3e70332e0151ce0ba8
|
|
| BLAKE2b-256 |
2bb97e267d7774a89e2b7bdd0764afeefb0aa64c6f354cad21f2a78434685b87
|