Difference between revisions of "2018 DOCK tutorial 1 with PDBID 2NNQ"

From Rizzo_Lab
Jump to: navigation, search
Line 33: Line 33:
 
Download the pdb file 2NNQ from PDB database save it in 0.files folder.
 
Download the pdb file 2NNQ from PDB database save it in 0.files folder.
  
==Checking the structure==
+
===Checking the structure===
 
   - Read the article related to the PDB file to understand protonation states, charges, environmental conditions and other important information regarding the receptor and the ligand.
 
   - Read the article related to the PDB file to understand protonation states, charges, environmental conditions and other important information regarding the receptor and the ligand.
 
   - Open the pdb file through chimera and look at the structure. Identify the main components of the model (receptor, ligand, solvent, surfactants, metal ions)
 
   - Open the pdb file through chimera and look at the structure. Identify the main components of the model (receptor, ligand, solvent, surfactants, metal ions)
 
   - Carefully look to identify if there are any missing residues or missing loops. (This particular PDB file didn't contain any missing loops or missing residues)
 
   - Carefully look to identify if there are any missing residues or missing loops. (This particular PDB file didn't contain any missing loops or missing residues)
  
==Preparation of receptor==
+
===Preparation of receptor===
 
   - Open the PDB file (2NNQ.pdb) via Chimera
 
   - Open the PDB file (2NNQ.pdb) via Chimera
 
   - Isolate the receptor using select tool and delete tool in Chimera.
 
   - Isolate the receptor using select tool and delete tool in Chimera.
Line 51: Line 51:
 
           Tools -> Structure/Binding Analysis -> DockPrep
 
           Tools -> Structure/Binding Analysis -> DockPrep
  
==Preparation of ligand==
+
===Preparation of ligand===
 
   - Open the PDB file via Chimera.
 
   - Open the PDB file via Chimera.
 
   - Using Chimera, isolate the ligand, add H atoms, add charge and save it as a mol2 file by following the same steps followed for the receptor.
 
   - Using Chimera, isolate the ligand, add H atoms, add charge and save it as a mol2 file by following the same steps followed for the receptor.
Line 58: Line 58:
  
 
=III. Generating receptor surface and spheres=
 
=III. Generating receptor surface and spheres=
==Preparation of DMS file==
+
===Preparation of DMS file===
 
   - Open 2nnq_rec_noH.mol2 using chimera.
 
   - Open 2nnq_rec_noH.mol2 using chimera.
 
   - Action -> Surface -> Show
 
   - Action -> Surface -> Show
Line 66: Line 66:
 
Transfer all the folders created so far to seawulf cluster to be used in DOCK.
 
Transfer all the folders created so far to seawulf cluster to be used in DOCK.
  
==Generating spheres==
+
===Generating spheres===
 
   - Go to 2.surface_spheres folder
 
   - Go to 2.surface_spheres folder
 
   - Create a new input file to create spheres by typing vim INSPH and type the following lines inside the file.  
 
   - Create a new input file to create spheres by typing vim INSPH and type the following lines inside the file.  
Line 87: Line 87:
  
  
==Selecting Spheres==
+
===Selecting Spheres===
  
 
Here we will be selecting the spheres which defines the binding pocket of the ligand because we are trying to direct the ligand towards that binding site rather than all over the receptor. To select the spheres type the following command.
 
Here we will be selecting the spheres which defines the binding pocket of the ligand because we are trying to direct the ligand towards that binding site rather than all over the receptor. To select the spheres type the following command.
Line 97: Line 97:
 
=IV. Generating box and grid=
 
=IV. Generating box and grid=
  
==Generating box==
+
===Generating box===

Revision as of 16:08, 2 February 2018

This tutorial contains, a step by step by approach to dock a known ligand to a known receptor.

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.


2NNQ

The tutorial will be based on the PDB file 2NNQ downloaded from the PDB Database. 2NNQ is the crystal structure for a human adipocyte fatty acid binding protein in complex with ((2'-(5-ethyl-3,4-diphenyl-1H-pyrazol-1-yl)-3-biphenylyl)oxy)acetic acid.

Organization of Directories

Maintaining a clearly organized set of folders will be helpful in finding specific files, calling different files in input files and most importantly keeping track of everything you do. We would like to recommend to maintain the following set of files throughout the tutorial.

             0.files
             1.dockprep
             2.surface_spheres
             3.gridbox
             4.
             5.
             6.
             7.

II. Preparation of the ligand and receptor

Download the pdb file 2NNQ from PDB database save it in 0.files folder.

Checking the structure

 - Read the article related to the PDB file to understand protonation states, charges, environmental conditions and other important information regarding the receptor and the ligand.
 - Open the pdb file through chimera and look at the structure. Identify the main components of the model (receptor, ligand, solvent, surfactants, metal ions)
 - Carefully look to identify if there are any missing residues or missing loops. (This particular PDB file didn't contain any missing loops or missing residues)

Preparation of receptor

 - Open the PDB file (2NNQ.pdb) via Chimera
 - Isolate the receptor using select tool and delete tool in Chimera.
 - Save the isolated receptor as a mol2 file. (2nnq_rec_noH.mol2)
 - Open 2nnq_rec_noH.mol2 file again using Chimera and use the following instructions to prepare the receptor file to be used in DOCK.
          Tools -> Structure Editing -> Add H (To add Hydrogen atoms)
          Tools -> Structure Editing -> Add Charge (To add the charge use the latest AMBER force filed available for standard residues. Here we used AMBER ff14SB)
          Save as a mol2 file. (22nq_rec_withH.mol2)
 - If you follow the step below all the above stated steps will automatically appear one after the other to prepare the receptor. 
          Tools -> Structure/Binding Analysis -> DockPrep

Preparation of ligand

 - Open the PDB file via Chimera.
 - Using Chimera, isolate the ligand, add H atoms, add charge and save it as a mol2 file by following the same steps followed for the receptor.

Once all the files are prepared make sure to save the files in 1.dockprep folder.

III. Generating receptor surface and spheres

Preparation of DMS file

 - Open 2nnq_rec_noH.mol2 using chimera.
 - Action -> Surface -> Show
 - Tools -> Structure Editing -> Write DMS
 - Save the 2nnq_rec_withH.dms into 3.surface_spheres folder

Transfer all the folders created so far to seawulf cluster to be used in DOCK.

Generating spheres

 - Go to 2.surface_spheres folder
 - Create a new input file to create spheres by typing vim INSPH and type the following lines inside the file. 
2nnq_rec_noH.dms
R
X
0.0
4.0
1.4
2nnq_rec.sph

The first line 2nnq_rec_noH.dms specifies the input file. R indicates that spheres generated will be outside of the receptor surface. X specifies all the points will be used. 0.0 is the distance in angstroms and it will avoid steric clashes. 4.0 is the maximum surface radius of the spheres and 1.4 is the minimum radius in angstroms.The last line 2nnq_spheres.sph creates the sph file that contains clustered spheres.

Once the INSPH file is ready, type the following command to generate the spheres.

 sphgen -i INSPH -o OUTSPH

Once sphgen command is successful, 2nnq_spheres.sph file will be created. Open it up using Chimera along with 2nnq_rec_noH.mol2 file. You should get a similar output like the image below.


Selecting Spheres

Here we will be selecting the spheres which defines the binding pocket of the ligand because we are trying to direct the ligand towards that binding site rather than all over the receptor. To select the spheres type the following command.

 sphere_selector 2nnq_rec.sph ../1.dockprep/2nnq_lig_withH.mol2 10.0

This command will select all of the spheres within 10.0 angstroms of the ligand and output them to selected_spheres.sph. Visualize the selected spheres using Chimera to make sure the correct spheres are selected.

IV. Generating box and grid

Generating box