In general, Molecular docking refers to a computational algorithm that tries to find the best binding pose between two molecules.

Many docking programs have been developed. Although these differ in the algorithms used, every docking program must be able to perform three (not necessarily distinct) basic operations:

  1. Generate a reasonable candidate ligand conformations.
  2. Place the ligand into the binding site
  3. Assign a score or fitness value to the docked conformation.

So, now we will start Molecular Docking of Chymotrypsin C (CTRC) with Doxorubicin


Chymotrypsin C
Chymotrypsin C visualised | PDB ID : 4H4F
Doxorubicin
Doxorubicin visualised | PubChem ID : 31703



Lets, see the flowchart for the process we will go through.


Flowchart
Flowchart for Molecular Docking in Chimera



Ligand Preparation

We will now build our ligand i.e. Doxorubicin and optimize it for docking.

  1. Open UCSF Chimera
  2. Open PubChem in the browser (https://pubchem.ncbi.nlm.nih.gov/) and type Doxorubicin.
  3. Get the PubChem ID (PubChem CID: 31703 for Doxorubicin).
  4. Go to UCSF Chimera and select Files in the topleft corner. Then Files –> Fetch by ID –> Select Pubchem ID and insert the ID for the ligand.
  5. Now our ligand structure is loaded.
  6. Again Tools -> Structure Editing -> Minimize Structure (here set steepest descent steps: 100 and Conjugate gradient steps:100) -> Minimize Now Add hydrogens will pop-up click OK, then Assign Charges to minimize select Gasteiger and enter OK. This will show the net charge of the molecule.Click OK.
  7. Save ligand to the working directory: save as Doxo.mol2

Protein Preparation

  1. Open the PDB database (http://www.rcsb.org/pdb/home/home.do) and type 4H4F -> Download files -> PDB format -> save as 4H4F.pdb (in the working directory)
  2. Now go to UCSF Chimera again. Go to File -> Open -> 4H4F.pdb
  3. Tools -> Surface/Binding analysis –> DockPrep.
  4. Now Remove solvent and fix non-standard residues, Add hydrogens (We can specify the protonation state for specific residues if needed) and charges (Protein charges are assigned using an AMBER force field).
  5. Save a mol2 file of the protein molecule as 4H4F.mol2 (For now we are retaining the ligand present in the protein molecule)

Dock Prep and Run

  1. In Tools -> Surface/ Binding Analysis -> AutoDock Vina
  2. Set Output file location (current working directory) ->4H4F_Doxo
  3. In the receptor search volume options: set the listed values in the columns so that the protein is covered by the box (blind docking)
  4. Set Executable location (current working directory)- locate vina.exe file
  5. Click OK (only once).
  6. Now molecular docking has been started and once the run is completed ViewDock interface will open.

Analysis of the docked poses

  1. “ViewDock” interface will show the tabular list of poses
ViewDock
ViewDock Box showing the analysis of different conformations


  1. Now click on Hbonds -> Add count to entire receptor Choose Intermodel Hbonds. Relax constraints can be changed (optional) Now conformers can be sorted by Hydrogen bonds formed.
Docking Model
One of the Dockings performed by Chimera

Check this out for a video based tutorial :

How to Study Protein-Ligand Interaction through Molecular Docking