Difference between revisions of "2012 DOCK tutorial with Streptavidin"

From Rizzo_Lab
Jump to: navigation, search
(Virtual Screening Protocol)
(I. Introduction)
Line 5: Line 5:
 
===DOCK===
 
===DOCK===
  
DOCK was developed by Irwin D. "Tack" Kuntz, Jr., PhD and colleagues at UCSF.  Please see the webpage at [http://dock.compbio.ucsf.edu/ UCSF DOCK].
+
DOCK is a molecular docking program used in drug discovery. It was developed by Irwin D. Kuntz, Jr. and colleagues at UCSF (see [http://dock.compbio.ucsf.edu/ 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 is works well as a screening procedure for generating leads, but not nearly as well for optimization of those leads.
  
DOCK is a molecular docking program used in drug discovery. This program, given a protein active site and a small molecule, tries to predict the correct binding mode of the small molecule in the active 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 is works well as a screening procedure for generating leads, but not nearly as well for optimization of those leads. Original DOCK used only rigid body docking, DOCK 4.0, however, introduced flexible ligand docking by either a)incremental construction or b)random search.
+
DOCK 6.X 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
Incremental construction (aka anchor and grow) could be roughly described by a three step process:
+
2) non-rigid segments added in layers; energy minimized
1) rigid portion of ligand (anchor) is docked by geometrical methods
 
2) non-rigid segments added; energy minimized
 
 
3) the resulting configurations are 'pruned' and energy re-minimized, yielding the docked configurations
 
3) the resulting configurations are 'pruned' and energy re-minimized, yielding the docked configurations
  
Random search method involves docking random conformations of ligand as independent rigid objects. The number of conformations allowed per rotatable bond is arbitrary and user controlled. The receptor is always held rigid in DOCK 4.0.
 
  
 
===Streptavidin & Biotin===
 
===Streptavidin & Biotin===
Line 22: Line 19:
 
'''Biotin'''
 
'''Biotin'''
 
is a water soluble B-vitamin complex which is composed of an ureido (tetrahydroimidizalone) ring fused with a tetrahydrothiophene ring. It is a co-enzyme that is required in the metabolism of fatty acids and leucine. It is also involved in gluconeogenisis.
 
is a water soluble B-vitamin complex which is composed of an ureido (tetrahydroimidizalone) ring fused with a tetrahydrothiophene ring. It is a co-enzyme that is required in the metabolism of fatty acids and leucine. It is also involved in gluconeogenisis.
 +
  
 
===Organizing Directories===
 
===Organizing Directories===
  
While performing docking, it is convenient to
+
While performing docking, it is convenient to adopt a standard naming scheme / directory structure so that files are easy to identify and find. For this tutorial, we will use something similar to the following:
 +
 
 +
~username/AMS536/DOCK-Tutorial/00-original-files/
 +
                              /01-dockprep/
 +
                              /02-surface-spheres/
 +
                              /03-box-grid/
 +
                              /04-dock/
 +
                              /05-virtual-screen/
 +
 
 +
The following sections will refer back to files within these directories.
  
 
==II. Preparing the Receptor and Ligand==
 
==II. Preparing the Receptor and Ligand==

Revision as of 11:42, 24 February 2012

For additional Rizzo Lab tutorials see DOCK Tutorials.

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 is works well as a screening procedure for generating leads, but not nearly as well for optimization of those leads.

DOCK 6.X 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


Streptavidin & Biotin

Streptavidin is a tetrameric prokaryoke protein that binds the co-enzyme biotin with an extremely high affinity. The streptavidin monomer is composed of eight antiparallel beta-strands which folds to give a beta barrel tertiary structure. A biotin binding-site is located at one end of each β-barrel, which has a high affinity as well as a high avidity for biotin. Four identical streptavidin monomers associate to give streptavidin’s tetrameric quaternary structure. The biotin binding-site in each barrel consists of residues from the interior of the barrel, together with a conserved Trp120 from neighbouring subunit. In this way, each subunit contributes to the binding site on the neighboring subunit, and so the tetramer can also be considered a dimer of functional dimers.

Biotin is a water soluble B-vitamin complex which is composed of an ureido (tetrahydroimidizalone) ring fused with a tetrahydrothiophene ring. It is a co-enzyme that is required in the metabolism of fatty acids and leucine. It is also involved in gluconeogenisis.


Organizing Directories

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

~username/AMS536/DOCK-Tutorial/00-original-files/
                              /01-dockprep/
                              /02-surface-spheres/
                              /03-box-grid/
                              /04-dock/
                              /05-virtual-screen/

The following sections will refer back to files within these directories.

II. Preparing the Receptor and Ligand

Downloading the PDB Structure

Preparing for DOCK with Chimera

III. Generating Receptor Surface and Spheres

Receptor Surface

Spheres

IV. Generating Box and Grid

Box

Grid

V. Docking a Single Molecule for Pose Reproduction

Docking

Results

VI. Virtual Screening

Virtual Screening Protocol

Virtual Screening Results

VII. Running DOCK in Serial and in Parallel on Seawulf

Use PBS Queue as a reference.

Serial Calculation for Pose Reproduction

Parallel Virtual Screen

VIII. Frequently Encountered Problems