FanmengWang / ToxScan

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

Home Page:https://app.bohrium.dp.tech/toxscan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://app.bohrium.dp.tech/toxscan

License:GNU General Public License v3.0


Languages

Language:Python 96.8%Language:Shell 3.2%