Chemical File Format Conversion Tools : a N Overview

Total Page:16

File Type:pdf, Size:1020Kb

Chemical File Format Conversion Tools : a N Overview International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 Vol. 3 Issue 2, February - 2014 Chemical File Format Conversion Tools : A n Overview Kavitha C. R Dr. T Mahalekshmi Research Scholar, Bharathiyar University Principal Dept of Computer Applications Sree Narayana Institute of Technology SNGIST Kollam, India Cochin, India Abstract— There are a lot of chemical data stored in large different chemical file formats. Three types of file format databases, repositories and other resources. These data are used conversion tools are discussed in section III. And the by different researchers in different applications in various areas conclusion is given in section IV followed by the references. of chemistry. Since these data are stored in several standard chemical file formats, there is a need for the inter-conversion of II. CHEMICAL FILE FORMATS chemical structures between different formats because all the formats are not supported by various software and tools used by A chemical is a collection of atoms bonded together the researchers. Therefore it becomes essential to convert one file in space. The structure of a chemical makes it unique and format to another. This paper reviews some of the chemical file gives it its physical and biological characteristics. This formats and also presents a few inter-conversion tools such as structure is represented in a variety of chemical file formats. Open Babel [1], Mol converter [2] and CncTranslate [3]. These formats are used to represent chemical structure records and its associated data fields. Some of the file Keywords— File format Conversion, Open Babel, mol formats are CML (Chemical Markup Language), SDF converter, CncTranslate, inter- conversion tools. (Structural Data format), PDB (Protein Data Bank), SMILES (Simplified Molecular Input Line Entry I. INTRODUCTION Specifications) and XYZ file format. Using different chemical file formats, molecules can be represented and can Cheminformatics deals with the process of storing be saved with their corresponding extension like “.pdb”, and retrieving information about chemical compounds.IJERTIJERT “.sdf”, “.xyz” etc. The following paragraphs discuss some These chemical compounds are available in different of the existing file formats. formats in the chemical databases [4, 5] and other repositories. These representations focus on specific atomic A. Chemical Markup Language (CML) or molecular information and may not attempt to store all Chemical Markup Language (ChemML or CML) [7] possible chemical data. For example, coordinate information was developed by Peter Murray-Rust and Henry Rzepa in is available in line notations like Simplified molecular-input 1995. Chemical markup language (CML) was developed line-entry system (SMILES) [6], chemical bonding data is for containing chemical information components within not present in crystallographic or quantum mechanical documents. CML supports a wide range of chemical formats and Hydrogen atoms are omitted in x-ray concepts such as molecules, reactions, spectra and crystallography format. There is some loss of information in analytical data, computational chemistry and chemical other types of representations also. In order to avoid these crystallography and materials. As an example, the CML for problems, a standard format has been used for storing methanol [8] is given below: chemical data, which also include the recently developed <molecule id="METHANOL"> Chemical Markup Language (CML) [7] format. Using such atomArray> standard formats for storing chemical data makes everything <stringArray builtin="elementType">C O H H much easier i.e. the output of one module can be the input H H</stringArray> for another. But a difficulty that is faced by the researchers <floatArray builtin="x3" units="pm"> in the field of cheminformatics area is the interconversion of -0.748 0.558 -1.293 -1.263 -0.699 0.716 molecular structures between different formats which is a </floatArray> process of extracting and interpreting the chemical data and atomArray> semantics. </molecule> The main aim of this paper is to present the readers with the review of inter-conversion of molecular structures B. Structure Data Format (SDF) between different formats. The remaining paper is organized Structure Data Format (SDF) [9] also known as SD into 4 sections. Section II gives an overview of the five Files is a common chemical file formats used to represent IJERTV3IS21232 www.ijert.org 2111 International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 Vol. 3 Issue 2, February - 2014 multiple chemical structure records and associated data A PDB file describing a protein can contain fields. SDF was developed and published by Molecular hundreds to thousands of lines. The figure 3 shows a Design Limited (MDL) and became the most widely used sample PDB file which describes the structure of a standard for importing and exporting information on synthetic collagen-like peptide. chemicals. The general format of an SDF file consists of blocks of information, with a single compound record format represented as shown in the figure1 below. HEADER EXTRACELLULAR MATRIX 22-JAN-98 1A3I TITLE X-RAY CRYSTALLOGRAPHIC DETERMINATION OF A COLLAGEN- LIKE TITLE 2 PEPTIDE WITH THE REPEATING SEQUENCE (PRO-PRO-GLY) ... EXPDTA X-RAY DIFFRACTION AUTHOR R.Z.KRAMER,L.VITAGLIANO,J.BELLA,R.BERISIO,L.MAZZARELLA, AUTHOR 2 B.BRODSKY,A.ZAGARI,H.M.BERMAN ... REMARK 350 BIOMOLECULE: 1 REMARK 350 APPLY THE FOLLOWING TO CHAINS: A, B, C REMARK 350 BIOMT1 1 1.000000 0.000000 0.000000 0.00000 REMARK 350 BIOMT2 1 0.000000 1.000000 0.000000 0.00000 Fig. 1 SDF file general format [10] ... SEQRES 1 A 9 PRO PRO GLY PRO PRO GLY PRO PRO GLY The figure 1 represents the SDF file format where *c = SEQRES 1 B 6 PRO PRO GLY PRO PRO GLY SEQRES 1 C 6 PRO PRO GLY PRO PRO GLY compound record format is repeated for the length of the SDF ... file, *d = data item format is repeated for each data item ATOM 1 N PRO A 1 8.316 21.206 21.530 1.00 17.44 N ATOM 2 CA PRO A 1 7.608 20.729 20.336 1.00 17.44 C associated with a compound record, *l = a separate line is used ATOM 3 C PRO A 1 8.487 20.707 19.092 1.00 17.44 C for each data value. MOL file format is the MDL format for ATOM 4 O PRO A 1 9.466 21.457 19.005 1.00 17.44 O ATOM 5 CB PRO A 1 6.460 21.723 20.211 1.00 22.26 C storage of chemical structure information. A sample SDF file ... for 1, 2-trans-dichloroethene containing 4 data fields each is HETATM 130 C ACY 401 3.682 22.541 11.236 1.00 21.19 C shown in figure 2 below. HETATM 131 O ACY 401 2.807 23.097 10.553 1.00 21.19 O HETATM 132 OXT ACY 401 4.306 23.101 12.291 1.00 21.19 O Fig. 3 PDB file describing a protein [12] HEADER (1st line in Fig 3), TITLE (2nd line in Fig 3) and AUTHOR (6th line in Fig 3) records gives the researcher‟s information who defined the structure. REMARK (9th line in Fig 3) records contains free-form annotation, but can also include standardized information; for example, the REMARK 350 BIOMT records describe how to compute the coordinates IJERTIJERTof the experimentally observed multimer from those of the explicitly specified ones of a single repeating unit. SEQRES (13th line in Fig 3) records give the sequences of the three peptide chains (named A, B and C), which are very short in this example but usually span multiple lines. ATOM (16th line in Fig 3) records describe the coordinates of the atoms that are part of the protein. For example, the first ATOM line above describes the alpha-N atom of the first residue of peptide chain A, which is a proline residue; the first three floating point numbers are its x, y and z coordinates and are in units of Angstroms. The next three columns are the occupancy, Fig. 2 sample SDF file 1, 2-trans-dichloroethene [11] temperature factor, and the element name, respectively. HETATM (21st) records describe coordinates of hetero-atoms, i.e. those atoms which are not part of the protein molecule. C. Protein Data Bank (PDB) [12] The Protein Data Bank (PDB) file format [12] is a textual file format describing the three dimensional D. SMILES structures of molecules held in the Protein Data Bank. The PDB format provides protein description and annotation, SMILES (Simplified Molecular Input Line Entry nucleic acid structures including atomic coordinates, Specification) notation was developed in 1988 by Weininger. observed side chain rotamers, secondary structure [6] A SMILE is a string notation used to describe the nature assignments and also the atomic connectivity. Structures and topology of molecular structures. It is a specification in which are deposited with other molecules such as water, the form of a line notation for describing the structure of ions, nucleic acids, ligands etc. can also be described in the chemical molecules using American Standard Code for pdb format. Information Interchange (ASCII) strings. SMILES strings include connectivity but do not include 2D or 3D coordinates. IJERTV3IS21232 www.ijert.org 2112 International Journal of Engineering Research & Technology (IJERT) ISSN: 2278-0181 Vol. 3 Issue 2, February - 2014 Hydrogen atoms are not represented. Other atoms are III. FILE FORMAT CONVERSION TOOLS represented by their element symbols B (boron), C (carbon), N The Chemical data is stored in different file formats (nitrogen), O (oxygen), F (Fluorine) , P (Phosphorous) , S in different application areas like databases, visualizing (Sulphur), Cl (chlorine), Br (bromine), and I (Iodine). The programs and modeling in the real world. Each of these symbol "=" represents double bonds and "#" represents triple programs represents their molecular data in their own file bonds.
Recommended publications
  • 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]
  • The Alexandria Library, a Quantum-Chemical Database of Molecular Properties for Force field Development 9 2017 Received: October 1 1 1 Mohammad M
    www.nature.com/scientificdata OPEN Data Descriptor: The Alexandria library, a quantum-chemical database of molecular properties for force field development 9 2017 Received: October 1 1 1 Mohammad M. Ghahremanpour , Paul J. van Maaren & David van der Spoel Accepted: 19 February 2018 Published: 10 April 2018 Data quality as well as library size are crucial issues for force field development. In order to predict molecular properties in a large chemical space, the foundation to build force fields on needs to encompass a large variety of chemical compounds. The tabulated molecular physicochemical properties also need to be accurate. Due to the limited transparency in data used for development of existing force fields it is hard to establish data quality and reusability is low. This paper presents the Alexandria library as an open and freely accessible database of optimized molecular geometries, frequencies, electrostatic moments up to the hexadecupole, electrostatic potential, polarizabilities, and thermochemistry, obtained from quantum chemistry calculations for 2704 compounds. Values are tabulated and where available compared to experimental data. This library can assist systematic development and training of empirical force fields for a broad range of molecules. Design Type(s) data integration objective • molecular physical property analysis objective Measurement Type(s) physicochemical characterization Technology Type(s) Computational Chemistry Factor Type(s) Sample Characteristic(s) 1 Uppsala Centre for Computational Chemistry, Science for Life Laboratory, Department of Cell and Molecular Biology, Uppsala University, Husargatan 3, Box 596, SE-75124 Uppsala, Sweden. Correspondence and requests for materials should be addressed to D.v.d.S. (email: [email protected]).
    [Show full text]
  • JRC QSAR Model Database
    JRC QSAR Model Database EURL ECVAM DataBase service on ALternative Methods to animal experimentation To promote the development and uptake of alternative and advanced methods in toxicology and biomedical sciences SDF - STRUCTURE DATA FORMAT: How to create from SMILES The European Commission’s science and knowledge service Joint Research Centre Directorate F Health, Consumers & Reference Materials Chemicals Safety & Alternative Methods Unit The European Commission’s science and knowledge service Joint Research Centre EUR 28708 EN This publication is a Tutorial by the Joint Research Centre (JRC), the European Commission’s science and knowledge service. It aims to provide user support. The scientific output expressed does not imply a policy position of the European Commission. Neither the European Commission nor any person acting on behalf of the Commission is responsible for the use that might be made of this publication. Contact information Email: [email protected] JRC Science Hub https://ec.europa.eu/jrc JRC107492 EUR 28708 EN PDF ISBN 978-92-79-71294-4 ISSN 1831-9424 doi:10.2760/952280 Print ISBN 978-92-79-71295-1 ISSN 1018-5593 doi:10.2760/668595 Luxembourg: Publications Office of the European Union, 2017 Ispra: European Commission, 2017 © European Union, 2017 The reuse of the document is authorised, provided the source is acknowledged and the original meaning or message of the texts are not distorted. The European Commission shall not be held liable for any consequences stemming from the reuse. How to cite this document: Triebe
    [Show full text]
  • Copyrighted Material
    PART I METHODS COPYRIGHTED MATERIAL CHAPTER 1 Overview of Thermochemistry and Its Application to Reaction Kinetics ELKE GOOS Institute of Combustion Technology, German Aerospace Center (DLR), Stuttgart, Germany ALEXANDER BURCAT Faculty of Aerospace Engineering, Technion - Israel Institute of Technology, Haifa, Israel 1.1 HISTORY OF THERMOCHEMISTRY Thermochemistry deals with energy and enthalpy changes accompanying chemical reactions and phase transformations and gives a first estimate of whether a given reaction can occur. To our knowledge, the field of thermochemistry started with the experiments done by Malhard and Le Chatelier [1] with gunpowder and explosives. The first of their two papers of 1883 starts with the sentence: “All combustion is accompanied by the release of heat that increases the temperature of the burned bodies.” In 1897, Berthelot [2], who also experimented with explosives, published his two-volume monograph Thermochimie in which he summed up 40 years of calori- metric studies. The first textbook, to our knowledge, that clearly explained the principles of thermochemical properties was authored by Lewis and Randall [3] in 1923. Thermochemical data, actually heats of formation, were gathered, evaluated, and published for the first time in the seven-volume book International Critical Tables of Numerical Data, Physics, Chemistry and Technology [4] during 1926–1930 (and the additional index in 1933). In 1932, the American Chemical Society (ACS) monograph No. 60 The Free Energy of Some Organic Compounds [5] appeared. Rate Constant Calculation for Thermal Reactions: Methods and Applications, Edited by Herbert DaCosta and Maohong Fan. Ó 2012 John Wiley & Sons, Inc. Published 2012 by John Wiley & Sons, Inc. 3 4 OVERVIEW OF THERMOCHEMISTRY AND ITS APPLICATION TO REACTION KINETICS In 1936 was published The Thermochemistry of the Chemical Substances [6] where the authors Bichowsky and Rossini attempted to standardize the available data and published them at a common temperature of 18C (291K) and pressure of 1 atm.
    [Show full text]
  • Appendix a a List of the Program and Data Files on the Disk*
    Appendix A A List of the Program and Data Files on the Disk* 2dnrnr Simulates a IH COSY two-dimensional NMR plot (5.5). Abc Calculates principal moments of inertia for linear and non­ linear molecules (4.5). Acetate Calculates the pH in an acetate buffer (3.2). Anderko Solves the Anderko-Pitzer nonideal gas law (1.2). Aorbital Calculates and plots H atomic orbitals in two dimensions (4.3). Atpl Calculates and plots the apparent standard Gibbs energy I:irGo 1 for the ATP hydrolysis reaction at various pMg's and a specified pH and ionic strength (3.3). Atp2 Calculates and plots the apparent standard Gibbs energy I:irGo 1 for the ATP hydrolysis reaction at various pH's and a specified pMg and ionic strength (3.3). Beattie Solves the Beattie-Bridgeman nonideal gas law (1.2). Beyer Calculates and plots the density of states N(E) and the sum of states G(E) for a molecule's vibrational modes using the Beyer-Swinehart direct-count algorithm (11.4). Biochern Calculates and plots the apparent standard Gibbs energy I:irGo 1 for the F -+ M biochemical reaction at various pH's (3.3). Biokin Calculates and plots extracellular glucose and insulin con­ centrations as functions of time (10.4). Branch Calculates and plots H, 0, OH and 02 concentrations for the branching catalytic cycle that drives the 2H2 + 02 -+ 2H20 reaction (10.2). Brussels Calculates and plots concentrations of intermediates in the autocatalytic Brusselator model (11.5). Butler Calculates and plots the Butler-Volmer and Tafel equations relating electrode current and overpotential (11.6).
    [Show full text]
  • MACSIMUS Manual
    1 MACSIMUS manual benzocaine (ethylaminobenzoate) parameter_set = charmm21 HA | HA-CT-HA | HA-CT-HA | OSn.2 | Cp.7=On.5 | C6R--C6R-HA Most often used links: | | HA-C6R C6R-HA 2.2 Blend synopsis and options | | HA-C6R--C6R-NPn.5^-Hp.25 9.2 Cook synopsis and options | 9.2.5 Cook input data Hp.25 MACromolecule SIMUlation Software © Jiˇr´ıKolafa 1993{2020 MACSIMUS may be distributed under the terms of the GNU General Public Licence Credits: ray: Mark VandeWettering \reasonably intelligent raytracer" CHARMM force field (files: charmm*.par, charmm*/*.rsd) GROMOS force field (files: gromos*.par, gromos*/*.rsd) amoeba implementation by Z. Wagner moil support by J. Schofield several bug fixes by T. Trnka bug discovered by N. Parfenov Contents I Program `blend' version 2.4b 14 1 Introduction 16 1.1 Force fields...................................... 16 1.2 `blend' overview.................................... 16 1.3 Versions........................................ 17 2 Running blend 18 2.1 Environment...................................... 18 2.2 Synopsis........................................ 19 2.2.1 Global options................................. 19 2.2.2 par-options and parameter files....................... 20 2.2.3 mol-options and molecular files....................... 22 2.2.4 Extra-options ................................. 29 2.3 File extensions.................................... 34 2.4 Run-time control................................... 37 2.4.1 get data format for input........................... 37 2.4.2 Scrolling.................................... 38 2.4.3 Error handling................................ 39 2.4.4 Interrupts................................... 40 2.5 Showing molecules graphically............................ 40 2.5.1 X11 Graphics................................. 40 2.5.2 Playback output............................... 44 2.6 Energy minimization................................. 44 2.7 Missing coordinates.................................. 45 3 Force field and the parameter file 46 3.1 Structure of the parameter file...........................
    [Show full text]
  • Ontology-Based Classification of Molecules
    Ontology-Based Classification of Molecules: a Logic Programming Approach Despoina Magka Department of Computer Science, University of Oxford Wolfson Building, Parks Road, OX1 3QD, UK [email protected] Abstract. We describe a prototype that performs structure-based classification of molecular structures. The software we present implements a sound and com- plete reasoning procedure of a formalism that extends logic programming and builds upon the DLV deductive databases system. We capture a wide range of chemical classes that are not expressible with OWL-based formalisms such as cyclic molecules, saturated molecules and alkanes. In terms of performance, a no- ticeable improvement is observed in comparison with previous approaches. Our evaluation has discovered subsumptions that are missing from the the manually curated ChEBI ontology as well as discrepancies with respect to existing subclass relations. We illustrate thus the potential of an ontology language which is suit- able for the Life Sciences domain and exhibits an encouraging balance between expressive power and practical feasibility. Keywords: Knowledge representation and reasoning, Logic programming and answer set programming, Cheminformatics. 1 Introduction The volume of bioinformatics data produced by research laboratories worldwide is in- creasing at an astonishing rate turning the need to adequately catalogue, represent and index the vast amounts of Life Sciences data sources into a pressing challenge. Semantic technologies have achieved significant progress towards the federation of biochemical information [33, 3, 4] via the definition and use of domain vocabularies with formal semantics, also known as ontologies. OWL [15], a family of logic-based knowledge representation (KR) formalisms standardised by W3C, has played a pivotal role in the advent of Semantic technologies due to its significant ability to reason over ontolo- gies by means of logical inference.
    [Show full text]
  • Clefs CEA N°60
    No. 60 clefsSummer 2011 Chemistry is everywhere No. 60 - Summer 2011 clefs Chemistry is everywhere www.cea.fr No. 60 Summer 2011 clefs Chemistry is everywhere Chemistry 2 Foreword, by Valérie Cabuil is everywhere I. NUCLEAR CHEMISTRY Clefs CEA No. 60 – SUMMER 2011 4 Introduction, by Stéphane Sarrade Main cover picture Dyed polymers for photovoltaic cells. 6 Advances in the separation For many years, CEA has been applying chemistry of actinides, all aspects of chemistry, in all its forms. Chemistry is at the very heart of all its by Pascal Baron major programs, whether low-carbon 10 The chemical specificities energies (nuclear energy and new energy technologies), biomedical and of actinides, environmental technologies or the by Philippe Moisy information technologies. 11 Uranium chemistry: significant P. Avavian/CEA – C. Dupont/CEA advances, Inset by Marinella Mazzanti top: Placing corrosion samples in a high-temperature furnace. 12 Chemistry and chemical P. Stroppa/CEA engineering, the COEX process, by Stéphane Grandjean bottom: Gas sensors incorporating “packaged” NEMS. P. Avavian/CEA 13 Supercritical fluids in chemical Pictogram on inside pages processes, © Fotolia by Audrey Hertz and Frédéric Charton Review published by CEA Communication Division 14 The chemistry of corrosion, Bâtiment Siège by Damien Féron, Christophe Gallé 91191 Gif-sur-Yvette Cedex (France) and Stéphane Gin Phone: + 33 (0)1 64 50 10 00 Fax (editor’s office): + 33 (0)1 64 50 17 22 14 17 Focus A Advances in modeling Executive publisher Xavier Clément in chemistry, by Philippe Guilbaud, Editor in chief Jean-Pierre Dognon, Didier Mathieu, 21 Understanding the chemical Marie-José Loverini (until 30/06/2011) Christophe Morell, André Grand mechanisms of radiolysis and Pascale Maldivi by Gérard Baldacchino Deputy editor Martine Trocellier [email protected] Scientific committee Bernard Bonin, Gilles Damamme, Céline Gaiffier, Étienne Klein, II.
    [Show full text]
  • (CDK): an Open-Source Java Library for Chemo- and Bioinformatics
    J. Chem. Inf. Comput. Sci. 2003, 43, 493-500 493 The Chemistry Development Kit (CDK): An Open-Source Java Library for Chemo- and Bioinformatics Christoph Steinbeck,*,† Yongquan Han,† Stefan Kuhn,† Oliver Horlacher,‡ Edgar Luttmann,§ and Egon Willighagen# Max-Planck-Institute of Chemical Ecology, Jena, Germany, TheraSTrat AG, Allschwil, Switzerland, Institute of Organic Chemistry, University of Paderborn, Germany, and Nijmegen, The Netherlands Received August 17, 2002 The Chemistry Development Kit (CDK) is a freely available open-source Java library for Structural Chemo- and Bioinformatics. Its architecture and capabilities as well as the development as an open-source project by a team of international collaborators from academic and industrial institutions is described. The CDK provides methods for many common tasks in molecular informatics, including 2D and 3D rendering of chemical structures, I/O routines, SMILES parsing and generation, ring searches, isomorphism checking, structure diagram generation, etc. Application scenarios as well as access information for interested users and potential contributors are given. 1. INTRODUCTION of software development, most widely recognized through the great success of the free Unix-like operating system Whoever pursues the endeavor of creating a larger GNU/Linux, a collaborative work of many individuals and software package in chemoinformatics or computational organizations, including the Free Software Foundation lead chemistry from scratch will soon be confronted with the by Richard Stallman and the Finish computer science student Syssiphus task of implementing the standard repertoire of Linus Torvalds who started the project. According to several chemoinformatical algorithms and components invented essays on this subject, open-source software, for which, by during the last 20 or 30 years.
    [Show full text]
  • Titelei 1..30
    Johann Gasteiger, Thomas Engel (Eds.) Chemoinformatics Chemoinformatics: A Textbook. Edited by Johann Gasteiger and Thomas Engel Copyright 2003 Wiley-VCH Verlag GmbH & Co. KGaA. ISBN: 3-527-30681-1 Related Titles from WILEY-VCH Hans-Dieter HoÈltje, Wolfgang Sippl, Didier Rognan, Gerd Folkers Molecular Modeling 2003 ISBN 3-527-30589-0 Helmut GuÈnzler, Hans-Ulrich Gremlich IR Spectroscopy An Introduction 2002 ISBN 3-527-28896-1 Jure Zupan, Johann Gasteiger Neural Networks in Chemistry and Drug Design An Introduction 1999 ISBN 3-527-29778-2 (HC) ISBN 3-527-29779-0 (SC) Siegmar Braun, Hans-Otto Kalinowski, Stefan Berger 150 and More Basic NMR Experiments A Practical Course 1998 ISBN 3-527-29512-7 Johann Gasteiger, Thomas Engel (Eds.) Chemoinformatics A Textbook Editors: This book was carefully produced. Never- theless, editors, authors and publisher do Prof. Dr. Johann Gasteiger not warrant the information contained Computer-Chemie-Centrum and Institute therein to be free of errors. Readers are ofOrganic Chemistry advised to keep in mind that statements, University ofErlangen-NuÈrnberg data, illustrations, procedural details or NaÈgelsbachstraûe 25 other items may inadvertently be inaccurate. 91052 Erlangen Germany Library of Congress Card No.: applied for A catalogue record for this book is available from the British Library. Dr. Thomas Engel Computer-Chemie-Centrum and Institute Bibliographic information published by ofOrganic Chemistry Die Deutsche Bibliothek University ofErlangen-NuÈrnberg Die Deutsche Bibliothek lists this publica- NaÈgelsbachstraûe 25 tion in the Deutsche Nationalbibliografie; 91052 Erlangen detailed bibliographic data is available in the Germany Internet at http://dnb.ddb.de ISBN 3-527-30681-1 c 2003 WILEY-VCH Verlag GmbH & Co.
    [Show full text]
  • Package Name Software Description Project
    A S T 1 Package Name Software Description Project URL 2 Autoconf An extensible package of M4 macros that produce shell scripts to automatically configure software source code packages https://www.gnu.org/software/autoconf/ 3 Automake www.gnu.org/software/automake 4 Libtool www.gnu.org/software/libtool 5 bamtools BamTools: a C++ API for reading/writing BAM files. https://github.com/pezmaster31/bamtools 6 Biopython (Python module) Biopython is a set of freely available tools for biological computation written in Python by an international team of developers www.biopython.org/ 7 blas The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations. http://www.netlib.org/blas/ 8 boost Boost provides free peer-reviewed portable C++ source libraries. http://www.boost.org 9 CMake Cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software http://www.cmake.org/ 10 Cython (Python module) The Cython compiler for writing C extensions for the Python language https://www.python.org/ 11 Doxygen http://www.doxygen.org/ FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards 12 ffmpeg committee, the community or a corporation. https://www.ffmpeg.org FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and 13 fftw complex data (as well as of even/odd data, i.e.
    [Show full text]
  • Multitarget Molecular Hybrids of Cinnamic Acids
    Molecules 2014, 19, 20197-20226; doi:10.3390/molecules191220197 OPEN ACCESS molecules ISSN 1420-3049 www.mdpi.com/journal/molecules Article Multitarget Molecular Hybrids of Cinnamic Acids Aikaterini Peperidou 1, Dorothea Kapoukranidou 2, Christos Kontogiorgis 3 and Dimitra Hadjipavlou-Litina 1,* 1 Department of Pharmaceutical Chemistry, School of Pharmacy, Faculty of Health Sciences, Aristotle University of Thessaloniki, Thessaloniki 54124, Greece; E-Mail: [email protected] 2 Department of Physiology, School of Medicine, Faculty of Health Sciences, Aristotle University of Thessaloniki, Thessaloniki 54124, Greece; E-Mail: [email protected] 3 Laboratory of Hygiene and Environmental Protection, Medical School, Democritus University of Thrace, Dragana (Campus), Alexandroupolis 68100, Greece; E-Mail: [email protected] * Author to whom correspondence should be addressed; E-Mail: [email protected]; Tel.: +30-231-099-7627; Fax: +30-231-099-7679. External Editor: Derek J. McPhee Received: 27 October 2014; in revised form: 14 November 2014 / Accepted: 25 November 2014 / Published: 2 December 2014 Abstract: In an attempt to synthesize potential new multitarget agents, 11 novel hybrids incorporating cinnamic acids and paracetamol, 4-/7-hydroxycoumarin, benzocaine, p-aminophenol and m-aminophenol were synthesized. Three hybrids—2e, 2a, 2g—and 3b were found to be multifunctional agents. The hybrid 2e derived from the phenoxyphenyl cinnamic acid and m-acetamidophenol showed the highest lipoxygenase (LOX) inhibition and analgesic activity (IC50 = 0.34 μΜ and 98.1%, whereas the hybrid 3b of bromobenzyloxycinnamic acid and hymechromone exhibited simultaneously good LOX inhibitory activity (IC50 = 50 μΜ) and the highest anti-proteolytic activity (IC50= 5 μΜ). The hybrid 2a of phenyloxyphenyl acid with paracetamol showed a high analgesic activity (91%) and appears to be a promising agent for treating peripheral nerve injuries.
    [Show full text]