2020 DOCK tutorial 3 with PDBID 4F4P

From Rizzo_Lab
Revision as of 14:57, 12 February 2020 by Stonybrook (talk | contribs)
Jump to: navigation, search

This tutorial teaches you how to dock a drug molecule to a receptor.

/*This page is under construction*/

I. Introduction

DOCK

DOCK is an important molecular docking program in molecular modeling and drug design. It enables you to dock a small molecule (ligand) to a binding pocket of certain protein target (receptor) and find out correct binding geometry, types and number of interactions involve in binding and energies associate with binding. For this tutorial DOCK6 package was used. Purpose of using DOCK6 in this tutorial is to re-dock a ligand to a binding pocket of the receptor protein for pose reproduction and find out lead compounds which have stronger binding affinity with our receptor binding site.

Virtual Screening

This is a protocol widely used in drug design which enable you to find out small molecules that have higher binding affinity with the binding pocket of protein of interest by screening a millions of compounds in a virtual database (such as ZINC).

4F4P

4F4P is the crystal structure of Tyrosine Kinase SYK in complex with ligand LASW836. You can get the pdb file from here [1]. The resolution is 2.37 Å. Click Download Files -> PDB Format to download PDB file.

Figure 1: 4F4P.pdb which contains protein receptor, ligand, sulphate ion and water molecules. (Missing residues in the protein receptor ignored since those are located away from the binding site)

Checking the structure

Read the article related to the PDB file [2] to understand protonation states, charges 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, cofactors). In our case, the PDB file contains one protein chain, ligand(OSB), sulfate ion(SO4(2-)) as a cofactor and water molecules (H2O).

Next, we are going to generate the receptor file and the ligand file.

Prepare the Receptor file

With the PDB file loaded by chimera, do Select -> Residue -> SO4 to select the sulfate. Use Actions -> Atoms/Bonds -> Delete to delete it. Then do Select -> Residue -> HOH to select the water molecules. Use the same method to delete it. Then do Select -> Structure -> (0SB) to select ligand molecule. Use the same method to delete it. Save the receptor as 4f4p_rec_noh.mol2.

OR

With the PDB file loaded by chimera, hold the control button and click on the protein chain to select a protein residue. Then click up arrow button to select the whole protein chain (Receptor). Then Select -> Invert(all models) to invert your selection (This will select all the components in your PDB file except receptor). Then do Actions->Atoms/bonds->Delete. You will remain with a protein receptor. Save the receptor as 4f4p_rec_noh.mol2.


Figure 2: Receptor with no Hydrogens and charges (4f4p_rec_noh.mol2)

Prepare the Ligand File

Open the pdf file again. Do Select -> Structure -> ligand(0SB) to select the ligand. Do Select -> Invert (all models), then delete the selected atoms. This will left the ligand molecule only. Save it as 4f4p_lig_noh.mol2.

Figure 3: Ligand with no Hydrogens and charges (4f4p_lig_noh.mol2)

Adding hydrogen and charge

Now we are going to add hydrogen atoms and charges to our receptor and ligand. Open 4f4p_rec_noh.mol2 file using Chimera and use the following instructions to prepare the receptor file to be used in DOCK. Tools -> Structure editing -> AddH. This command will add hydrogen to the receptor. Tools -> Structure editing -> Add Charge. This command will add charge to atoms to make the receptor neutral. Save the file as 4f4p_rec_h.mol2


Open 4f4p_lig_noh.mol2, follow the same steps for ligand file, add hydrogen. The Chimera added 2 hydrogens to the nitrogen where it is supposed to be only one, as referred in the pdb report. So remove one hydrogen. (Hold Ctrl and select extra H, then Actions -> Atoms/Bonds -> delete.) (Therefore, Be really concern when adding Hydrogens using chimera since it is automatically adding unwanted hydrogen atoms. Compare your protonation state with PDB report and make sure you have correct structure after adding hydrogens.) After removing hydrogen add charges to the ligand Tools -> Structure editing -> Add Charge. After this save the file as 4f4p_lig_h.mol2.

Figure 4: Ligand with Hydrogen and charges (4f4p_lig_h.mol2)


Creating a surface

Action -> surface -> show -> Shows the surface of the rec without H Tools -> struct_editing -> write_DMS -> name: 4f4p_rec_noh.dms

Figure 5: (4f4p_rec_noh.dms)