Oct 21 2010 Feedback. |
[ VLS Intro | Start | Database Format | Preferences | Run VLS in the Graphical User Interface | PBS | Parallelization | VLS Results | Sort Hitlist | Plot | Histogram | Scatterplot ] Virtual Ligand Screening can be used for screening as many compounds as you desire depending on the amount of computer power you have available. ICM-VLS has been successfully used by the pharmaceutical industry and academia for identifing drugs and inhibitors for a wide variety of disease.
Virtual Ligand Screening (VLS) in ICM is performed by docking a database of ligands to a receptor structure followed by an evaluation of the docked conformation with a binding-score function. Best-scoring ligands are then stored in the multiple icm-object file. The set-up of the VLS process is largely identical to the set-up for the small molecule docking simulation (see Small Molecule Docking section).
Follow the instructions in the small molecule docking section manual from docking project setup option to the calculate maps option. Use Docking/Setup Batch Ligand option to select the database you wish to dock.
In most cases the ligand input file will be an SDF or MOL2 file. These files need to be indexed by ICM before they can be used in VLS runs. The index is used to allow fast access to an arbitrary molecular record in a large file such as an SDF file which in some cases contains over one million compounds. To index an sdf file:
VLS preferences can be setup by:
Different options are available to select by clicking the down arrow next to the data entry field. These options are described here: Score Threshold: An important parameter of the VLS run is the score threshold. Docked conformations for a particular ligand will only be stored by ICM VLS procedure if its binding-score is below the threshold. The choice of the threshold can be done in two ways: based on the scores calculated by docking known ligands. Generally, a value somewhat above typical score observed for known ligands is a good guess. If no ligands are known, a pre-simulation can be run using ~1000 compounds from the target database. Using the resulting statistics for the scores, the threshold should be set to retain ~1% of the ligands. Potential of mean force score: Potential of mean force calculation ( pmf ) provides an independent score of the strength of ligand-receptor interaction. The pmf-parameters are stored in the icm.pmf file. Other selection criteria: Other selection criteria which can be changed include Minimum/Maximum Ligand Size you wish to be screened. Maximum number of H-bond donors Maximum number of H-bond acceptors Maximum number of torsions
First setup the docking project (From Set Project to Setup Batch Ligand) To start the vls job:
Before VLS jobs can be run make sure you follow the instructions in the manual entitled Small Molecule Docking from docking project setup menu to the calculate maps menu. Select the "From indexed database", "From MolCart" or "From File: SDF/Mol2" option in the Setup Batch Ligand. Docking setup can be scripted see the terminal output from the GUI options to view the commands. Jobs on the Linux cluster are run through PBS queuing system. Several scripts are provided to facilitate submission of vls jobs. To submit a single job, use pbs script 'pbsrun', which is a pbs wrapper for rundock qsub $ICMHOME/pbsrun -v"JOBARGS=-f 1 -t 1000 -o MYPROJECT"
Other rundock arguments are:
-l
-L
-n
-a # force docking and saving of all compounds
-s # save stack conformations
-j
-o # redirect output to
To submit multiple jobs, there is a simple shell script 'pbsscan' which executes multiple qsub's for database stripes:
$ICMHOME/pbsscan MYPROJECT 1 6000 1000
-submits 6 jobs, 1 to 1000; 1001 to 2000 ... 5001 to 6000. Currently this script only supports default rundock arguments, copy/edit to change.
The command qstat is a part of PBS and can be used to check the status of the jobs. In addition, $ICMHOME/scanstat script can be used to monitor the progress of the VLS jobs. It analyses the *.ou rundock output files.
$ICMHOME/scanstat *.ou
To delete the jobs, use PBS command qdel:
qdel 1234 # deletes job number 1234
If the database size exceeds several thousand compounds, it is desirable to run a number of VLS jobs in parallel to speed up calculations. Use -f and -t options of rundock to start multiple jobs on different parts of the database, e.g.
rundock -f 1 -t 10000 -o
rundock -f 10001 -t 20000 -o
rundock -f 20001 -t 30000 -o
..
The easiest way to view the results of a VLS run is to make a hitlist. This was described earlier in the hitlist section of the small molecule docking chapter of the manual. Other ways of manipulating VLS data are described here:
Compounds can be sorted according to their SCORE etc. See the tables section of this manual for
more information about manipulating tables.
The hitlist contains many columns with numerical data. ICM can build interactive plots
with the table columns (See Tables section). However, there are some easy to use plotting options
in the docking menu which is described here.
|
Copyright© 1989-2010, Molsoft,LLC - All Rights Reserved. |
This document contains proprietary and confidential information of
Molsoft, LLC. The content of this document may not be disclosed to third parties, copied or duplicated in any form, in whole or in part, without the prior written permission from Molsoft, LLC. |