2021 DOCK tutorial 2 with PDBID 2ZD1

From Rizzo_Lab
Jump to: navigation, search

Introduction

Learning Goals for this Tutorial

This tutorial will guide the student in performing a structure-based virtual screen of a large number of small molecule compounds (ligands) to assess the effectiveness of each in binding to a protein drug target (receptor) through the use of molecular docking. The student will additionally learn how to use tools to visualize and manipulate the components of a receptor-ligand complex, along with the results (docked ligand poses) of the virtual screen.

The techniques, computer-based tools, and biological system used in this tutorial are detailed below.

Techniques

Structure-Based Virtual Screening

A computational method used in drug discovery that evaluates a pre-defined set of compounds for relative likelihood of binding to a potential drug target, such as a protein receptor. This technique aids researchers in narrowing down a large set of small molecule drug candidates into a relatively smaller number of leads which can be further refined or purchased for subsequent in vitro or in vivo studies.

The structure-based flavor of virtual screening utilizes molecular docking to "fit" each ligand to a particular site on the drug target. One or more scoring functions subsequently rank each ligand with respect to predicted binding affinity.

Background: Maia, E.H.B., Assis, L.C., Olivera, T.A. et al. Structure-Based Virtual Screening: From Classical to Artificial Intelligence. Front Chem 8, 343 (2020). https://doi.org/10.3389/fchem.2020.00343


Molecular Docking

In the context of computer-aided drug design, a technique that computationally samples the interaction states between ligands and drug targets (usually protein receptors), both geometrically and energetically. Given variable degrees of flexibility conferred to the ligand and receptor by the parameters of the simulation, the most favorable conformation of each ligand is identified through the use of different scoring functions, which are traditionally based on energies calculated from molecular mechanics force fields.

Docking algorithms can be broadly classified as flexible or rigid. A rigid docking algorithm begins with a fully-formed ligand and allows for sampling of the rigid placement of the given experimental pose in the binding site of the receptor while varying the translational and rotational degrees of freedom of the whole ligand within the three spatial dimensions. Internal angle rotational degrees of freedom are not explicitly sampled with basic rigid docking.

Traditional flexible docking, or fixed anchor docking (FAD) starts with a ligand scaffold, which is usually the largest substructure in a ligand, identified as such after the molecule is divided into substructures at its rotatable bonds. By a chosen method, such as Monte Carlo sampling or simulated annealing, multiple poses of this “anchor” substructure are then generated within the receptor binding pocket and scored. The next substructure’s layers of atoms are then added to the most favorable subset of initial anchor poses, and the process repeats until all the molecule is fully rebuilt within the receptor. This on-the-fly flexible conformer growth and minimization process is known as “anchor and grow.”

A second form of flexible docking, know as "flex docking," allows sampling of all internal degrees of freedom of the ligand. This is considered the most accurate form of docking, with the least chance of "missing out" on an optimal ligand pose. For each of the docking methods mentioned above, although increased ligand flexibility provides for broader conformational search and potentially more realistic poses, computational cost also increases.

In this tutorial, we will perform all three docking techniques listed above.

Background:

Computer-Based Tools

Protein DataBank (PDB)

A publicly-accessible database that houses downloadable 3-D structural information of proteins and other large biomolecules obtained mainly from X-ray crystallography and NMR experiments. This information is provided in a format (.pdb file) that is easily manipulated by molecular visualization and modeling software. We will use the PDB to learn about and obtain the structure data for the reference protein-ligand complex used in this tutorial.

Organization Home: https://www.wwpdb.org/

Search Home: https://www.rcsb.org/


UCSF Chimera

Version 1.15 for Windows is used in this tutorial.

A computer program that enables visualization and manipulation of molecules using structural data. We will use this tool to prepare our system for the virtual screen and to perform important visual verifications and observations.

Information / Download: https://www.cgl.ucsf.edu/chimera/


Seawulf Computational Cluster

A high performance computing (HPC) cluster located on the Stony Brook University campus containing 164 compute nodes with up to 40 CPU cores per node. We will perform our molecular docking calculations on this cluster, and in some instances, take advantage of its multiple cores by performing these calculations in parallel.

Background: https://it.stonybrook.edu/help/kb/understanding-seawulf


GNU/Linux

CentOS Linux release 7.8.2003 (Core) with bash shell is used in this tutorial.

The command-line operating system used to interact with Seawulf. Practice with this environment is highly recommended for those unfamiliar with it before beginning this tutorial.

Tutorials: See the "Basic Linux Tools" section of https://ringo.ams.stonybrook.edu/index.php/Rizzo_Lab_Information_and_Tutorials


Vi / Vim

Vim version 7.4 is used in this tutorial.

The command-line text editor that is used to create and manipulate the various files needed to perform the virtual screen. As with GNU/Linux, practice with Vim is highly recommended before beginning this tutorial.

Primer: https://ringo.ams.stonybrook.edu/index.php/Vi


DOCK

Version 6.9 is used in this tutorial.

A computer program that performs molecular docking to predict favorable ligand binding geometries and interactions with a receptor. The program includes several scoring functions to assess the relative ranking of ligands and poses. The functions of DOCK are diverse; a primary use is virtual screening (the subject of this tutorial) of large numbers of molecules obtained from a library or database.

Background:

  • Ewing, T.J., Makino, S., Skillman, A.G. et al. DOCK 4.0: Search strategies for automated molecular docking of flexible molecule databases. J Comput Aided Mol Des 15, 411–428 (2001). https://doi.org/10.1023/A:1011115820450
  • Moustakas, D.T., Lang, P.T., Pegg, S. et al. Development and validation of a modular, extensible docking program: DOCK 5. J Comput Aided Mol Des 20, 601–619 (2006). https://doi.org/10.1007/s10822-006-9060-4

Dock 6.9 Users Manual: http://dock.compbio.ucsf.edu/DOCK_6/dock6_manual.htm

2ZD1: Crystal Structure of HIV-1 Reverse Transcriptase in Complex with Rilpivirine

In this tutorial, we will use the complex of the HIV-1 reverse transcriptase (RT) receptor with the TMC278 (Rilpivirine) ligand as the basis for our virtual screen. HIV-1 RT is an enzyme used by the HIV-1 virus to produce DNA from its viral RNA template, a process that is essential for replication of the virus within the host. The DNA generated by the reverse transcription process is integrated into the genome of the host and replicates along with endogenous DNA, creating the starting material for the construction of new virions. TMC278 is a diarylpyrimidine (DAPY) nonnucleoside reverse transcriptase inhibitor (NNRTI) that binds to wild type and various mutant HIV-1 RT receptors and is highly successful in blocking their function. 2ZD1 is the PDB code for this complex, with structural data obtained from X-ray diffraction experiments.

PDB Information: https://www.rcsb.org/structure/2zd1

Directory and File Setup

Before beginning the virtual screen/molecular docking process, we will create a set of directories to store the various files we will be generating in an organized manner. We will also download the initial .pdb file for the 2ZD1 complex from the RCSB PDB.

Notes:

  • The directory and file nomenclature used throughout the tutorial is not required but is recommended for most efficient use of subsequently-provided commands and scripts.
  • Italics are used in directory and file names to signify terms that may differ for each student.

Procedure:

  1. Log in to Seawulf
  2. Navigate to your personal student directory for AMS 536:

    cd /gpfs/projects/AMS536/year/students/name

  3. Create a directory to store all files used and generated in this tutorial:

    mkdir 2zd1_dock_vs

  4. Navigate into this new directory:

    cd 2zd1_dock_vs

  5. Create all subdirectories required for this tutorial:

    mkdir 01_structure 02_surface_spheres 03_grid_box 04_dock 05_virtual_screen 06_virtual_screen_mpi 07_cartesian_min 08_rescore

  6. Download the 2zd1.pdb file from the PDB to a local directory
  7. Copy the PDB file to 01_structure/ using scp or rsync

Recommendations:

  • Confirm the existence of all newly-created directories by executing the ls command
  • Set up a dedicated local directory to store files that will be utilized in Chimera
  • Set up an alias in .bashrc for an scp or rsync command that will allow for easy transfer of files between the relevant local and remote Seawulf directories

Receptor and Ligand Preparation

We will extract the individual receptor and ligand structures from our .pdb file and add hydrogens and charges to each as appropriate.

Structure Verification

We will verify that the protein structure downloaded from the PDB aligns with the description in the submitted experimental paper.

  1. Open the Chimera application.
  2. Open the PDB file in Chimera:

    File -> Open, navigate to PDB file and click Open

    You should now be able to visualize the complex as shown below

2zd1 rec ligand.png

Receptor Preparation

  • Begin to prepare the receptor by deleting all non-receptor atoms, including those in water molecules, salts, and the ligand...

    Select -> Residue -> all nonstandard
    Actions -> Atoms/Bonds -> Delete

    ...and any full receptor chains that are not of interest in the virtual screen and/or do not coordinate with the ligand.

    Select -> Chain -> B
    Actions -> Atoms/Bonds -> Delete

  • Save the prepared receptor locally in .mol2 format.

    File -> Save mol2... -> "2zd1_rec_nH.mol2"

  • Copy the mol2 file to the 01_structure directory using scp or rsync </ol>

    Note that the file we have just created does not contain any hydrogen atoms. We will now generate a second receptor file with hydrogens and charge added to the molecule.

  • Begin to prepare the receptor by deleting all the non-receptor atoms. This also includes delete any chains in the receptor that are not of interest and or do not coordinate with the ligand.

    Select -> Chain -> (Undesired chain) Actions -> Atoms/Bonds -> Delete. <p> Select -> Residue -> All-nonstandard Actions -> Atoms/Bonds -> Delete.

  • Save the prepared receptor locally in .mol2 format. <p> File -> Save Mol2... -> "2zd1_rec_nH.mol2"
  • Copy the mol2 file to <code> 01_structure using scp or rsync </ol>

    Ligand Preparation

    Surface Sphere Generation and Selection

    File Preparation

    Sphere Generation

    Sphere Selection

    Cutoff Box and Energy Grid Generation

    Cutoff Box Generation

    Grid Generation

    Single-Molecule Docking: Pose Reproduction

    Energy Minimization

    Rigid Docking

    Fixed Anchor Docking

    Flex Docking

    Virtual Screening

    Test Run

    Parallel Virtual Screening

    Cartesian Minimization

    == Cartesian Minimization ==