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.4.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.4-py3-none-any.whl
(82.6 MB
view details)
File details
Details for the file npdd-0.0.4.tar.gz.
File metadata
- Download URL: npdd-0.0.4.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 |
afcd0c29419e1e3ada961343f13a08f37dfd84a6457ab7a699c276f5fa2eafca
|
|
| MD5 |
502c8ba9f247a2dd6ec716c47b92e66b
|
|
| BLAKE2b-256 |
90c7f413ff855e19cfcf8b4c13e6efe8807f928c054af67f984e101f91118b93
|
File details
Details for the file npdd-0.0.4-py3-none-any.whl.
File metadata
- Download URL: npdd-0.0.4-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 |
80419445aeb143e46c5304442436318c9ad6525aef697c710e0e880732c12252
|
|
| MD5 |
8ba441fa2bdd67ca7fa66b159e47e9ff
|
|
| BLAKE2b-256 |
336ac6bc74673cb3dd690cc0f53e776f8bff2242a58decbbed8f353f0055873e
|