Skip to content

Reproducing of the paper entitled "RealVS: Towards Enhancing the Precision of Top Hits in Ligand-Based Virtual Screening of Drug Leads from Large Compound Databases" (Journal of Chemical Information and Modeling)

License

Notifications You must be signed in to change notification settings

Yueming-Yin/RealVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealVS

Reproducing of the paper entitled "RealVS: Towards Enhancing the Precision of Top Hits in Ligand-Based Virtual Screening of Drug Leads from Large Compound Databases"

The Code Ocean compute capsule will allow you to reproduce the results published by the author on your local machine1. Follow the instructions below, or consult the knowledge base for more information. Don't hesitate to reach out via live chat or email if you have any questions.

1 You may need access to additional hardware and/or software licenses.

Prerequisites

Instructions

The computational environment (Docker image)

This capsule is private and its environment cannot be downloaded at this time. You will need to rebuild the environment locally.

If there's any software requiring a license that needs to be run during the build stage, you'll need to make your license available. See the knowledge base for more information.

In your terminal, navigate to the folder where you've extracted the capsule and execute the following command:

cd environment && docker build . --tag RealVS; cd ..

This step will recreate the environment (i.e., the Docker image) locally, fetching and installing any required dependencies in the process. If any external resources have become unavailable for any reason, the environment will fail to build.

Running the capsule to reproduce the results

In your terminal, navigate to the folder where you've extracted the capsule and execute the following command, adjusting parameters as needed:

nvidia-docker run --it \
  --workdir /RealVS \
  --volume "$PWD/data":/Benchmark_Datasets \
  --volume "$PWD/code":/RealVS \
  RealVS

Reproduction

Reproducing the training process of RealVS

In your jupyter notebook, set the task ID to reproduce the training process of RealVS using the data in "Benchmark_Datasets":

./RealVS/Train_RealVS.ipynb

Reproducing the test and visualization process of RealVS

In your jupyter notebook, set the task ID to reproduce the training process of RealVS using the data in "Benchmark_Datasets" and the final models in "RealVS_Models":

./RealVS/Test&Viz_RealVS.ipynb

Citations

In Latex

@article{yin2021realvs,
author = {Yin, Yueming and Hu, Haifeng and Yang, Zhen and Xu, Huajian and Wu, Jiansheng},
title = {RealVS: Toward Enhancing the Precision of Top Hits in Ligand-Based Virtual Screening of Drug Leads from Large Compound Databases},
journal = {Journal of Chemical Information and Modeling},
volume = {61},
number = {10},
pages = {4924-4939},
year = {2021},
}

In Word

Yueming Yin, Haifeng Hu, Zhen Yang, Huajian Xu, and Jiansheng Wu. RealVS: Toward enhancing the precision of top hits in ligand-based virtual screening of drug leads from large compound databases. Journal of Chemical Information and Modeling, 61(10):4924–4939, 2021.

About

Reproducing of the paper entitled "RealVS: Towards Enhancing the Precision of Top Hits in Ligand-Based Virtual Screening of Drug Leads from Large Compound Databases" (Journal of Chemical Information and Modeling)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published