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.9.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.9-py3-none-any.whl
(82.6 MB
view details)
File details
Details for the file npdd-0.0.9.tar.gz.
File metadata
- Download URL: npdd-0.0.9.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 |
eb39a733d5ad5d4aae121c4939f5719690b3efbe9cfc7e41646740d5671dc312
|
|
| MD5 |
9cee52f3b60f7d6e0b7e6d0b4c1d8e2c
|
|
| BLAKE2b-256 |
22d9555fcacbe0d2d0765c36d20ecb24b8ce5a5ec7b08b76827ce0b65f1d89a1
|
File details
Details for the file npdd-0.0.9-py3-none-any.whl.
File metadata
- Download URL: npdd-0.0.9-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 |
a6daab38060525d3b7bf8e6cdb444f1a55319cc25a3604c7d8d997c14055d311
|
|
| MD5 |
59684ef3e58bc731b33d0a0e01d23740
|
|
| BLAKE2b-256 |
f1c143f19564ceb8ccfe459f402f082a21019f896d81f63df299edbf3749b1d4
|