Difference between revisions of "2023 DOCK tutorial 1 with PDBID 4S0V"

From Rizzo_Lab
Jump to: navigation, search
(Preparing the Protein file)
(Preparing the Protein file)
Line 82: Line 82:
  
 
and you can see the white ends to the atoms which are the hydrogens.  The final step is to add charges to the protein.  Before you do this you should clear your selection by clicking on Select → Clear Selection.  To add charges click on Tools → Structure Editing → Add Charge and the following dialogue box will show up:
 
and you can see the white ends to the atoms which are the hydrogens.  The final step is to add charges to the protein.  Before you do this you should clear your selection by clicking on Select → Clear Selection.  To add charges click on Tools → Structure Editing → Add Charge and the following dialogue box will show up:
 +
[[File: chargebox.png|thumb|center]]
  
 
===Preparing the Ligand File===
 
===Preparing the Ligand File===

Revision as of 17:30, 21 February 2023

Introduction

This tutorial will walk you through the steps necessary for using the DOCK software package. Many drugs are small molecular compounds that attach, or bind, to a protein in our bodies to change how that protein functions. By changing the function of a protein we can treat disease and help people manage symptoms of disorders. Traditionally drug discovery was done through a type of "trial and error" process called High Throughput Screening. Scientists would chemically make, or buy, thousands of small compounds and expose them to cells. They would then observe how the cells responded, either favorably/unfavorably/no effect. This method is time consuming and expensive. It would be better if the scientific community could "virtually screen" these molecules using a computer before creating/buying them - thereby focusing the cost and effort on those which showed the most promising computational results. The DOCK software brings this drug discovery process into the 21st century and uses computers to bind these small molecular compounds to a protein and evaluate the results. DOCK uses algorithms to bring together the small molecule, known as the ligand, and the larger protein, and "DOCK" them together. Our tutorial will walk you through preparing a protein and ligand for docking using an example complex from the protein data bank (https://www.rcsb.org/), complex # 4S0V.

The following steps will be followed:

  1. Setting up your environmnet
  2. Downloading a protein from the PDB database
  3. Determining if there are any missing loops and if they need to be modeled
  4. Preparing the ligand
  5. Preparing the protein

Learning Objectives

  • Understand why DOCK was created and its current role in drug design
  • Gain the ability perform virtual screening of small molecular compounds to a protein from the Protein Data Base (https://www.rcsb.org/)

Setting Up Your Environment

TK

Downloading a protein from the PDB database

To begin we need to download protein complex #4S0V from the PDB. The right side of the top banner has a search bar:

Searchbar.png
.

Simply type 4S0V into the search bar and the protein complex will be displayed.

Landing.png


On the right hand side, click on Download Files, then PDB Format.

Downloads.png

That's it! The pdb file that we will be working with is now downloaded onto your local computer.

Preparation of the ligand and protein

The following steps will show you how to prepare the protein and ligand structures to be used with DOCK. All steps in this section will be done using Chimera. If you are unfamiliar with Chimaera, please see our tutorials here. These steps are very important - if your initial structure is not prepared properly, all downstream analysis can potentially be incorrect. This section will show you how to:

  1. Evaluate the structure to determine if there are any missing loops/water molecules to be removed/ions that need to be removed
  2. How to prepare the protein structure
  3. How to prepare the ligand structure

Evaluating the Structure

Open the previously downloaded .pdb file into Chimera. The first thing you want to look for are missing loops. A missing loop will be indicated by a dashed line in the structure:

Missingloop.png

The first decision you'll need to make is if these missing loops are important in your model or not. This decision is made by determining if the missing loop is close to the binding site. If it is far enough away, it probably won't affect the dynamics of the protein/ligand interaction and can be left alone. If the missing section is close to the binding site, you may want to fix it to more accurately model the binding site and the protein/ligand interaction.

To determine the distance between the missing loop and the binding site:

  1. Select an atom at the section of missing loop (ctrl)
  2. Select another atom near the binding site (ctrl + shift)
  3. Go to Tools → Structure Analysis → Distances

The distance between the two chosen atoms will appear if you click on 'create' in the dialogue box that pops up. If you determine that you want to re-create the missing sections, go to Tools → Surface Editing → Model/Refine Loops. A dialogue box will appear, choose 'non-terminal missing structure' and click 'Apply'. You can monitor the progress of Modeller in the lower left hand corner of the display. Once it has finished another dialogue box will appear showing you the five choices of models for the missing sections.

Loopchoice.png

As you click on each of the results, the re-created missing section will show up. Decide which one you want to keep, highlight it and save the file by chooseing File → Save PDB. In the dialogue box, be sure to give this file a new name so as not to overwrite the original 4s0v.pdb file. In the 'Save models' section, choose the model number you chose above. Close the file and re-open Chimera. Now open the newly saved .pdb and you will no dashed lines and only the structure with the re-created loops.

Fixed.png

You are now ready to move onto preparing the ligand and protein structures for docking.

Preparing the Protein file

The first step in preparing the protein is to get the protein structure alone in a .pdb file. To do this:

  1. Select an atom on the protein
  2. Press the up arrow until the entire protein is selected
  3. Go to Select → Invert (all models). This will change the selection from the protein to everything else in the structure
  4. Go to Actions → Atoms/Bonds → Delete
  5. Save the structure with a new file name (i.e. 4s0v_protein_only.pdb). Your pdb file will now look similar to this:
Proteinonly.png

Once you have the protein structure in its own file there are two more steps necessary for its preparation:

  1. Adding hydrogens
  2. Adding charge

To add hydrogen click on: Tools → Structure Editing → AddH. This command will cause the following dialogue box to appear:

Addhs.png

Click 'OK'. When the program is finished, the bottom left-hand side will say "Hydrogens added" but you won't see any change in the structure. It's good practice to make sure that the program worked properly by showing the atoms at a small area of the protein and ensuring hydrogens were added. To do with we're going to use the 'zone' command which is quite useful:

  1. Click on one atom anywhere on the protein
  2. Click on Select → Zone. This will cause the following dialogue box to appear:
Zoneselection.png

make sure to click the same options as shown above and click on 'OK'. Go to Actions → Atoms/Bonds → show and the atoms in the atoms in the selected area will be shown. If the hydrogen atoms were successfully added you'll see structure similar to:

Honprotein.png

and you can see the white ends to the atoms which are the hydrogens. The final step is to add charges to the protein. Before you do this you should clear your selection by clicking on Select → Clear Selection. To add charges click on Tools → Structure Editing → Add Charge and the following dialogue box will show up:

Chargebox.png

Preparing the Ligand File

The first step in preparing the ligand is the same as for the protein - we need to get the ligand structure alone in a .pdb file. To do this:

  1. Select an atom on the ligand
  2. Press the up arrow until the entire ligand is selected (you may have to press the up arrow many times)
  3. Go to Select → Invert (all models). This will change the selection from the ligand to everything else in the structure
  4. Go to Actions → Atom/Bonds → Delete
  5. Save the structure with a new file name (i.e. 4s0v_ligand_only.pdb). The image will look similar to this:
Ligandonly.png

Creating the Protein Binding Site Surface

Creating the Required Surface (DMS) File

Generating Spheres for the Binding Site

Selecting the Appropriate Spheres

Generating the Required Box and Grid

Generating the Box

Generating the Grid

Docking

Energy Minimization Steps

Footprint Analysis

Rigid Docking

Fixed Anchor Docking

Flexible Docking

Virtual Screening a Library of Available Ligands

Virtual Screeni mpi

Virtual Screening Output

Cartesian Minimization

Docked Molecules Rescoring