Autodock Vina 1.2.0: New Docking Methods, Expanded Force Field, And

Total Page:16

File Type:pdf, Size:1020Kb

Autodock Vina 1.2.0: New Docking Methods, Expanded Force Field, And AutoDock Vina 1.2.0: new docking methods, expanded force field, and Python bindings Jerome Eberhardt1,a, , Diogo Santos-Martins1,a, Andreas F. Tillacka, and Stefano Forlia, 1These authors contributed equally to this work. a Department of Integrative Structural and Computational Biology, The Scripps Research Institute, La Jolla, California, USA AutoDock Vina is arguably one of the fastest and most widely plement additional functionality without significant changes used open-source docking engines. However, compared to other in the source code. docking engines in the AutoDock Suite, it lacks features that The usefulness of such specialized methods is hindered by support modeling of specific systems such as macrocycles or the poor search efficiency of AD4. In fact, AD4 can be up modeling water explicitly. Here, we describe the implemen- to 100x slower than Vina 1, depending on the search com- tation of these functionality in AutoDock Vina 1.2.0. Addi- plexity. The large performance difference is due to the bet- tionally, AutoDock Vina 1.2.0 supports the AutoDock4.2 scor- ter search algorithm used in Vina, a Monte-Carlo (MC) iter- ing function, simultaneous docking of multiple ligands, and a 17 batch mode for docking a large number of ligands. Further- ated search combined with the BFGS gradient-based op- more, we implemented Python bindings to facilitate scripting timizer. In comparison with the Lamarckian Genetic Algo- 3 and the development of docking workflows. This work is an ef- rithm (LGA) and Solis-Wets local search of AD4 , the search fort toward the unification of the features of the AutoDock4 and efficiency of Vina leads to better docking results with fewer AutoDock Vina docking engines. The source code is available at scoring function evaluations. https://github.com/ccsb-scripps/AutoDock-Vina We implemented some of the specialized AD4 features in docking | autodock | vina | drug discovery | virtual screening the Vina source code, enabling their use of the powerful Correspondence: [email protected] MC/BFGS search algorithm. Then, we further extended the Vina engine enabling simultaneous docking of multiple lig- ands, and adding Python bindings to facilitate programmatic Introduction access to the docking engine functionalities. AutoDock Vina (Vina) 1 is one of the docking en- 2 gines in the AutoDock Suite , together with AutoDock4 Scoring function extensions and improve- 3 4 5 (AD4) , AutoDockGPU , AutoDockFR , and AutoDock- ments CrankPep 6. Vina is arguably among the most widely used docking engines, probably because of its ease of use and AutoDock4.2 scoring function. One major improvement speed, when compared to the other docking engines in the is the availability of the AD4 scoring function in Vina. This suite and elsewhere, as well as being open source. allows users to access it using the Vina MC-based search al- Research groups around the world have modified and built gorithm and explore with equal efficiency its energy land- upon the Vina source code, improving the search algorithm scape. This will likely facilitate large-scale consensus dock- (QuickVina2 7), made the interface more user friendly and al- ing virtual screening campaigns 18,19. low modification of scoring terms through the user interface The AD4 and Vina scoring functions are quite different. (Smina 8), and improved the scoring function for carbohy- AD4 uses a physics-based 3 model with van der Waals, elec- drate docking (Vina-Carb 9), halogen bonds (VinaXB 10), as trostatic, directional hydrogen-bond potentials derived from well as ranking and scoring (Vinardo 11). an early version of the AMBER force field 3,20, a pairwise- Beside these valuable developments, there are still several additive desolvation term based on partial charges, and a methods within the AutoDock Suite that are not available in simple conformational entropy penalty. On the other hand, Vina because they have been implemented specifically for ei- Vina lacks electrostatics and solvation 1, and consists of a van ther the scoring function or the docking engine in AD4. Ex- der Waals-like potential (defined by a combination of a re- amples of such methods include docking with macrocyclic pulsion term and two attractive gaussians), a non-directional flexibility 12, specialized metal coordination models 13, mod- hydrogen-bond term, a hydrophobic term, and a conforma- eling of explicit waters 14, coarse-grained ligand models 15, tional entropy penalty. and ligand irreversible binding 16. Despite being a less effi- Performance-wise, the average time required to perform en- cient docking engine, AD4 allows the user to modify a large ergy evaluations with the AD4 scoring function is nearly 3x number of docking parameters, providing direct access to larger than with the Vina scoring function. This is due to the some of the engine internals, making it well-suited for the presence of additional electrostatic and desolvation maps that development of new docking methods. Conversely, the Vina need to be interpolated for each movable atom. interface is highly specialized and optimized, and one of its hallmarks is the very limited amount of user input necessary Grid map files support. Both AD4 and Vina calculate in- to perform a docking. In turn, this makes it impossible to im- termolecular interactions by performing trilinear interpola- June 10, 2021 tions of grid maps pre-calculated on the target structure. Vina considering the first two sets of poses (top 2). also uses the target structure to perform a post-processing minimization of the docked poses. In AD4, maps are pre- Hydrated docking. The hydrated docking protocol 14 has calculated using a separate program (AutoGrid 2) prior to been developed to model waters directly involved in the docking and loaded at runtime, while Vina calculates them ligand-receptor interaction. The method is based on dock- on-the-fly prior to running the MC search. The availability ing ligands explicitly hydrated with spherical waters, and can to accessible grid map files generated by AutoGrid provided be used to predict the position and the role (i.e., bridging or the foundations for a number of specialized methods, such displaced) of individual water molecules and generally im- as the zinc-coordination potentials in the AutoDock4Zn force prove ligand pose predictions. Waters are represented by a field 13, biasing docking using information from molecular single atom of type W, and are added to the ligand molecule dynamics simulations in AutoDock-Bias 21, and the integra- at the end of each hydrogen bond vector. During docking, tion of Grid Inhomogenous Solvation Theory (GIST) 22–24 in W atoms move along with the ligand, do not contribute to AutoDock-GIST 25. intramolecular interactions, and are allowed to overlap with In AutoDock Vina 1.2.0 we added the support to optionally the protein. In fact, when that happens, a water is consid- load external grid map files, enabling all these methods in ered displaced (i.e., removed from the system), and an en- both the AD4 and Vina scoring functions. These methods ergy reward is added to the ligand score to reflect the en- can be applied by following the existing protocols to prepare tropy gain resulting from releasing the water to bulk solvent. target structures and the corresponding grid maps, then re- Following the standard hydrated docking protocol 14, the W place the AutoDock4 binary with the new version of Vina. map, which represents water-receptor interactions is obtained The availability of reading and writing maps facilitates the by combining the oxygen-acceptor (OA) and hydrogen donor development of similar methods for the Vina scoring func- (HD) maps of the AD force field. tion. Pose rank New atom types. We extended both the Vina and AD4 PDB ID 1 2 3 4 5 scoring functions to support new atom types for atoms and 4ykq 0.45 0.43 2.37 6.16 4.01 pseudo-atoms as required by the hydrated docking method 4ykt 9.23 8.24 8.50 3.40 2.86 and the macrocycle sampling methods. These atom types are 4yku 6.02 1.14 0.67 6.04 5.89 implemented in the source code. Additionally, we also added 4ykx 0.98 0.95 6.24 1.79 1.75 parameters for silicon to address user requests for better sup- 4ykw 6.27 0.64 6.50 1.32 1.34 port to the chemical space covered in public repositories such 4ykz 5.30 1.68 0.77 5.30 6.00 as the ZINC database 26. Table 1. RMSD of 6 ligands redocked against HSP90 using the hydrated docking protocol. Values under 2 Å in bold. New docking methods To validate the implementation of this docking protocol in We increased the number of the docking methods available in Vina v.1.2.0, we used six HSP90 protein-ligand complexes Vina leveraging the availability of new atom types, the possi- from the D3R Grand Challenge 2015 28. This is an interest- bility of specifying grid map files to be used during docking, ing system for the hydrated docking because different ligands and by extending the existing code. bind with a different number of waters bridging hydrogen bonds with the protein. The RMSD of the redocked ligands Simultaneous multiple ligand docking. Vina is now able in reported in Table1, and a hand-picked system (PDB 4ykq) to dock simultaneously multiple ligands. This functionality is depicted in Figure1B. When looking at the best pose, only may find application in fragment based drug design, where two ligands could be redocked with an RMSD below 2 Å but small molecules that bind the same target can be grown or this number increases to 5 if the top 2 poses are considered. combined into larger compounds with potentially better affin- ity. AutoDock4Zn. One of the most used methods developed for The protein PDEδ in complex with two inhibitors (PDB AD4 is the AutoDock4Zn, a specialized force field to model 5x72) 27 was used as a proof of concept to test the ability of zinc-coordinating ligands 13.
Recommended publications
  • Pyplif HIPPOS-Assisted Prediction of Molecular Determinants of Ligand Binding to Receptors
    molecules Article PyPLIF HIPPOS-Assisted Prediction of Molecular Determinants of Ligand Binding to Receptors Enade P. Istyastono 1,* , Nunung Yuniarti 2, Vivitri D. Prasasty 3 and Sudi Mungkasi 4 1 Faculty of Pharmacy, Sanata Dharma University, Yogyakarta 55282, Indonesia 2 Department of Pharmacology and Clinical Pharmacy, Faculty of Pharmacy, Universitas Gadjah Mada, Yogyakarta 55281, Indonesia; [email protected] 3 Faculty of Biotechnology, Atma Jaya Catholic University of Indonesia, Jakarta 12930, Indonesia; [email protected] 4 Department of Mathematics, Faculty of Science and Technology, Sanata Dharma University, Yogyakarta 55282, Indonesia; [email protected] * Correspondence: [email protected]; Tel.: +62-274883037 Abstract: Identification of molecular determinants of receptor-ligand binding could significantly increase the quality of structure-based virtual screening protocols. In turn, drug design process, especially the fragment-based approaches, could benefit from the knowledge. Retrospective virtual screening campaigns by employing AutoDock Vina followed by protein-ligand interaction finger- printing (PLIF) identification by using recently published PyPLIF HIPPOS were the main techniques used here. The ligands and decoys datasets from the enhanced version of the database of useful de- coys (DUDE) targeting human G protein-coupled receptors (GPCRs) were employed in this research since the mutation data are available and could be used to retrospectively verify the prediction. The results show that the method presented in this article could pinpoint some retrospectively verified molecular determinants. The method is therefore suggested to be employed as a routine in drug Citation: Istyastono, E.P.; Yuniarti, design and discovery. N.; Prasasty, V.D.; Mungkasi, S. PyPLIF HIPPOS-Assisted Prediction Keywords: PyPLIF HIPPOS; AutoDock Vina; drug discovery; fragment-based; molecular determi- of Molecular Determinants of Ligand Binding to Receptors.
    [Show full text]
  • Open Babel Documentation Release 2.3.1
    Open Babel Documentation Release 2.3.1 Geoffrey R Hutchison Chris Morley Craig James Chris Swain Hans De Winter Tim Vandermeersch Noel M O’Boyle (Ed.) December 05, 2011 Contents 1 Introduction 3 1.1 Goals of the Open Babel project ..................................... 3 1.2 Frequently Asked Questions ....................................... 4 1.3 Thanks .................................................. 7 2 Install Open Babel 9 2.1 Install a binary package ......................................... 9 2.2 Compiling Open Babel .......................................... 9 3 obabel and babel - Convert, Filter and Manipulate Chemical Data 17 3.1 Synopsis ................................................. 17 3.2 Options .................................................. 17 3.3 Examples ................................................. 19 3.4 Differences between babel and obabel .................................. 21 3.5 Format Options .............................................. 22 3.6 Append property values to the title .................................... 22 3.7 Filtering molecules from a multimolecule file .............................. 22 3.8 Substructure and similarity searching .................................. 25 3.9 Sorting molecules ............................................ 25 3.10 Remove duplicate molecules ....................................... 25 3.11 Aliases for chemical groups ....................................... 26 4 The Open Babel GUI 29 4.1 Basic operation .............................................. 29 4.2 Options .................................................
    [Show full text]
  • Evaluation of Protein-Ligand Docking Methods on Peptide-Ligand
    bioRxiv preprint doi: https://doi.org/10.1101/212514; this version posted November 1, 2017. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY-NC-ND 4.0 International license. Evaluation of protein-ligand docking methods on peptide-ligand complexes for docking small ligands to peptides Sandeep Singh1#, Hemant Kumar Srivastava1#, Gaurav Kishor1#, Harinder Singh1, Piyush Agrawal1 and G.P.S. Raghava1,2* 1CSIR-Institute of Microbial Technology, Sector 39A, Chandigarh, India. 2Indraprastha Institute of Information Technology, Okhla Phase III, Delhi India #Authors Contributed Equally Emails of Authors: SS: [email protected] HKS: [email protected] GK: [email protected] HS: [email protected] PA: [email protected] * Corresponding author Professor of Center for Computation Biology, Indraprastha Institute of Information Technology (IIIT Delhi), Okhla Phase III, New Delhi-110020, India Phone: +91-172-26907444 Fax: +91-172-26907410 E-mail: [email protected] Running Title: Benchmarking of docking methods 1 bioRxiv preprint doi: https://doi.org/10.1101/212514; this version posted November 1, 2017. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY-NC-ND 4.0 International license. ABSTRACT In the past, many benchmarking studies have been performed on protein-protein and protein-ligand docking however there is no study on peptide-ligand docking.
    [Show full text]
  • In Silico Screening and Molecular Docking of Bioactive Agents Towards Human Coronavirus Receptor
    GSC Biological and Pharmaceutical Sciences, 2020, 11(01), 132–140 Available online at GSC Online Press Directory GSC Biological and Pharmaceutical Sciences e-ISSN: 2581-3250, CODEN (USA): GBPSC2 Journal homepage: https://www.gsconlinepress.com/journals/gscbps (RESEARCH ARTICLE) In silico screening and molecular docking of bioactive agents towards human coronavirus receptor Pratyush Kumar *, Asnani Alpana, Chaple Dinesh and Bais Abhinav Priyadarshini J. L. College of Pharmacy, Electronic Building, Electronic Zone, MIDC, Hingna Road, Nagpur-440016, Maharashtra, India. Publication history: Received on 09 April 2020; revised on 13 April 2020; accepted on 15 April 2020 Article DOI: https://doi.org/10.30574/gscbps.2020.11.1.0099 Abstract Coronavirus infection has turned into pandemic despite of efforts of efforts of countries like America, Italy, China, France etc. Currently India is also outraged by the virulent effect of coronavirus. Although World Health Organisation initially claimed to have all controls over the virus, till date infection has coasted several lives worldwide. Currently we do not have enough time for carrying out traditional approaches of drug discovery. Computer aided drug designing approaches are the best solution. The present study is completely dedicated to in silico approaches like virtual screening, molecular docking and molecular property calculation. The library of 15 bioactive molecules was built and virtual screening was carried towards the crystalline structure of human coronavirus (6nzk) which was downloaded from protein database. Pyrx virtual screening tool was used and results revealed that F14 showed best binding affinity. The best screened molecule was further allowed to dock with the target using Autodock vina software.
    [Show full text]
  • Homology Modeling, Virtual Screening, Prime- MMGBSA, Autodock-Identification of Inhibitors of FGR Protein
    Article Volume 11, Issue 4, 2021, 11088 - 11103 https://doi.org/10.33263/BRIAC114.1108811103 Homology Modeling, Virtual Screening, Prime- MMGBSA, AutoDock-Identification of Inhibitors of FGR Protein Narasimha Muddagoni 1 , Revanth Bathula 1 , Mahender Dasari 1 , Sarita Rajender Potlapally 1,* 1 Molecular Modeling Laboratory, Department of Chemistry, Nizam College, Osmania University, Hyderabad, India; * Correspondence: [email protected], [email protected]; Scopus Author ID 55317928000 Received: 11.11.2020; Revised: 4.12.2020; Accepted: 5.12.2020; Published: 8.12.2020 Abstract: Carcinogenesis is a multi-stage process in which damage to a cell's genetic material changes the cell from normal to malignant. Tyrosine-protein kinase FGR is a protein, member of the Src family kinases (SFks), nonreceptor tyrosine kinases involved in regulating various signaling pathways that promote cell proliferation and migration. FGR protein is also called Gardner-Rasheed Feline Sarcoma viral (v-fgr) oncogene homolog. FGR, FGR protein has an aberrant expression upregulated and activated by the tumor necrosis factor activation (TNF), enhancing the activity of FGR by phosphorylation and activation, causing ovarian cancer. In the present study, 3D structure of FGR protein is built by using comparative homology modeling techniques using MODELLER9.9 program. Energy minimization of protein is done by NAMD-VMD software. The quality of the protein is evaluated with ProSA, Verify 3D and Ramchandran Plot validated tools. The active site of protein is generated using SiteMap and literature Studies. In the present study of research, FGR protein was subjected to virtual screening with TOSLab ligand molecules database in the Schrodinger suite, to result in 12 lead molecules prioritized based on docking score, binding free energy and ADME properties.
    [Show full text]
  • Computer-Aided Drug Design: a Practical Guide
    Computer-Aided Drug Design: A Practical Guide Forrest Smith, Ph.D. Department of Drug Discovery and Development Harrison School of Pharmacy Auburn, University History of Drug Design • Natural Products-Ebers Papyrus, 1500 B.C. documents over 700 plant based products used to treat a variety of illnesses • The rise of Organic Chemistry, middle or the 20th Century, semi-synthetic and synthetic drugs • Computers emerge in the late 1980s, CADD with minimal impact • Automation in the 1990s, High Through-put Screening and Robotics, Compound Libraries • CADD has continued to advance since its introduction with improving capabilities Computational Chemistry • Ab initio calculations • Semi-empirical calculations • Molecular Mechanics Molecular Mechanics Global Minimum Force Fields • MM2, MM3, MM4 • MMFF • AMBER • CHARM • OPLS Finding the Global Minimum • Systematic Search • Monte Carlo Methods • Simulated Annealing • Quenched Dynamics Minor Groove Binders Computer-Aided Drug Design • Structure Based Design – Docking – Molecular Dynamics – Free Energy Perturbation • Ligand Based Design-QSAR – COMFA – Pharmacophore Modeling – Shape Based Methods Docking-The Receptor • X-Ray Crystal Structures – RCSB Protein Data Bank (https://www.rcsb.org/) – Private Data • Homology Modeling • Nuclear Magnetic Resonance Docking- The Ligand • Proprietary Ligands • Databases qReal Databases • FDA approved drugs- (http://chemoinfo.ipmc.cnrs.fr/MOLDB/index.html) • Purchasable compounds Zinc 15, currently 100 million compounds (http://zinc15.docking.org/) q Virtual Databases-
    [Show full text]
  • Hands-On Tutorials of Autodock 4 and Autodock Vina
    Hands-on tutorials of AutoDock 4 and AutoDock Vina Pei-Ying Chu (朱珮瑩) Supervisor: Jung-Hsin Lin (林榮信) Research Center for Applied Sciences, Academia Sinica 2018 Frontiers in Computational Drug Design, Academia Sinica, March 16-20, 2018 AutoDock http://autodock.scripps.edu AutoDock is a suite of automated docking tools. It is designed to predict how small molecules, such as substrates or drug candidates, bind to a receptor of known 3D structure. AutoDock 4 is free and is available under the GNU General Public License. 2 AutoDock Vina http://vina.scripps.edu/ Because the scoring functions used by AutoDock 4 and AutoDock Vina are different and inexact, on any given problem, either program may provide a better result. AutoDock Vina is available under the Apache license, allowing commercial and 3 non-commercial use and redistribution. http://autodock.scripps.edu/downloads These programs were installed on VM. 4 http://mgltools.scripps.edu/ AutoDockTools (ADT) is developed to help set up the docking. ADT is included in MGLTools packages. 5 In general, each docking (AutoDock 4 and/or AutoDock Vina) requires: 1. structure of the receptor (protein), in pdbqt format 2. structure of the ligand (small molecule, drug, etc.) in pdbqt format 3. docking and grid parameters (search space) PDBQT format is very similar to PDB format but it includes partial charges ('Q') and AutoDock 4 (AD4) atom types ('T'). • Preparing the ligand involves ensuring that its atoms are assigned the correct AutoDock4 atom types, adding Gasteiger charges if necessary, merging non-polar hydrogens, detecting aromatic carbons if any, and setting up the 'torsion tree'.
    [Show full text]
  • Impact of the Protein Data Bank Across Scientific Disciplines.Data Science Journal, 19: 25, Pp
    Feng, Z, et al. 2020. Impact of the Protein Data Bank Across Scientific Disciplines. Data Science Journal, 19: 25, pp. 1–14. DOI: https://doi.org/10.5334/dsj-2020-025 RESEARCH PAPER Impact of the Protein Data Bank Across Scientific Disciplines Zukang Feng1,2, Natalie Verdiguel3, Luigi Di Costanzo1,4, David S. Goodsell1,5, John D. Westbrook1,2, Stephen K. Burley1,2,6,7,8 and Christine Zardecki1,2 1 Research Collaboratory for Structural Bioinformatics Protein Data Bank, Rutgers, The State University of New Jersey, Piscataway, NJ, US 2 Institute for Quantitative Biomedicine, Rutgers, The State University of New Jersey, Piscataway, NJ, US 3 University of Central Florida, Orlando, Florida, US 4 Department of Agricultural Sciences, University of Naples Federico II, Portici, IT 5 Department of Integrative Structural and Computational Biology, The Scripps Research Institute, La Jolla, CA, US 6 Research Collaboratory for Structural Bioinformatics Protein Data Bank, San Diego Supercomputer Center, University of California, San Diego, La Jolla, CA, US 7 Rutgers Cancer Institute of New Jersey, Rutgers, The State University of New Jersey, New Brunswick, NJ, US 8 Skaggs School of Pharmacy and Pharmaceutical Sciences, University of California, San Diego, La Jolla, CA, US Corresponding author: Christine Zardecki ([email protected]) The Protein Data Bank archive (PDB) was established in 1971 as the 1st open access digital data resource for biology and medicine. Today, the PDB contains >160,000 atomic-level, experimentally-determined 3D biomolecular structures. PDB data are freely and publicly available for download, without restrictions. Each entry contains summary information about the structure and experiment, atomic coordinates, and in most cases, a citation to a corresponding scien- tific publication.
    [Show full text]
  • Small Molecule and Protein Docking Introduction
    Small Molecule and Protein Docking Introduction • A significant portion of biology is built on the paradigm sequence structure function • As we sequence more genomes and get more structural information, the next challenge will be to predict interactions and binding for two or more biomolecules (nucleic acids, proteins, peptides, drugs or other small molecules) Introduction • The questions we are interested in are: – Do two biomolecules bind each other? – If so, how do they bind? – What is the binding free energy or affinity? • The goals we have are: – Searching for lead compounds – Estimating effect of modifications – General understanding of binding – … Rationale • The ability to predict the binding site and binding affinity of a drug or compound is immensely valuable in the area or pharmaceutical design • Most (if not all) drug companies use computational methods as one of the first methods of screening or development • Computer-aided drug design is a more daunting task, but there are several examples of drugs developed with a significant contribution from computational methods Examples • Tacrine – inhibits acetylcholinesterase and boost acetylcholine levels (for treating Alzheimer’s disease) • Relenza – targets influenza • Invirase, Norvir, Crixivan – Various HIV protease inhibitors • Celebrex – inhibits Cox-2 enzyme which causes inflammation (not our fault) Docking • Docking refers to a computational scheme that tries to find the best binding orientation between two biomolecules where the starting point is the atomic coordinates of the two molecules • Additional data may be provided (biochemical, mutational, conservation, etc.) and this can significantly improve the performance, however this extra information is not required Bound vs. Unbound Docking • The simplest problem is the “bound” docking problem.
    [Show full text]
  • Dockomatic - Automated Ligand Creation and Docking Casey W
    Boise State University ScholarWorks Chemistry Faculty Publications and Presentations Department of Chemistry and Biochemistry 11-8-2010 DockoMatic - Automated Ligand Creation and Docking Casey W. Bullock Boise State University Reed B. Jacob Boise State University Owen M. McDougal Boise State University Greg Hampikian Boise State University Tim Andersen Boise State University This document was originally published by BioMed Central in BMC Research Notes. Copyright restrictions may apply. DOI: 10.1186/ 1756-0500-3-289 DockoMatic - Automated Ligand Creation and Docking Casey W. Bullock1, Reed B. Jacob2, Owen M. McDougal3, Greg Hampikian4, Tim Andersen∗5 1;5Computer Science Department, Boise State University, Boise, Idaho 83725, USA 2;3Department of Chemistry and Biochemistry, Boise State University, Boise, Idaho 83725, USA 4Department of Biological Sciences, Boise State University, Boise, Idaho 83725, USA Email: Casey W. Bullock - [email protected]; Reed B. Jacob - [email protected]; Owen M. McDougal - [email protected]; Greg Hampikian - [email protected]; Tim Andersen∗- [email protected]; ∗Corresponding author Abstract Background: The application of computational modeling to rationally design drugs and characterize macro biomolecular receptors has proven increasingly useful due to the accessibility of computing clusters and clouds. AutoDock is a well-known and powerful software program used to model ligand to receptor binding interactions. In its current version, AutoDock requires significant amounts of user time to setup and run jobs, and collect results. This paper presents DockoMatic, a user friendly Graphical User Interface (GUI) application that eases and automates the creation and management of AutoDock jobs for high throughput screening of ligand to receptor interactions.
    [Show full text]
  • Structure Based Pharmacophore Modeling, Virtual Screening
    www.nature.com/scientificreports OPEN Structure based pharmacophore modeling, virtual screening, molecular docking and ADMET approaches for identifcation of natural anti‑cancer agents targeting XIAP protein Firoz A. Dain Md Opo1,2, Mohammed M. Rahman3*, Foysal Ahammad4, Istiak Ahmed5, Mohiuddin Ahmed Bhuiyan2 & Abdullah M. Asiri3 X‑linked inhibitor of apoptosis protein (XIAP) is a member of inhibitor of apoptosis protein (IAP) family responsible for neutralizing the caspases‑3, caspases‑7, and caspases‑9. Overexpression of the protein decreased the apoptosis process in the cell and resulting development of cancer. Diferent types of XIAP antagonists are generally used to repair the defective apoptosis process that can eliminate carcinoma from living bodies. The chemically synthesis compounds discovered till now as XIAP inhibitors exhibiting side efects, which is making difculties during the treatment of chemotherapy. So, the study has design to identifying new natural compounds that are able to induce apoptosis by freeing up caspases and will be low toxic. To identify natural compound, a structure‑ based pharmacophore model to the protein active site cavity was generated following by virtual screening, molecular docking and molecular dynamics (MD) simulation. Initially, seven hit compounds were retrieved and based on molecular docking approach four compounds has chosen for further evaluation. To confrm stability of the selected drug candidate to the target protein the MD simulation approach were employed, which confrmed stability of the three compounds. Based on the fnding, three newly obtained compounds namely Caucasicoside A (ZINC77257307), Polygalaxanthone III (ZINC247950187), and MCULE‑9896837409 (ZINC107434573) may serve as lead compounds to fght against the treatment of XIAP related cancer, although further evaluation through wet lab is necessary to measure the efcacy of the compounds.
    [Show full text]
  • BUDE: GPU-Accelerated Molecular Docking for Drug Discovery
    BUDE A General Purpose Molecular Docking Program Using OpenCL Richard B Sessions 1 The molecular docking problem Proteins typically O(1000) atoms ligand Ligands typically O(100) atoms predicted complex receptor 1 Sampling (6-degrees of freedom) EMC 2 Binding affinity prediction EFE-FF 2 An atom-atom based forcefield parameterised according to atom type, analagous to standard molecular mechanics 3 Empirical Free Energy Forcefield McIntosh-Smith, S., et al., Benchmarking Energy Efficiency, Power Costs and Carbon Emissions on Heterogeneous Systems. soft core Computer Journal, 2012. 55(2): p. 192-205. Re-docking a ligand into the Xray Structure (good prediction == low RMSD) 1CIL (Human carbonic anhydrase II) RMSD ~ 0.2 Å 5 Another example 1EZQ (Human Factor XA) RMSD ~ 1.2 Å 6 Accuracy of Pose Prediction (re-docking the BindingDB validation set, 84 complexes) www.bindingdb.org 7 Binding Energy Prediction: is BUDE any better? Mike Hann’s 2006 test of docking software Yes – better but not perfect! 8 BUDE Simplified Flow Diagram (C++/OpenCL) Start BUDE Enter Initial End BUDE Data Yes Data Error(s)? Reading Print Help Yes No Error(s)? Write Control File Prepare Data for Docking No Docking Info Type Docking End BUDE Act on No Option Small Yes Large Error(s)? Site Docking Surface Docking Generate Surface Pairs Calculate Energies Do Docking Print Results No Do Generation Rank Energies Host Job Parallel EMC Code? Score Results Accelerated Job Yes Yes Last No Generation 9 BUDE’s heterogeneous approach 1. Discover all OpenCL platforms/devices, inc. both CPUs and GPUs 2. Run a micro benchmark on each device, ideally a short piece of real work 3.
    [Show full text]