Skip to content

This repository provides a demonstration of basic molecular docking using software tools such as AutoDock and ChimeraX. These techniques form part of the curriculum of the Bioinformatics practical course offered by Ahmedabad University, under the course code BIO205.

Notifications You must be signed in to change notification settings

NikitaArya17/molecular_docking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Molecular Docking

Molecular Docking is a computational method that allows researchers to predict interactions between two molecules, in this case, a protein and a ligand. The method can be used to predict the binding affinity of ligands for their respective receptor proteins.

AutoDock is a popular software tool that can be used to perform molecular docking. It is relatively easy to use and can predict how drugs bind to the 3D molecular structures of their target receptors. It generates several possible binding conformations, or 'poses', between a protein and a ligand, each with a different Gibbs free energy. The Gibbs free energy refers to the energy that is released when two molecules bond with each other. The more negative the value of Gibbs free energy for a chemical reaction, the more spontaneous the reaction will be, and thus, the more likely the occurrence of that reaction will be.

For this example, aspirin was the drug in question, while the soluble acetylcholine receptor found in Aplysia californica was its receptor.

The relevant files were obtained from the Protein Data Bank and the PubChem database.

The software used may be downloaded from the following links:

The coordinates of the 3D molecular structure of aspirin was downloaded from the PubChem database in the SDF (Structured Data File) format. This is a file format that stores information about the positions of each individual atom in a molecule. The ChimeraX software was then used to convert this file to a PDB (Protein Data Bank) file. Both of these files were then converted to the PDBQT (Protein Data Bank, Partial Charge (Q), & Atom Type (T)) format with AutoDock. This format stores information about the partial charges on the atoms that make up the molecule.

These files have been stored in the 'intermediate_files' folder.

Separate files containing the grid parameters and docking parameters were also created using AutoDock and have been stored in the 'intermediate_files' folder.

The output and log files contain the results that were written out by the program. They have been stored in the 'output_files' folder.

A text file containing commands has been stored in the 'required_commands' folder. These commands are entered in the Windows Command Prompt.

About

This repository provides a demonstration of basic molecular docking using software tools such as AutoDock and ChimeraX. These techniques form part of the curriculum of the Bioinformatics practical course offered by Ahmedabad University, under the course code BIO205.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published