Receptor Preparation Tutorial

The first step in using FRED, HYBRID or POSIT is the creation of an OEDocking receptor, which is a collection of docking-related information connected to a protein. A typical receptor is shown in Figure 1 below.

OEDocking receptor

Figure 1. OEDocking receptor and typical docking information.

There is an automated way to prepare OEDocking receptor files using SPRUCE. Alternatively, the graphical utility Make Receptor provides an interactive approach for flexible and customizable receptor preparation.

Interactive Modification of a Receptor

The Make Receptor GUI can be used to examine or modify a previously created receptor. The GUI can be used if a user wants to define constraints or include specific water molecules in the receptor. The current implementation of Make Receptor takes in a traditional OEBinary formatted receptor (.oeb or .oeb.gz) and writes the newer OEDesignUnit file (.oedu) for input to any of the OEDocking applications. The conversion between the two file types can be done using OEDocking utility programs OEB2DUReceptor and DU2OEBReceptor. For example:

> du2oebreceptor -in rec_5TMG.oedu -out rec_5TMG.oeb.gz
> oeb2dureceptor -in rec_5TMG.oeb.gz -out converted_rec_5TMG.oedu

The OEReceptor files such as rec_5TMG.oeb.gz can be visualized using VIDA. The components are shown in Figure 2.

OEDocking OEBReceptor

Figure 2. OEDocking receptor and components in VIDA.

This OEDocking receptor includes the protein structure and a description of the binding site. This description includes a so- called outer contour (highlighted in List Window), which limits the extent of where heavy atoms are to be placed during the FRED, HYBRID, or POSIT search procedures.

See the Make Receptor section for generating receptors from structure coordinates instead of from previously generated OEDocking receptor files.