Difference between revisions of "2017 Dock tutorial"

From Rizzo_Lab
Jump to: navigation, search
(II. Preparing the Receptor and Ligand)
(IV. Generating Box and Grid)
 
(14 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
# The resulting configurations are 'pruned' and energy re-minimized, yielding the docked configurations.
 
# The resulting configurations are 'pruned' and energy re-minimized, yielding the docked configurations.
  
===4QMZ===
+
===3PGL===
  
 
    
 
    
In this tutorial we will use PDB code 4QMZ, the deposited crystal structure of MST3 in complex with Sunitinib.
+
In this tutorial we will use PDB code 4QMZ, the deposited crystal structure of human small C-terminal domain Phosphatasee 1 bound to rabeprazole.
   
 
  
 
===Organizing Directories===
 
===Organizing Directories===
Line 34: Line 33:
 
  |
 
  |
 
  |}
 
  |}
In addition, most of the important files that are derived from the original crystal structure will be given a prefix that is thsame as the PDB code, '4QMZ'.The following sections in this tutorial will adhere to  
+
In addition, most of the important files that are derived from the original crystal structure will be given a prefix that is the same as the PDB code, '3PGL'. The following sections in this tutorial will adhere to this directory structure/naming scheme.
this directory structure/naming scheme.
 
 
 
  
 
==II. Preparing the Receptor and Ligand==
 
==II. Preparing the Receptor and Ligand==
  
Download the PDB file (4QMZ)
+
Download the PDB file (3PGL) from the protein databank: RCSB.org
 
 
4QMZ was moved into 00.files
 
  
4qmz.pdb was copied to raw_4qmz.pdb
+
3pgl.pdb was moved into 00.files
  
raw_4qmz.pdb was opened with VI terminal editor
+
3pgl.pdb was copied to raw_3pgl.pdb. The header and all lines that don't start with ATOM or HETATM were deleted; all instances of HETATM were changed to ATOM. The second domain (chain B), all the water molecules, and the Mg ion were removed from the PDB file. "RZX A" was changed to "LIG B".
  
    The header information, connect records, ions (atoms 2333 and 2334) and waters were deleted
+
raw_3pgl.pdb was loaded into Chimera; Tools > Structure Editing > AddH used to add hydrogens to the system. Then add charge using Tools > Structure Editing > Add Charge, be sure to change AMBER ff14SB to AMBER ff99SB. Net charge was kept at 0. Save this file as 3pgl.dockprep.mol2.
  
    Res 178 = TPO, or phosphonothreonine
+
===Preparing the Receptor File===
    Res 178 (TPO) was renamed to THR (Threonine) and HETATM renamed to ATOM, in addition the acanonical atoms were removed from the pdb leaving a deprotonated threonine (Atoms 1311-1314 in 4qmz.pdb)
+
Open 3pgl.dockprep.mol2 in Chimera, select and delete the ligand. Save this file as 3pgl.rec.mol2 in 01.dockprep.
  
    Res B49 was renamed to LIG and made Chain B
+
===Creating the Ligand File===
 +
Open 3pgl.dockprep.mol2 in Chimera, select and delete the receptor (protein), and save this file as 3pgl.lig.mol2 in 01.dockprep.
  
raw_4qmz.pdb was copied twice to 4qmz_rec.pdb and 4qmz_lig.pdb
+
===Creating the noH Receptor File===
 +
Open 3pgl.dockprep.mol2 in Chimera, select H atoms through select > element > H, and delete. Save as 3pgl.rec.noH.pdb
  
4qmz_rec.pdb was opened with VI terminal editor
+
==III. Generating Receptor Surface and Spheres==
   
+
Be sure you have a directory titled 02.surface-sphere; cd to this and open Chimera. Open 3pgl.rec.noH.pdb, and show the surface by clicking Action > Surface > Show after selecting the protein.
    LIG atoms, or chain B, was deleted and the file saved
 
  
4qmz_lig.pdb was opened with VI terminal editor
+
Save as a DMS file by going Tools > Structure Editing > Write DMS.
  
    Protein atoms, or chain A, was deleted and the file saved
 
  
4qmz_rec.pdb was loaded into tleap as a quality control measure
+
===Creating the Spheres===
   
 
    tleap
 
    source leaprc.protein.ff14SB
 
    lin = loadpdb /path/to/4qmz_rec.pdb
 
          2340 Hydrogens added, 1 heavy atom added (CSER RES 299, Chain A, OXT 12)
 
    check lin
 
    saveamberparm lin /path/to/4qmz_rec_leap.parm7 /path/to/4qmz_rec_leap.crd
 
   
 
Running the receptor through leap ensures a reasonable starting structure and can help identify obvious issues sooner rather than later.
 
  
At this point and .parm7 and .crd have been created via tleap
+
Create an input file named INSPH, write into it:
ambpdb can be used to obtain the pdb of the clean pdb 4qmz_rec_leap.pdb
 
    ambpdb -p 4qmz_rec_leap.parm7 -c 4qmz_rec_leap.crd > 4qmz_rec_leap.pdb
 
  
Format of 4qmz_rec_leap.pdb will be changed to .mol2
+
1BJU.rec.dms #specifies the input file
    open chimera
+
R            #spheres generated will be outside of teh receptor surface
    load 4qmz_rec_leap.pdb
+
X            #specifies that all points won the receptor will be used
    File --> Save Mol2... --> 4qmz.rec.mol2
+
0.0          #distance in angstroms (avoids steric clashes)
 +
4.0          #max surface radius of the spheres in angstroms
 +
1.4          #min surface radius of the spheres in angstroms
 +
3pgl.rec.sph #the specified outfile containing all generated spheres
  
After, a no hydrogen receptor mol2 will be saved
+
Then run the sphere generating module by entering in terminal:
    Select --> Chemistry --> element --> H
+
sphgen -i INSPH -o OUTSPH
    Actions --> Delete
 
    File --> Save mol2... --> 4qmz.rec.noH.mol2
 
  
4qmz_lig.pdb will be charged and changed to mol2 format
+
Visualize the generated spheres in Chimera by opening the receptor surface file, and load on top of it 3pgl.rec.sph.
    open chimera
 
    load 4qmz_lig.pdb
 
    Tools --> structure editing --> AddH
 
    Tools --> Structure editing --> Add charge --> AMBER ff99SB with AM1-BCC charges
 
    File --> Save mol2 --> 4qmz.lig.mol2
 
  
Placement of partial charges can be verified by examining the resultant 4qmz.lig.mol2 file
+
===Selecting the Spheres===
 +
Now we want to select the spheres that correspond to our active site. Run the program sphere_selector:
 +
sphere_selector 3pgl.rec.sph ../01.dockprep/3pgl.lig.mol2 8.0
  
==III. Generating Receptor Surface and Spheres==
+
An output file named selected_spheres.sph. Visualize in Chimera as before, loading the receptor surface file and selected_spheres.sph over it. You should be left with a structure that contains
  
 
==IV. Generating Box and Grid==
 
==IV. Generating Box and Grid==

Latest revision as of 16:47, 1 February 2017

For additional Rizzo Lab tutorials see DOCK Tutorials. Use this link Wiki Formatting as a reference for editing the wiki. This tutorial was developed collaboratively by a subsection of the AMS 536 class of 2017, using DOCK v6.8.

I. Introduction

DOCK

DOCK is a molecular docking program used in drug discovery. It was developed by Irwin D. Kuntz, Jr. and colleagues at UCSF (see UCSF DOCK). This program, given a protein binding site and a small molecule, tries to predict the correct binding mode of the small molecule in the binding site, and the associated binding energy. Small molecules with highly favorable binding energies could be new drug leads. This makes DOCK a valuable drug discovery tool. DOCK is typically used to screen massive libraries of millions of compounds against a protein to isolate potential drug leads. These leads are then further studied, and could eventually result in a new, marketable drug. DOCK works well as a screening procedure for generating leads, but is not currently as useful for optimization of those leads.

DOCK 6 uses an incremental construction algorithm called anchor and grow. It is described by a three-step process:

  1. Rigid portion of ligand (anchor) is docked by geometric methods.
  2. Non-rigid segments added in layers; energy minimized.
  3. The resulting configurations are 'pruned' and energy re-minimized, yielding the docked configurations.

3PGL

In this tutorial we will use PDB code 4QMZ, the deposited crystal structure of human small C-terminal domain Phosphatasee 1 bound to rabeprazole.

Organizing Directories

While performing docking, it is convenient to adopt a standard directory structure / naming scheme, so that files are easy to find / identify.For this tutorial, we will use something similar to the following:

~username/AMS536-Spring2016/dock-tutorial/00.files/
                                         /01.dockprep/
                                         /02.surface-spheres/
                                         /03.box-grid/
                                         /04.dock/
                                         /05.large-virtual-screen/
                                         /06.virtual-screen/
                                         /07.footprint/
                                         /08.print_fps

In addition, most of the important files that are derived from the original crystal structure will be given a prefix that is the same as the PDB code, '3PGL'. The following sections in this tutorial will adhere to this directory structure/naming scheme.

II. Preparing the Receptor and Ligand

Download the PDB file (3PGL) from the protein databank: RCSB.org

3pgl.pdb was moved into 00.files

3pgl.pdb was copied to raw_3pgl.pdb. The header and all lines that don't start with ATOM or HETATM were deleted; all instances of HETATM were changed to ATOM. The second domain (chain B), all the water molecules, and the Mg ion were removed from the PDB file. "RZX A" was changed to "LIG B".

raw_3pgl.pdb was loaded into Chimera; Tools > Structure Editing > AddH used to add hydrogens to the system. Then add charge using Tools > Structure Editing > Add Charge, be sure to change AMBER ff14SB to AMBER ff99SB. Net charge was kept at 0. Save this file as 3pgl.dockprep.mol2.

Preparing the Receptor File

Open 3pgl.dockprep.mol2 in Chimera, select and delete the ligand. Save this file as 3pgl.rec.mol2 in 01.dockprep.

Creating the Ligand File

Open 3pgl.dockprep.mol2 in Chimera, select and delete the receptor (protein), and save this file as 3pgl.lig.mol2 in 01.dockprep.

Creating the noH Receptor File

Open 3pgl.dockprep.mol2 in Chimera, select H atoms through select > element > H, and delete. Save as 3pgl.rec.noH.pdb

III. Generating Receptor Surface and Spheres

Be sure you have a directory titled 02.surface-sphere; cd to this and open Chimera. Open 3pgl.rec.noH.pdb, and show the surface by clicking Action > Surface > Show after selecting the protein.

Save as a DMS file by going Tools > Structure Editing > Write DMS.


Creating the Spheres

Create an input file named INSPH, write into it:

1BJU.rec.dms #specifies the input file
R            #spheres generated will be outside of teh receptor surface 
X            #specifies that all points won the receptor will be used
0.0          #distance in angstroms (avoids steric clashes)
4.0          #max surface radius of the spheres in angstroms
1.4          #min surface radius of the spheres in angstroms
3pgl.rec.sph #the specified outfile containing all generated spheres

Then run the sphere generating module by entering in terminal:

sphgen -i INSPH -o OUTSPH

Visualize the generated spheres in Chimera by opening the receptor surface file, and load on top of it 3pgl.rec.sph.

Selecting the Spheres

Now we want to select the spheres that correspond to our active site. Run the program sphere_selector:

sphere_selector 3pgl.rec.sph ../01.dockprep/3pgl.lig.mol2 8.0

An output file named selected_spheres.sph. Visualize in Chimera as before, loading the receptor surface file and selected_spheres.sph over it. You should be left with a structure that contains

IV. Generating Box and Grid

V. Docking a Single Molecule for Pose Reproduction

VI. Virtual Screening

VIII. Frequently Encountered Problems