Skip to content

Source Code of 《Multi-modal data fusion for supervised learning-based identification of USP7 inhibitors: a systematic comparison》

License

Notifications You must be signed in to change notification settings

Hovi123123/Open-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source Code of 《Multi-modal data fusion for supervised learning-based identification of USP7 inhibitors: a systematic comparison》


1. Overall architecure

model.jpg

2. Requirements:

  • Python >= 3.8

  • numpy

  • pandas

  • scikit_learn

  • pytorch

  • tqdm

3. Document Structure:

│ LICENSE
│ README.md
│ requirements.txt     # Recommended Environment
├─data     # Include the USP7 dataset, decoy dataset and SMILES enumeration dataset
├─results     # Stored the results of all experiments, and Tables in Additional file 1
└─src     # Stored the main codes (cutoff values = 0.5,1,10, SMOTE, decoy selection, SMILES enumeration)
      ├─DL-1      # The source code of experiment 14 in Group VI-X.
                         # Experiment 8-13 only needs to change the inputs.
      ├─DL-2      # The source code of Experiment 15 in Group XI-XV.
      └─ML         # The source code of experiment 7 in Group I-V.
                         # Experiment 1-6 only needs to change the inputs.

  • The recommended hyperparameters for each ML or DL models are available in the paper`s Additional file 1.
  • We provide the best models and prediction scripts of Exp7 in Group I, Exp15 in Group XI and Exp14 in Group VI. If you need the prediction script of other experiments, you can simply replace and modify it.

4. Contact:

Hovi Tang: hovi@shu.edu.cn

About

Source Code of 《Multi-modal data fusion for supervised learning-based identification of USP7 inhibitors: a systematic comparison》

Resources

License

Stars

Watchers

Forks

Packages

No packages published