Stratagems for Effective Function Evaluation in Computational Chemistry

Total Page:16

File Type:pdf, Size:1020Kb

Stratagems for Effective Function Evaluation in Computational Chemistry Stratagems for Effective Function Evaluation in Computational Chemistry Gwyn S. Skone Keble College Doctor of Philosophy University of Oxford Mathematical, Physical, and Life Sciences Division Computing Laboratory May 2010 Version 1.0 (beta) submitted November 2009 and examined February 2010. Version 1.1 (revised) submitted April 2010 and approved May 2010. Final printing July 2010. Abstract In recent years, the potential benefits of high-throughput virtual screening to the drug discovery community have been recognized, bringing an increase in the number of tools developed for this purpose. These programs have to process large quantities of data, searching for an optimal solution in a vast combinatorial range. This is particularly the case for protein-ligand docking, since proteins are sophisticated structures with complicated interactions for which either molecule might reshape itself. Even the very limited flexibility model to be considered here, using ligand conformation ensembles, requires six dimensions of exploration — three translations and three rotations — per rigid conformation. The functions for evaluating pose suitability can also be complex to calculate. Consequently, the programs being written for these biochemical simulations are extremely resource-intensive. This work introduces a pure computer science approach to the field, developing techniques to improve the effectiveness of such tools. Their architecture is generalized to an abstract pattern of nested layers for discussion, covering scoring functions, search methods, and screening overall. Based on this, new stratagems for molecular docking software design are described, including lazy or partial evaluation, geometric analysis, and parallel processing implementation. In addition, a range of novel algorithms are presented for applications such as active site detection with linear complexity (PIES) and small molecule shape description (PASTRY) for pre-alignment of ligands. The various stratagems are assessed individually and in combination, using several modified versions of an existing docking program, to demonstrate their benefit to virtual screening in practical contexts. In particular, the importance of appropriate precision in calculations is highlighted. 3 Contents Abstract 3 List of Symbols and Abbreviations 8 List of Figures 10 List of Tables 13 List of Listings 14 Acknowledgements 15 1 Introduction 17 1.1 Biochemistry . 17 1.1.1 Drug Discovery . 18 1.2 Computer Science . 20 1.2.1 This Thesis . 21 2 Literature Review 23 2.1 Molecular Representation . 23 2.2 Molecular Comparison . 28 2.3 Protein Structure Prediction . 29 2.3.1 Native Structure Prediction — The Folding Problem . 30 2.3.2 Complexed Structure Prediction — The Docking Problem . 32 2.4 Current Areas of Research . 47 2.4.1 Lead Compound Identification . 49 2.4.2 Reviews . 51 3 Early Work 53 3.1 FFT Alignment . 53 3.2 Sphere Trees . 54 3.2.1 Bonded Sphere Trees for Molecular Representation . 55 3.2.2 Test Program (cSpheres) . 57 3.3 Scoring Functions and Search Methods . 59 3.3.1 Piecewise Linear Potential . 61 3.3.2 XScore . 61 3.3.3 Search Methods . 63 3.4 The DOX Family . 64 3.4.1 DOX ..................................... 64 3.4.2 DOXGA .................................. 65 3.4.3 OrthoDOX ................................. 65 3.5 XScore Implementation . 66 3.5.1 Surface Calculations . 66 3.5.2 Recalibration . 67 4 Contents 4 Stratagems From Computer Science 69 4.1 Context and Existing Technology . 69 4.2 Stratagems for Consideration . 70 4.2.1 Scoring . 70 4.2.2 Searching . 71 4.2.3 Screening . 73 4.3 Applications and Examples . 75 4.3.1 Geometric Guidance . 77 4.3.2 Efficient Exploration . 78 4.3.3 Properties, Priority, and Parallelization . 79 4.4 Assessment Criteria . 80 5 Geometric Guidance 83 5.1 Quaternion Rotations . 83 5.1.1 Comparison with Euler Angles . 85 5.2 Predicted Pocket Positioning . 87 5.2.1 PIES . 87 5.2.2 PASS . 96 5.2.3 Comparison of Pocket Detection Methods . 97 5.2.4 Pre-Positioned Docking Results . 99 5.2.5 Automatic Search Extents . 101 5.3 Shape Descriptors . 106 5.3.1 USR . 106 5.3.2 PASTRY . 107 5.3.3 Comparison of Shape Descriptors . 108 5.3.4 Ligand Alignment Using Known Poses . 111 5.3.5 Pre-Aligned Docking Results . 113 6 Efficient Exploration 117 6.1 Local Optimization . 117 6.1.1 Local Searches Versus GA Generations . 120 6.2 Look-Up Table Interpolation . 121 6.3 Lazy Evaluation: Caching Look-Up Tables . 125 6.4 Early Rejection . 127 6.4.1 Scoring-Based Early Rejection . 128 6.4.2 Pose-Based Early Rejection . 134 6.4.3 Quota-Based Early Rejection . 137 7 Properties, Priority, and Parallelization 143 7.1 Knowledge Bases . 143 7.1.1 Normalized Scores . 146 7.2 Learnable Properties . 148 7.2.1 Conformation Prioritization . 150 7.3 Job Control . 151 7.4 Multi-Processor Distribution . 153 5 Contents 8 Comparisons and Conclusions 157 8.1 Results: Assessment of Stratagems . 157 8.2 Future Work: More Stratagems to Consider . 160 8.2.1 Pharmacophores and Alignment . 160 8.2.2 Directed Search Heuristics . 161 8.2.3 Search Methods . 162 8.2.4 Sphere Tree Representations . 163 8.3 Conclusions . 163 8.3.1 Scoring, Searching, and Screening . 165 8.3.2 A Strategy . 166 A Fundamentals of Protein Structure 171 A.1 Introduction . 171 A.1.1 Primary Structure . 172 A.1.2 Secondary Structure . 173 A.1.3 Tertiary Structure . 174 A.1.4 Quaternary Structure . 174 A.2 Protein Behaviour and Interactions . 174 A.2.1 Folding . 174 A.2.2 Binding . 174 A.2.3 Structure Identification . 175 A.2.4 Biochemistry . 176 B FFT Tesselation Test 177 B.1 Implementation . 177 B.1.1 Background . 177 B.1.2 Interface . 178 B.1.3 Testing . 180 B.1.4 Extension . 182 B.2 Gradual Refinement Algorithm . 183 B.2.1 Pipelined Architecture . 183 B.2.2 Development . 184 C Dotty Surfaces 187 C.1 Motivation . 187 C.2 Method . 188 D XScore Calibration 191 D.1 Training Cases and Function Data . 191 E Test Configurations 195 E.1 Molecule Test Cases . 197 E.1.1 1AF2 . 197 E.1.2 1K3U . 197 E.1.3 The Astex Diverse Set . 199 E.1.4 The Astex Mini Set . 200 E.2 Hardware Platforms . 200 E.3 DOX Editions: Strategies and Codes . ..
Recommended publications
  • Rdock Reference Guide Rdock Development Team August 27, 2015 Contents
    rDock Reference Guide rDock Development Team August 27, 2015 Contents 1 Preface 4 2 Acknowledgements 4 3 Introduction 4 4 Configuration 4 5 Cavity mapping 6 5.1 Two sphere method . 6 5.2 Reference ligand method . 8 6 Scoring function reference 11 6.1 Component Scoring Functions . 11 6.1.1 van der Waals potential . 11 6.1.2 Empirical attractive and repulsive polar potentials . 11 6.1.3 Solvation potential . 12 6.1.4 Dihedral potential . 13 6.2 Intermolecular scoring functions under evaluation . 13 6.2.1 Training sets . 13 6.2.2 Scoring Functions Design . 13 6.2.3 Scoring Functions Validation . 14 6.3 Code Implementation . 15 7 Docking protocol 17 7.1 Protocol Summary . 17 7.1.1 Pose Generation . 17 7.1.2 Genetic Algorithm . 17 7.1.3 Monte Carlo . 17 7.1.4 Simplex . 18 7.2 Code Implementation . 18 7.3 Standard rDock docking protocol (dock.prm) . 18 8 System definition file reference 22 8.1 Receptor definition . 22 8.2 Ligand definition . 23 8.3 Solvent definition . 24 8.4 Cavity mapping . 25 8.5 Cavity restraint . 27 8.6 Pharmacophore restraints . 27 8.7 NMR restraints . 28 8.8 Example system definition files . 28 9 Molecular files and atoms typing 30 9.1 Atomic properties. 30 9.2 Difference between formal charge and distributed formal charge . 30 9.3 Parsing a MOL2 file . 31 9.4 Parsing an SD file . 31 9.5 Assigning distributed formal charges to the receptor . 31 10 rDock file formats 32 10.1 .prm file format .
    [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]
  • Ftitr Tutirgr Held Thuraday
    San Jon, Cal. fhit 31nsr Pasffie Game Subs Rate, $1.00 Rally to be Per Quarter ftitr Tutirgr Held Thuraday 2 2 X! I . J1,1-1 11.1FURNiA, WED \ I --1).\1., (2LI OBER II, 19i; r_12 Attractive Program for NOTICE Concert Series Tickets Placed on In order to choose a yell leader Pre-game Rally Planned; for the coming year, an election Sale Today, Committee Announces; will be held in front of the Morris Dailey auditorium all dily today, Parade Will Climax Fun Wednesday, October II. Presi- Naom Blinder, Violinist, Here Nov. 7 dent Covello asks every tudent Wildest Event of Evening Will to cooperate by voting. The Car.- Probably Be Parade Thru Leads Rally Famous Violinist To Appear Concert Series Tickets Sale didate re Howard Burns and Enthusiasm Downtown San Jose 7 (,hairman Shown Jim Hamilton. At S. J. State Nov. 'psis By Students Will In Music Program Dud DeGroot and Team - - -- Speeches During Alice Dixon Heads Conimittee Give \ the initial concert in the IO33- +4 Rally In Auditorium E. Higgins Of Music Department _ _ Plans rie, San Jose State music 'rivers will Concert &ries iniee the opportunity to bear Naom di,. ,rantest pre -game rally in the Radio Pep Rally Blinder. famous violinist, N9V. 7. ot San Jose State will be held in The tickets tor 'la Blinder is now concert master of th, series go on sal,- today '. Morris Dailey auditorium thit ir. qa. -peed san Francisco Symphony orchestra, and The!. may also be ! mening at 7:30, according to At Station KQW porch:, .
    [Show full text]
  • What Is Discovery Studio?
    Discovery Studio 2.0 Accelrys Life Science Tool 林進中 分子視算 What is Discovery Studio? • Discovery Studio is a complete modelling and simulations environment for Life Science researchers – Interactive, visual and integrated software – Consistent, contemporary user interface for added ease-of-use – Tools for visualisation, protein modeling, simulations, docking, pharmacophore analysis, QSAR and library design – Access computational servers and tools, share data, monitor jobs, and prepare and communicate their project progress – Windows and Linux clients and servers Accelrys Discovery Studio Application Discovery Studio Pipeline ISV Materials Discovery Accord WeWebbPPortort Pipeline ISV Materials Discovery Accord (web Studio Studio (web PilotPilot ClientClient Studio Studio ClientsClients access) (Pro or Lite ) (e.g., Client Client access) (Pro or Lite ) (e.g., Client Client Spotfire) Spotfire) Client Integration Layer SS c c i iT T e e g g i ic c P P l la a t t f f o o r r m m Tool Integration Layer Data Access Layer Cmd-Line Isentris Chemistry Biology Materials Accord Accord IDBS Oracle ISIS Reporting Statistics ISV Tools Databases Pipeline Pilot - Data Processing and Integration • Integration of data from multiple disparate data sources • Integration of disparate applications – Third party vendors and in- house developed codes under the same environment Pipeline Pilot - Data Processing and Integration • Automated execution of routine processes • Standardised data management • Capture of workflows and deployment of best practice Interoperability
    [Show full text]
  • Getting Started with Rdock Dr
    Getting Started with rDock Dr. David Morley Getting Started with rDock Dr. David Morley Copyright © 2006 Vernalis Table of Contents Overview ............................................................................................................ vi 1. Prerequisites ..................................................................................................... 1 2. Unpacking the distribution files ............................................................................ 2 3. Building rDock .................................................................................................. 4 4. Running a short validation experiment ................................................................... 6 iv List of Tables 1.1. Required packages for building and running rDock ................................................ 1 2.1. rDock distribution files ..................................................................................... 2 3.1. Standard tmake build targets provided ............................................................... 4 4.1. Complexes included in the cpu_benchmark experiment ...................................... 6 4.2. rDock score components output as SD data fields .................................................. 7 v Overview rDock is a high-throughput molecular docking platform for protein and RNA targets. Under devel- opment at Vernalis (formerly RiboTargets) since 1998, the software (formerly known as RiboDock1), scoring functions, and search protocols have been refined continuously to meet the de-
    [Show full text]
  • Open Source Molecular Modeling
    Accepted Manuscript Title: Open Source Molecular Modeling Author: Somayeh Pirhadi Jocelyn Sunseri David Ryan Koes PII: S1093-3263(16)30118-8 DOI: http://dx.doi.org/doi:10.1016/j.jmgm.2016.07.008 Reference: JMG 6730 To appear in: Journal of Molecular Graphics and Modelling Received date: 4-5-2016 Accepted date: 25-7-2016 Please cite this article as: Somayeh Pirhadi, Jocelyn Sunseri, David Ryan Koes, Open Source Molecular Modeling, <![CDATA[Journal of Molecular Graphics and Modelling]]> (2016), http://dx.doi.org/10.1016/j.jmgm.2016.07.008 This is a PDF file of an unedited manuscript that has been accepted for publication. As a service to our customers we are providing this early version of the manuscript. The manuscript will undergo copyediting, typesetting, and review of the resulting proof before it is published in its final form. Please note that during the production process errors may be discovered which could affect the content, and all legal disclaimers that apply to the journal pertain. Open Source Molecular Modeling Somayeh Pirhadia, Jocelyn Sunseria, David Ryan Koesa,∗ aDepartment of Computational and Systems Biology, University of Pittsburgh Abstract The success of molecular modeling and computational chemistry efforts are, by definition, de- pendent on quality software applications. Open source software development provides many advantages to users of modeling applications, not the least of which is that the software is free and completely extendable. In this review we categorize, enumerate, and describe available open source software packages for molecular modeling and computational chemistry. 1. Introduction What is Open Source? Free and open source software (FOSS) is software that is both considered \free software," as defined by the Free Software Foundation (http://fsf.org) and \open source," as defined by the Open Source Initiative (http://opensource.org).
    [Show full text]
  • Protein-Protein Docking and Molecular Dynamics Simulations Elucidated Binding Modes of FUBI-P62 UBA Complex
    Chongruchiroj et al., 2015 Original Article TJPS The Thai Journal of Pharmaceutical Sciences 39 (4), October - December 2015: 171-179 Protein-Protein Docking and Molecular Dynamics Simulations Elucidated Binding Modes of FUBI-p62 UBA Complex Sumet Chongruchiroj1, Panida Kongsawadworakul 2, Veena Nukoolkarn3, Montree Jaturanpinyo4, 5 6 1,* Wichit Nosoong-noen , Jiraporn Chingunpitak , Jaturong Pratuangdejkul 1Department of Microbiology, Faculty of Pharmacy, Mahidol University, Bangkok 10400, Thailand 2Department of Plant Science, Faculty of Science, Mahidol University, Bangkok 10400, Thailand 3Department of Pharmacognosy, Faculty of Pharmacy, Mahidol University, Bangkok 10400, Thailand 4Department of Manufacturing Pharmacy, Faculty of Pharmacy, Mahidol University, Bangkok 10400, Thailand 5Department of Pharmacy, Faculty of Pharmacy, Mahidol University, Bangkok 10400, Thailand 6School of Pharmacy, Walailak University, Nakhon Si Thammarat 80161, Thailand Abstract The cytosolic Fau protein, a precursor of antimicrobial peptide, composes of ubiquitin-like domain FUBI at N- terminus and ribosomal protein rpS30 at C-terminus. Fau has been important in killing of intracellular Mycobacterium tuberculosis infection through autophagy-targeting p62 mechanism. The p62 adapter protein delivered microbicidal protein rpS30 to autolysosome where it was converted into antimicrobial peptides capable of killing M. tuberculosis in mycobacterial phagosome. Recently, direct interaction of FUBI and p62 UBA domain has been established using immunoprecipitation. In the absence of experimental complex structure of FUBI and p62 UBA, understanding of binding interaction could be extensively characterized using molecular modeling techniques. The aim of this study was to elucidate the binding mode of interaction between FUBI and p62 UBA. Based on the conserved hydrophobic binding regions of FUBI and p62 UBA domain, 334 docked poses were predicted using the ZDOCK and RDOCK protein-protein docking algorithms.
    [Show full text]
  • Molecular Modeling in Drug Design
    molecules Molecular Modeling in Drug Design Edited by Rebecca C. Wade and Outi M. H. Salo-Ahen Printed Edition of the Special Issue Published in Molecules www.mdpi.com/journal/molecules Molecular Modeling in Drug Design Molecular Modeling in Drug Design Special Issue Editors Rebecca C. Wade Outi M. H. Salo-Ahen MDPI • Basel • Beijing • Wuhan • Barcelona • Belgrade Special Issue Editors Rebecca C. Wade Outi M. H. Salo-Ahen HITS gGmbH/Heidelberg University Abo˚ Akademi University Germany Finland Editorial Office MDPI St. Alban-Anlage 66 4052 Basel, Switzerland This is a reprint of articles from the Special Issue published online in the open access journal Molecules (ISSN 1420-3049) from 2018 to 2019 (available at: https://www.mdpi.com/journal/molecules/ special issues/MMDD) For citation purposes, cite each article independently as indicated on the article page online and as indicated below: LastName, A.A.; LastName, B.B.; LastName, C.C. Article Title. Journal Name Year, Article Number, Page Range. ISBN 978-3-03897-614-1 (Pbk) ISBN 978-3-03897-615-8 (PDF) c 2019 by the authors. Articles in this book are Open Access and distributed under the Creative Commons Attribution (CC BY) license, which allows users to download, copy and build upon published articles, as long as the author and publisher are properly credited, which ensures maximum dissemination and a wider impact of our publications. The book as a whole is distributed by MDPI under the terms and conditions of the Creative Commons license CC BY-NC-ND. Contents About the Special Issue Editors ..................................... vii Preface to ”Molecular Modeling in Drug Design” ..........................
    [Show full text]
  • Computational Modeling of Rna-Small Molecule and Rna-Protein Interactions
    The Texas Medical Center Library DigitalCommons@TMC The University of Texas MD Anderson Cancer Center UTHealth Graduate School of The University of Texas MD Anderson Cancer Biomedical Sciences Dissertations and Theses Center UTHealth Graduate School of (Open Access) Biomedical Sciences 8-2015 COMPUTATIONAL MODELING OF RNA-SMALL MOLECULE AND RNA-PROTEIN INTERACTIONS Lu Chen Follow this and additional works at: https://digitalcommons.library.tmc.edu/utgsbs_dissertations Part of the Bioinformatics Commons, Biophysics Commons, Medicinal-Pharmaceutical Chemistry Commons, Pharmaceutics and Drug Design Commons, Statistical Models Commons, and the Structural Biology Commons Recommended Citation Chen, Lu, "COMPUTATIONAL MODELING OF RNA-SMALL MOLECULE AND RNA-PROTEIN INTERACTIONS" (2015). The University of Texas MD Anderson Cancer Center UTHealth Graduate School of Biomedical Sciences Dissertations and Theses (Open Access). 626. https://digitalcommons.library.tmc.edu/utgsbs_dissertations/626 This Dissertation (PhD) is brought to you for free and open access by the The University of Texas MD Anderson Cancer Center UTHealth Graduate School of Biomedical Sciences at DigitalCommons@TMC. It has been accepted for inclusion in The University of Texas MD Anderson Cancer Center UTHealth Graduate School of Biomedical Sciences Dissertations and Theses (Open Access) by an authorized administrator of DigitalCommons@TMC. For more information, please contact [email protected]. Title page COMPUTATIONAL MODELING OF RNA- SMALL MOLECULE AND RNA-PROTEIN INTERACTIONS A DISSERTATION Presented to the Faculty of The University of Texas Health Science Center at Houston and The University of Texas M.D. Anderson Cancer Center Graduate School of Biomedical Sciences In Partial Fulfillment of the Requirements for the Degree of DOCTOR OF PHILOSOPHY by Lu Chen, B.S.
    [Show full text]
  • A Review on Applications of Molecular Docking in Drug Designing
    Indo American Journal of Pharmaceutical Research, 2017 ISSN NO: 2231-6876 A REVIEW ON APPLICATIONS OF MOLECULAR DOCKING IN DRUG DESIGNING 1* 2 1 M. Venkata Saileela , Dr. M. Venkateswar Rao , Venkata Rao Vutla 1Department of Pharmaceutical Analysis, Chalapathi Institute of Pharmaceutical Sciences, Lam, Guntur. 2 Department of Pharmacology, Guntur Medical College, Guntur. ARTICLE INFO ABSTRACT Article history Molecular docking is a computational modelling of structure of complexes formed by two or Received 11/04/2017 more interacting molecules. In the field of molecular modelling, docking is a method which Available online predicts the preferred orientation of one molecule to a second when bound to each other to 30/04/2017 form a stable complex. Knowledge of the preferred orientation in turn may be used to predict the strength of association or binding affinity between two molecules using scoring functions. Keywords Molecular docking is one of the most frequently used in structure based drug design due to its Molecular Modelling, ability to predict the binding-conformation of small molecules ligands to the appropriate Scoring Functions. target binding site. Corresponding author M. Venkata Saileela Department Pharmaceutical Analysis, Chalapathi institute of Pharmaceutical Sciences, Lam, Guntur [email protected] Please cite this article in press as M. Venkata Saileela et al. A Review on Applications of Molecular Docking in Drug Designing. Indo American Journal of Pharmaceutical Research.2017:7(04). C opy right © 2017 This is an Open Access article distributed under the terms of the Indo American journal of Pharmaceutical 8391 Research, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
    [Show full text]
  • Intuitive, Reproducible High-Throughput Molecular Dynamics in Galaxy: a Tutorial
    bioRxiv preprint doi: https://doi.org/10.1101/2020.05.08.084780; this version posted May 10, 2020. 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 4.0 International license. Intuitive, reproducible high-throughput molecular dynamics in Galaxy: a tutorial Simon A. Bray1, Tharindu Senapathi2, Christopher B. Barnett2, , and Björn A. Grüning1, 1Department of Computer Science, University of Freiburg, Georges-Kohler-Allee 106, Freiburg, Germany 2Scientific Computing Research Unit, University of Cape Town, 7700 Cape Town, South Africa This paper is a tutorial developed for the data analysis platform references for further reading. It presumes that the user has Galaxy. The purpose of Galaxy is to make high-throughput a basic understanding of the Galaxy platform. The aim is computational data analysis, such as molecular dynamics, a to guide the user through the various steps of a molecular dy- structured, reproducible and transparent process. In this tu- namics study, from accessing publicly available crystal struc- torial we focus on 3 questions: How are protein-ligand systems tures, to performing MD simulation (leveraging the popular parameterized for molecular dynamics simulation? What kind GROMACS (6, 7) engine), to analysis of the results. of analysis can be carried out on molecular trajectories? How can high-throughput MD be used to study multiple ligands? Af- The entire analysis described in this article can be con- ter finishing you will have learned about force-fields and MD pa- ducted efficiently on any Galaxy server which has the rameterization, how to conduct MD simulation and analysis for needed tools.
    [Show full text]
  • A Multidisciplinary Approach to Coronavirus Disease (COVID-19)
    molecules Review A Multidisciplinary Approach to Coronavirus Disease (COVID-19) Aliye Gediz Erturk 1, Arzu Sahin 2, Ebru Bati Ay 3, Emel Pelit 4, Emine Bagdatli 1,*, Irem Kulu 5, Melek Gul 6,*, Seda Mesci 7, Serpil Eryilmaz 8 , Sirin Oba Ilter 9 and Tuba Yildirim 10 1 Department of Chemistry, Faculty of Arts and Sciences, Ordu University, Altınordu, Ordu 52200, Turkey; [email protected] 2 Department of Basic Medical Sciences—Physiology, Faculty of Medicine, U¸sakUniversity, 1-EylulU¸sak64000, Turkey; [email protected] 3 Department of Plant and Animal Production, Suluova Vocational School, Amasya University, Suluova, Amasya 05100, Turkey; [email protected] 4 Department of Chemistry, Faculty of Arts and Sciences, Kırklareli University, Kırklareli 39000, Turkey; [email protected] 5 Department of Chemistry, Faculty of Basic Sciences, Gebze Technical University, Kocaeli 41400, Turkey; [email protected] 6 Department of Chemistry, Faculty of Arts and Sciences, Amasya University, Ipekkoy, Amasya 05100, Turkey 7 Scientific Technical Application and Research Center, Hitit University, Çorum 19030, Turkey; [email protected] 8 Department of Physics, Faculty of Arts and Sciences, Amasya University, Ipekkoy, Amasya 05100, Turkey; [email protected] 9 Food Processing Department, Suluova Vocational School, Amasya University, Suluova, Amasya 05100, Turkey; [email protected] Citation: Gediz Erturk, A.; Sahin, A.; 10 Department of Biology, Faculty of Arts and Sciences, Amasya University, Ipekkoy, Amasya 05100, Turkey; Bati Ay, E.; Pelit, E.; Bagdatli, E.; Kulu, [email protected] I.; Gul, M.; Mesci, S.; Eryilmaz, S.; * Correspondence: [email protected] (E.B.); [email protected] (M.G.); Tel.: +90-358-2421613 (M.G.) Oba Ilter, S.; et al.
    [Show full text]