Jan 30 2012 Feedback.
Contents
 
Introduction
How Tos & Videos
Getting Started
Protein Structure
Molecular Graphics
Slides and Documents
ActiveICM
Movie Making
Sequences & Alignments
Protein Structure Analysis
Protein Superposition
Crystallographic Analysis
Homology & Modeling
3D Predict
Molecular Mechanics
Cheminformatics
Chemistry Menu
Docking
 Small Molecule Docking
 Flexible Docking
 Template Docking
 Virtual Ligand Screening
  VLS Intro
  Start
  Database Format
  Preferences
  Run VLS in the Graphical User Interface
  PBS
  Parallelization
  VLS Results
  Post Screen Analysis
  Vls visualization
 Autofit
 Protein-Protein Docking
3D Ligand Editor
Tables
Local Databases
Tutorials
FAQs
 
Index
Prev
18.4 Virtual Ligand Screening
Next

[ VLS Intro | Start | Database Format | Preferences | Run VLS in the Graphical User Interface | PBS | Parallelization | VLS Results | Post Screen Analysis | Vls visualization ]

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.

18.4.1 Virtual Ligand Screening


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).

18.4.2 VLS Getting Started


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.

18.4.3 Database File Format


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:

  • Click on the menu Docking/Tools/Index Mol/Mol2 File/Database to generate the index. The following data entry box will be displayed.

  • Enter the name of your Mol/Mol2 file and enter the name you wish to call your index file.
  • Select whether your file is in Mol or Mol2 format.

18.4.4 VLS Preferences


NOTE: It is important to setup the VLS preferences before undertaking VLS run.

VLS preferences can be setup by:

  • Selecting the menu Docking/Preferences/Database Scan

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

18.4.5 Run VLS in the Graphical User Interface


First setup the docking project (From Set Project to Setup Batch Ligand)

To start the vls job:

  • Docking/Run Docking Batch

18.4.6 Running VLS Jobs in PBS UNIX Cluster Environment


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"

NOTE: The rundock arguments go in the quotes after JOBARGS= . The qsub command is a part of PBS.

Other rundock arguments are:

-l # change the length of MC docking, default is 1.

-L # dock selected compounds from the database

-n # change the run name in the output files

-a # force docking and saving of all compounds

-s # save stack conformations

-j # dock several ligands in parallel

-o # redirect output to _from-to.ou

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

18.4.7 Parallelization


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 ..

18.4.8 VLS Results


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:

18.4.9 Post Screen Analysis


[ Sort Hitlist | Plot | Histogram | Scatterplot | Results Display | Calculate Properties | Cluster ]

18.4.9.1 Sorting the compounds in your HITLIST


Compounds can be sorted according to their SCORE etc. See the tables section of this manual for more information about manipulating tables.

18.4.9.2 How to Plot Histograms and Scatterplots of VLS Data


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.

18.4.9.3 To construct a histogram of your VLS data


  • Select the menu Docking/Tools/Scan Results Histogram

  • Enter the name of the VLS output file (*.ou) you wish to construct a histogram for.
  • Select which paramater you wish to plot against frequency (see below).

  • Click OK and a def.eps file will be saved with a picture of your histogram.

18.4.9.4 To construct a scatterplot of your VLS data


  • Select the menu Docking/Tools/Scan Results Scatterplot

  • Enter the name of the VLS output file (*.ou) you wish to construct a scatterplot for.
  • Select which paramater you wish to on the X axis.
  • Select which paramater you wish to on the Y axis.
  • Click OK and a def.eps file will be saved with a picture of your scatterplot.

18.4.9.5 Hitlist Result Display


When you make the hitlist you will see a panel next to the chemical table called Tools. The options here can be used to:

  • Check the option display Hbonds if you would like to display hydrogen bonds when you browse the hitlist.
  • Check the option make complex structure if you would like the ligand-receptor complex to be displayed when you browse the hitlist.

18.4.9.6 Post Screening Tools - Calculate Properties


There are a selection of property expressions associated with the ligands in the hitlist that can be calculated. To use these press the drop down button next to the Property Expression button. The options include:

  • Calculate charge of the ligand.
  • Calculate buried surface of the ligand
  • Calculate volume change
  • Calculate whether the ligand makes a hydrogen bond with a selection. Make a selection of the residue in the receptor first.
  • Calculate pharmacophore RMSD. This property expression needs an object called 'pharma' loaded in the workspace, with the pharmacophore in it.
  • Calculate cisTransAmide Angle
  • Calculate distance to selection. Make a selection of the residue in the receptor first.
  • Calculate non-overlap with selection. Make a selection of the residue in the receptor first.

Each of these properties will be placed in the hitlist table as a new column. You can choose a column name before calculating using the Column name dialog box. Click on the Calculate property button to run the calculation.

18.4.9.7 Cluster by Ligand Pose Similarity


Screening results in the hitlist can also be clustered by chemical pose simialarity using Atomic Property Fields. To do this:

  • Make the hitlist (Docking/Make Hitlist)
  • Press the Cluster by APF button on the Tools panel (right hand side of hitlist table).
  • A tree will be displayed clustering the pose similarity of the compounds by APF fit.
  • The distance matrix is added to the hitlist.

18.4.10 Post Screen Visualization (Post Screen Visualization}


Once you have made a hitlist of the screening results you can use the panel on the right hand side of the hitlist to change visualization options. The available options are:

  • pocketSurface = The surface of the ligand binding pocket. White=neutral surface Green=hydrophobic surface Red=hydrogen bonding acceptor potential Blue=hydrogen bond donor potential
  • pocketSkin = A skin representation of the neighboring residues.
  • Pretty = A default representation for ligand and receptor (see image below).
  • atomEnergies = An energy value for each atom in the ligand is displayed.Green and low numbers indicate a positive contribution to binding.
  • clashVolumes = Highlights any clashes between ligand and receptor.



Prev
Template Docking
Home
Up
Next
Autofit

Copyright© 1989-2011, 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.