/ToxScan

The official implementation of "A Multiscale-Information-Embedded Universal Toxicity Prediction Framework“"

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

A Multiscale-Information-Embedded Universal Toxicity Prediction Framework

License: GPL-3.0 Static Badge

[Online Platform]

This is the official implementation of "A Multiscale-Information-Embedded Universal Toxicity Prediction Framework"

ToxScan is a universal toxicity prediction framework to address the toxicity prediction issue.

            An illustration of ToxScan and its workflow.

Dependency

Data Preparation

Please download the dataset and place it to the fold ./dataset, then

cd dataset
tar -xzvf dataset.tar.gz

Training

bash train.sh

Inference

bash inference.sh

Evaluation

python eval.py

Online Platform

You can also try ToxScan online by clicking on this link

Acknowledgment

This code is built upon Uni-Mol and Uni-Core. Thanks for their contribution.