Kuntz Home / DOCK Home / DOCKumentation Contents / Examples
prev section prev toc up next next section

Docking Example: 3dfr

Overview / Application of Features

Overview

Only one receptor-ligand complex is provided as an example of DOCK input, output, and results. However, several features are explored within the context of this system. These dockings explore the interaction of methotrexate with dihydrofolate reductase (
PDB entry 3dfr).

The DOCK runs presented in the subdirectories of the 3dfr directory of the examples directory serve two functions: a check to see that locally obtained results agree with the expected results; and examples of how to implement certain new features. In each subdirectory exists an INDOCK, OUTDOCK, and results file for one or more docking runs utilitizing various features. These are provided for sake of instruction and comparison. To re-run any particular example, copy the desired prefixed INDOCK to INDOCK. Make sure no OUTDOCK or other output files exist and re-run dock3.5.

The 00README file in each directory provides further assistance and descriptions of directory contents. In the main 3dfr directory, please read the 00README file for the procedures used to create each file in this directory.

Application of Chemical Matching and Critical Clusters

by Andrew Good

Using DOCK to search for receptor ligand binding modes can prove to be a computationally expensive exercise. To help alleviate this problem and direct DOCK searches, two new functions have been devised to restrict the number of potential node matches that can occur between ligand and receptor.

The first of these functions is called chemical matching (coloring). This technique allows the user to define atom and receptor centers as being of a specific property type e.g. hydrophobic. If chemical matching is utilized, only centers with complementary chemistry are allowed to match, which reduces the number of orientations being tested, and emphasizes chemical complementarity between ligand and receptor.

The second technique is known as critical clustering. This function allows the user to define regions thought to be crucial to the binding process. When critical clusters are defined, the user forces DOCK to include at least one member of each cluster within a valid match. This can dramatically reduce the number of permitted matches, and hence speed up the DOCK run.


prev section prev toc up next next section

Curator: Daniel Gschwend, gschwend@cgl.ucsf.edu (rev. 1 September 1995)