EDKG-DL
English | 简体中文
Deep Learning framework with causality-integrated Endocrine Disruption Knowledge Graph. Predicts endocrine-disrupting effects (EDC), applicability domain (AD), and sensitive event pathways from compound SMILES using machine learning and an AOP network.
Pipeline: PaDEL 2D descriptors/fingerprints → qualitative/quantitative event-endpoint models → dual-track EDC classification (tabular model + graph neural network, GCN) → sensitive event and AOP pathway inference, producing JSON / Excel reports. Results are for research support only and must not replace experimental or regulatory conclusions.
Installation
Install from PyPI (Python ≥ 3.10):
pip install edkg-dl
# or
uv add edkg-dl
Optional extras: pip install "edkg-dl[api]" (HTTP service) and pip install "edkg-dl[plots]" (applicability-domain plots). See installation docs for details, including the automatic Temurin JRE download for PaDEL.
Model assets (~930 MB) are fetched automatically from Hugging Face on first use — no manual setup required.
Quick start
CLI:
edkg-dl-predict "CCO" # JSON to stdout
edkg-dl-predict "CCO" -o runs/example --ad-plots # reports + PCA plots
edkg-dl-predict batch molecules.txt -o runs/batch # batch from a text file
Python:
from edkg_dl import Predictor
predictor = Predictor.from_assets("./models")
result = predictor.predict("CCO")
Documentation
| Topic | Link |
|---|---|
| Installation | installation.md |
| Model assets | assets.md |
| CLI usage | cli.md |
| Python API | python-api.md |
| HTTP API | http-api.md |
| Output formats | output.md |
| Development | development.md |
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file edkg_dl-1.0.1.tar.gz.
File metadata
- Download URL: edkg_dl-1.0.1.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
960e0f397e1715a8d56724d313fadae3ad07b93e5c6c1ec87d99d9d27ae038ce
|
|
| MD5 |
88687addd49e5bf828f42565ff75f264
|
|
| BLAKE2b-256 |
9f76d7a12ee7dd44b439b54f29b8ae36e54db6523a0271f8260660857f472772
|
File details
Details for the file edkg_dl-1.0.1-py3-none-any.whl.
File metadata
- Download URL: edkg_dl-1.0.1-py3-none-any.whl
- Upload date:
- Size: 45.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dad33915cc03f9e00d5240a7e2d2ec06f5f5133e16229020d20bcead01d18a2f
|
|
| MD5 |
57e9f868b8ce16ee5f0a7af8776be31d
|
|
| BLAKE2b-256 |
1ac03007663f84e11e959b87a36f7b915ec5b0b7da3002b28ce545f9e0bf8847
|