Mining Collections of Compounds with Screening Assistant 2

Total Page:16

File Type:pdf, Size:1020Kb

Mining Collections of Compounds with Screening Assistant 2 Le Guilloux et al. Journal of Cheminformatics 2012, 4:20 http://www.jcheminf.com/content/4/1/20 SOFTWARE Open Access Mining collections of compounds with Screening Assistant 2 Vincent Le Guilloux1*, Alban Arrault2, Lionel Colliandre1,Stephane´ Bourg3, Philippe Vayer2 and Luc Morin-Allory1* Abstract Background: High-throughput screening assays have become the starting point of many drug discovery programs for large pharmaceutical companies as well as academic organisations. Despite the increasing throughput of screening technologies, the almost infinite chemical space remains out of reach, calling for tools dedicated to the analysis and selection of the compound collections intended to be screened. Results: We present Screening Assistant 2 (SA2), an open-source JAVA software dedicated to the storage and analysis of small to very large chemical libraries. SA2 stores unique molecules in a MySQL database, and encapsulates several chemoinformatics methods, among which: providers management, interactive visualisation, scaffold analysis, diverse subset creation, descriptors calculation, sub-structure / SMART search, similarity search and filtering. We illustrate the use of SA2 by analysing the composition of a database of 15 million compounds collected from 73 providers, in terms of scaffolds, frameworks, and undesired properties as defined by recently proposed HTS SMARTS filters. We also show how the software can be used to create diverse libraries based on existing ones. Conclusions: Screening Assistant 2 is a user-friendly, open-source software that can be used to manage collections of compounds and perform simple to advanced chemoinformatics analyses. Its modular design and growing documentation facilitate the addition of new functionalities, calling for contributions from the community. The software can be downloaded at http://sa2.sourceforge.net/. Keywords: Chemical libraries, Molecular diversity, DRCS Background larger screening libraries [5-9]. Chemical space is indeed Exploring biology through the activity of small molecules known to be almost infinite, and selecting the appropri- is an established paradigm used in drug research for sev- ate regions to explore for the problem at hand remains a eral decades now [1,2]. Today, a state of the art drug challenging task. discovery program often begins with screening campaigns What we call library design and analysis actually aims to aiming at the identification of novel biologically active increase the likelihood of screening collections to contain molecules. In the recent years, the rise of High Through- potentially active compounds, while ensuring that any of put Screening (HTS), combinatorial chemistry and the these represent an acceptable starting point for lead opti- availability of large compound collections has led to a dra- misation. In terms of biological activity, the concept of matic increase in the size of screening libraries, for both molecular diversity has proven useful to design libraries private companies and public organisations [3,4]. Yet, containing diverse chemotypes and hence increase the despite these constantly increasing capabilities, various ratio of hits [10,11]. In terms of resource optimisation, the authors have stressed the need to design better instead of main difficulty lies in the removal of those nuisance com- pounds that are unlikely to be developed into effective *Correspondence: [email protected]; drugs, especially using biochemical assays. For instance, [email protected] reactives, warheads, promiscuous aggregating inhibitors, 1Institut de Chimie Organique et Analytique (ICOA), Universited’Orl´ eans,´ UMR CNRS 7311 B.P. 6759, rue de Chartres, 45067 Orleans´ Cedex 2, France or more simply non-drug-like compounds are usually fil- Full list of author information is available at the end of the article tered out to avoid a waste of resources [12,13]. Most © 2012 Le Guilloux et al.; licensee Chemistry Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Le Guilloux et al. Journal of Cheminformatics 2012, 4:20 Page 2 of 16 http://www.jcheminf.com/content/4/1/20 of these undesired properties are usually represented chemoinformatics functionalities in a modular and exten- by either simple rule-based flags derived from physico- sible workbench. In the context of the present work, chemical properties (e.g. the Lipinski Rule of 5 [14]), or Bioclipse can be used to perform simple routine tasks structural features encoded using the SMARTS notation such as chemical file reading and visualisation, descriptor [15]. calculation, and SMART matching. More closely related The domain of chemoinformatics provides a plethora to this work, AMBIT XT [29,30] is a chemoinformatics of methods that can be used to tackle various aspects data management software, which consists in a MySQL of library analysis. Despite the growing diversity of avail- database and a set of functional modules, allowing a vari- able modeling and chemoinformatics tools, there are ety of queries, data mining and predictive model building few software tools specifically dedicated to the man- and application. Although not specifically dedicated to the agement and the analysis of screening libraries. One of management of screening libraries, it contains a set of the main reasons for this no doubt is the specificity chemoinformatics and data-mining facilities that make it of each screening platform (e.g. plates format, auto- usable for analysing collections of compounds. The soft- matic collection of results), which requires more specific ware was recently enhanced by providing a set of OpenTox developments to collect the results and associate them API [31] compliant REST web service interfaces to most with tested molecules. Typically, screening collections of its functionalities, hence promoting collaborative devel- are stored internally using in-house, usually web-based opment and data sharing [32]. More specific tools are proprietary software programmes, some of which have clearly beyong the scope of this work, but it is worth been described in the literature [16-18]. Other general- mentioning the Scaffold Hunter [33], which allows one to purpose, proprietary packages also propose methods to display a chemical library in the form of an interactive handle chemical libraries. In particular, the Instant JChem scaffold tree, or the SARANEA package [34], which allows application [19] from Chemaxon encapsulates various one to derive similarity graphs that can be used to perform chemoinformatics functionalities, and makes it possible to structure-activity Relationship analysis. store libraries in a database environment. Another exam- This article presents Screening Assistant 2 (SA2), an ple in this category is the CACTVS toolkit [20], an exten- open-source desktop software for chemical library man- sible distributed client/server system for the computa- agement. SA2 stores unique chemical structures and tion, management, analysis and visualisation of chemical properties in a MySQL database, and allows a variety information. of advanced chemoinformatics analyses and datamining In the open-source literature, there is a growing range queries to be performed. It has been designed to handle of tools that can deal with chemical libraries, each of small to very large (up to millions of molecules) collec- them having its own specific applicability domain, rang- tions, and to integrate external sparse data in a flexible ing from general purpose to highly specific software. way (e.g. molecular descriptors, biological activities...). Workflow solutions allow the automation of numerous Besides various search and visualisation capabilities, SA2 recurrent tasks, such as data reading / writing, filtering can also be used to manage the provenance of stored or visualisation, and some of them integrate chemistry compounds, and to create new subsets of molecules functionalities. KNIME [21] in particular, is distributed using many different methods, e.g. filtering, merging or with a set of chemistry nodes available for the Chemistry diversity. SA2 was developed for facilitating the analysis Development Kit (CDK) [22,23] and other chemoinfor- of screening libraries, and to regroup multiple ways of matics packages such as RDKit [24] and Indigo [25]. mining these collections using chemoinformatics meth- Various other advanced features have been encapsulated ods. Broadly speaking, it can also be used to quickly in KNIME nodes, and it is thus possible to e.g. compute and interactively analyse the content of any chemical molecular descriptors, perform substructure searches, or dataset. extract scaffolds. Recently, the CDK was also integrated in the Taverna workflow solution [26,27] through a set Implementation of more than 160 different workers handling chemoin- SA2 is open-source software, which means complete formatics tasks. The combination of chemoinformatics transparency and scalability in terms of algorithm imple- functionalities with data-mining methods typically avail- mentation. A first version of the software was available able in workflow solutions makes it possible to use more on sourceforge and on the web-site of our laboratory advanced strategies to analyse the content of chemical [35,36]. This new version has been re-designed from libraries. scratch, keeping most of the concepts and features
Recommended publications
  • Istls Information Services to Life Science Internet Bioinformatics Resources Josef Maier [E-Mail: [email protected]] Last Checked August, 17Th, 2011
    IStLS Information Services to Life Science Internet Bioinformatics Resources Josef Maier [e-mail: [email protected]] Last checked August, 17th, 2011 IStLS Bioinformatics Resources http://www.istls.de/bioinfolinks.php Courses and lectures Bioinformatics - Online Courses and Tutorials http://www.bioinformatik.de/cgi-bin/browse/Catalog/Research_and_Education/Online_Courses_and_Tutorials/ EMBRACE Network of Excellence http://www.embracegrid.info/page.php EMBNet Quick Guides http://www.embnet.org/node/64 EMBNet Courses http://www.embnet.org/ Sequence Analysis with distributed Resources http://bibiserv.techfak.uni-bielefeld.de/sadr/ Tutorial Protein Structures (EXPASY) SwissModel http://swissmodel.expasy.org/course/course-index.htm CMBI Courses for protein structure http://swift.cmbi.ru.nl/teach/courses/index.html 2Can Support Portal - Bioinformatics educational resource http://www.ebi.ac.uk/2can Bioconductor Workshops http://www.bioconductor.org/workshops/ CBS Bioinformatics Courses http://www.cbs.dtu.dk/courses.php The European School In Bioinformatics (Biosapiens) http://www.biosapiens.info/page.php?page=esb Institutes Centers Networks Bioinformatics Institutes Germany WSI Wilhelm-Schickard-Institut für Informatik - Universitaet Tuebingen http://www.uni-tuebingen.de/en/faculties/faculty-of-science/departments/computer-science/department.html WSI Huson - Algorithms in Bioinformatics http://www-ab.informatik.uni-tuebingen.de/welcome.html WSI Prof. Zell - Computer Architecture http://www.ra.cs.uni-tuebingen.de/ WSI Kohlbacher - Div. for Simulation
    [Show full text]
  • Open Data, Open Source, and Open Standards in Chemistry: the Blue Obelisk Five Years On" Journal of Cheminformatics Vol
    Oral Roberts University Digital Showcase College of Science and Engineering Faculty College of Science and Engineering Research and Scholarship 10-14-2011 Open Data, Open Source, and Open Standards in Chemistry: The lueB Obelisk five years on Andrew Lang Noel M. O'Boyle Rajarshi Guha National Institutes of Health Egon Willighagen Maastricht University Samuel Adams See next page for additional authors Follow this and additional works at: http://digitalshowcase.oru.edu/cose_pub Part of the Chemistry Commons Recommended Citation Andrew Lang, Noel M O'Boyle, Rajarshi Guha, Egon Willighagen, et al.. "Open Data, Open Source, and Open Standards in Chemistry: The Blue Obelisk five years on" Journal of Cheminformatics Vol. 3 Iss. 37 (2011) Available at: http://works.bepress.com/andrew-sid-lang/ 19/ This Article is brought to you for free and open access by the College of Science and Engineering at Digital Showcase. It has been accepted for inclusion in College of Science and Engineering Faculty Research and Scholarship by an authorized administrator of Digital Showcase. For more information, please contact [email protected]. Authors Andrew Lang, Noel M. O'Boyle, Rajarshi Guha, Egon Willighagen, Samuel Adams, Jonathan Alvarsson, Jean- Claude Bradley, Igor Filippov, Robert M. Hanson, Marcus D. Hanwell, Geoffrey R. Hutchison, Craig A. James, Nina Jeliazkova, Karol M. Langner, David C. Lonie, Daniel M. Lowe, Jerome Pansanel, Dmitry Pavlov, Ola Spjuth, Christoph Steinbeck, Adam L. Tenderholt, Kevin J. Theisen, and Peter Murray-Rust This article is available at Digital Showcase: http://digitalshowcase.oru.edu/cose_pub/34 Oral Roberts University From the SelectedWorks of Andrew Lang October 14, 2011 Open Data, Open Source, and Open Standards in Chemistry: The Blue Obelisk five years on Andrew Lang Noel M O'Boyle Rajarshi Guha, National Institutes of Health Egon Willighagen, Maastricht University Samuel Adams, et al.
    [Show full text]
  • A Study on Cheminformatics and Its Applications on Modern Drug Discovery
    Available online at www.sciencedirect.com Procedia Engineering 38 ( 2012 ) 1264 – 1275 Internatio na l Conference on Modeling Optimisatio n and Computing (ICMOC 2012) A Study on Cheminformatics and its Applications on Modern Drug Discovery B.Firdaus Begama and Dr. J.Satheesh Kumarb aResearch Scholar, Bharathiar University, Coimbatore, India, [email protected] bAssistant Professor, Bharathiar University, Coimbatore, India, [email protected] Abstract Discovering drugs to a disease is still a challenging task for medical researchers due to the complex structures of biomolecules which are responsible for disease such as AIDS, Cancer, Autism, Alzimear etc. Design and development of new efficient anti-drugs for the disease without any side effects are becoming mandatory in the recent history of human life cycle due to changes in various factors which includes food habit, environmental and migration in human life style. Cheminformaticds deals with discovering drugs based in modern drug discovery techniques which in turn rectifies complex issues in traditional drug discovery system. Cheminformatics tools, helps medical chemist for better understanding of complex structures of chemical compounds. Cheminformatics is a new emerging interdisciplinary field which primarily aims to discover Novel Chemical Entities [NCE] which ultimately results in design of new molecule [chemical data]. It also plays an important role for collecting, storing and analysing the chemical data. This paper focuses on cheminformatics and its applications on drug discovery and modern drug discovery techniques which helps chemist and medical researchers for finding solution to the complex disease. © 2012 Published by Elsevier Ltd. Selection and/or peer-review under responsibility of Noorul Islam Centre for Higher Education.
    [Show full text]
  • Molecular Structure Input on the Web Peter Ertl
    Ertl Journal of Cheminformatics 2010, 2:1 http://www.jcheminf.com/content/2/1/1 REVIEW Open Access Molecular structure input on the web Peter Ertl Abstract A molecule editor, that is program for input and editing of molecules, is an indispensable part of every cheminfor- matics or molecular processing system. This review focuses on a special type of molecule editors, namely those that are used for molecule structure input on the web. Scientific computing is now moving more and more in the direction of web services and cloud computing, with servers scattered all around the Internet. Thus a web browser has become the universal scientific user interface, and a tool to edit molecules directly within the web browser is essential. The review covers a history of web-based structure input, starting with simple text entry boxes and early molecule editors based on clickable maps, before moving to the current situation dominated by Java applets. One typical example - the popular JME Molecule Editor - will be described in more detail. Modern Ajax server-side molecule editors are also presented. And finally, the possible future direction of web-based molecule editing, based on tech- nologies like JavaScript and Flash, is discussed. Introduction this trend and input of molecular structures directly A program for the input and editing of molecules is an within a web browser is therefore of utmost importance. indispensable part of every cheminformatics or molecu- In this overview a history of entering molecules into lar processing system. Such a program is known as a web applications will be covered, starting from simple molecule editor, molecular editor or structure sketcher.
    [Show full text]
  • Spoken Tutorial Project, IIT Bombay Brochure for Chemistry Department
    Spoken Tutorial Project, IIT Bombay Brochure for Chemistry Department Name of FOSS Applications Employability GChemPaint GChemPaint is an editor for 2Dchem- GChemPaint is currently being developed ical structures with a multiple docu- as part of The Chemistry Development ment interface. Kit, and a Standard Widget Tool kit- based GChemPaint application is being developed, as part of Bioclipse. Jmol Jmol applet is used to explore the Jmol is a free, open source molecule viewer structure of molecules. Jmol applet is for students, educators, and researchers used to depict X-ray structures in chemistry and biochemistry. It is cross- platform, running on Windows, Mac OS X, and Linux/Unix systems. For PG Students LaTeX Document markup language and Value addition to academic Skills set. preparation system for Tex typesetting Essential for International paper presentation and scientific journals. For PG student for their project work Scilab Scientific Computation package for Value addition in technical problem numerical computations solving via use of computational methods for engineering problems, Applicable in Chemical, ECE, Electrical, Electronics, Civil, Mechanical, Mathematics etc. For PG student who are taking Physical Chemistry Avogadro Avogadro is a free and open source, Research and Development in Chemistry, advanced molecule editor and Pharmacist and University lecturers. visualizer designed for cross-platform use in computational chemistry, molecular modeling, material science, bioinformatics, etc. Spoken Tutorial Project, IIT Bombay Brochure for Commerce and Commerce IT Name of FOSS Applications / Employability LibreOffice – Writer, Calc, Writing letters, documents, creating spreadsheets, tables, Impress making presentations, desktop publishing LibreOffice – Base, Draw, Managing databases, Drawing, doing simple Mathematical Math operations For Commerce IT Students Drupal Drupal is a free and open source content management system (CMS).
    [Show full text]
  • Mannhold Methods and Principles in Medicinal Chemistry
    Molecular Drug Properties Edited by Raimund Mannhold Methods and Principles in Medicinal Chemistry Edited by R. Mannhold, H. Kubinyi, G. Folkers Editorial Board H. Timmerman, J. Vacca, H. van de Waterbeemd, T. Wieland Previous Volumes of this Series: G. Cruciani (ed.) T. Langer, R. D. Hofmann (eds.) Molecular Interaction Fields Pharmacophores and Vol. 27 Pharmacophore Searches 2006, ISBN 978-3-527-31087-6 Vol. 32 2006, ISBN 978-3-527-31250-4 M. Hamacher, K. Marcus, K. Stühler, A. van Hall, B. Warscheid, H. E. Meyer (eds.) E. Francotte, W. Lindner (eds.) Proteomics in Drug Research Chirality in Drug Research Vol. 28 Vol. 33 2006, ISBN 978-3-527-31226-9 2006, ISBN 978-3-527-31076-0 D. J. Triggle, M. Gopalakrishnan, W. Jahnke, D. A. Erlanson (eds.) D. Rampe, W. Zheng (eds.) Fragment-based Approaches Voltage-Gated Ion Channels in Drug Discovery as Drug Targets Vol. 34 Vol. 29 2006, ISBN 978-3-527-31291-7 2006, ISBN 978-3-527-31258-0 D. Rognan (ed.) J. Hüser (ed.) Ligand Design for G High-Throughput Screening Protein-coupled Receptors in Drug Discovery Vol. 30 Vol. 35 2006, ISBN 978-3-527-31284-9 2006, ISBN 978-3-527-31283-2 D. A. Smith, H. van de Waterbeemd, K. Wanner, G. Höfner (eds.) D. K. Walker Mass Spectrometry in Pharmacokinetics and Medicinal Chemistry Metabolism in Drug Design, Vol. 36 2nd Ed. 2007, ISBN 978-3-527-31456-0 Vol. 31 2006, ISBN 978-3-527-31368-6 Molecular Drug Properties Measurement and Prediction Edited by Raimund Mannhold Series Editors All books published by Wiley-VCH are carefully produced.
    [Show full text]
  • Report on an NIH Workshop on Ultralarge Chemistry Databases Wendy A
    1 Report on an NIH Workshop on Ultralarge Chemistry Databases Wendy A. Warr Wendy Warr & Associates, 6 Berwick Court, Holmes Chapel, Cheshire, CW4 7HZ, United Kingdom. Email: [email protected] Introduction The virtual workshop took place on December 1-3, 2020. It was aimed at researchers, groups, and companies that generate, manage, sell, search, and screen databases of more than one billion small molecules (Figure 1). There were about 550 “attendees” from 37 different countries. Recent advances in computational chemistry have enabled researchers to navigate virtual chemical spaces containing billions of chemical structures, carrying out similarity searches, studying structure-activity relationships (SAR), experimenting with scaffold-hopping, and using other drug discovery methodologies.1 For clarity, one could differentiate “spaces” from “libraries”, and “libraries” from “databases”. Spaces are combinatorially constructed collections of compounds; they are usually very big indeed and it is not possible to enumerate all the precise chemical structures that are covered. Libraries are enumerated collections of full structures: usually fewer than 1010 molecules. Databases are a way to storing libraries, for example, in a relational database management system. Figure 1. Ultralarge chemical databases. (Source: Marcus Gastreich based on the publication by Hoffmann and Gastreich.) This report summarizes talks from about 30 practitioners in the field of ultralarge collections of molecules. The aim is to represent as accurately as possible the information that was delivered by the speakers; the report does not seek to be evaluative. 2 Welcoming remarks; defining a drug discovery gateway Susan Gregurick, Office of Data Science and Strategy, NIH, USA Data should be “findable, accessible, interoperable and reusable” (FAIR)2 and with this in mind, NIH has been creating, curating, integrating, and querying ultralarge chemistry databases.
    [Show full text]
  • Qsar Methods Development, Virtual and Experimental Screening for Cannabinoid Ligand Discovery
    QSAR METHODS DEVELOPMENT, VIRTUAL AND EXPERIMENTAL SCREENING FOR CANNABINOID LIGAND DISCOVERY by Kyaw Zeyar Myint BS, Biology, BS, Computer Science, Hampden-Sydney College, 2007 Submitted to the Graduate Faculty of School of Medicine in partial fulfillment of the requirements for the degree of Doctor of Philosophy University of Pittsburgh 2012 UNIVERSITY OF PITTSBURGH SCHOOL OF MEDICINE This dissertation was presented by Kyaw Zeyar Myint It was defended on August 20th, 2012 and approved by Dr. Ivet Bahar, Professor, Department of Computational and Systems Biology Dr. Billy W. Day, Professor, Department of Pharmaceutical Sciences Dr. Christopher Langmead, Associate Professor, Department of Computer Science, CMU Dissertation Advisor: Dr. Xiang-Qun Xie, Professor, Department of Pharmaceutical Sciences ii Copyright © by Kyaw Zeyar Myint 2012 iii QSAR METHODS DEVELOPMENT, VIRTUAL AND EXPERIMENTAL SCREENING FOR CANNABINOID LIGAND DISCOVERY Kyaw Zeyar Myint, PhD University of Pittsburgh, 2012 G protein coupled receptors (GPCRs) are the largest receptor family in mammalian genomes and are known to regulate wide variety of signals such as ions, hormones and neurotransmitters. It has been estimated that GPCRs represent more than 30% of current drug targets and have attracted many pharmaceutical industries as well as academic groups for potential drug discovery. Cannabinoid (CB) receptors, members of GPCR superfamily, are also involved in the activation of multiple intracellular signal transductions and their endogenous ligands or cannabinoids have attracted pharmacological research because of their potential therapeutic effects. In particular, the cannabinoid subtype-2 (CB2) receptor is known to be involved in immune system signal transductions and its ligands have the potential to be developed as drugs to treat many immune system disorders without potential psychotic side- effects.
    [Show full text]
  • Semantic Web Integration of Cheminformatics Resources with the SADI Framework Leonid L Chepelev1* and Michel Dumontier1,2,3
    Chepelev and Dumontier Journal of Cheminformatics 2011, 3:16 http://www.jcheminf.com/content/3/1/16 METHODOLOGY Open Access Semantic Web integration of Cheminformatics resources with the SADI framework Leonid L Chepelev1* and Michel Dumontier1,2,3 Abstract Background: The diversity and the largely independent nature of chemical research efforts over the past half century are, most likely, the major contributors to the current poor state of chemical computational resource and database interoperability. While open software for chemical format interconversion and database entry cross-linking have partially addressed database interoperability, computational resource integration is hindered by the great diversity of software interfaces, languages, access methods, and platforms, among others. This has, in turn, translated into limited reproducibility of computational experiments and the need for application-specific computational workflow construction and semi-automated enactment by human experts, especially where emerging interdisciplinary fields, such as systems chemistry, are pursued. Fortunately, the advent of the Semantic Web, and the very recent introduction of RESTful Semantic Web Services (SWS) may present an opportunity to integrate all of the existing computational and database resources in chemistry into a machine-understandable, unified system that draws on the entirety of the Semantic Web. Results: We have created a prototype framework of Semantic Automated Discovery and Integration (SADI) framework SWS that exposes the QSAR descriptor functionality of the Chemistry Development Kit. Since each of these services has formal ontology-defined input and output classes, and each service consumes and produces RDF graphs, clients can automatically reason about the services and available reference information necessary to complete a given overall computational task specified through a simple SPARQL query.
    [Show full text]
  • Open Chemoinformatic Resources to Explore the Structure, Properties and Chemical Space of Cite This: RSC Adv.,2017,7,54153 Molecules
    RSC Advances REVIEW View Article Online View Journal | View Issue Open chemoinformatic resources to explore the structure, properties and chemical space of Cite this: RSC Adv.,2017,7,54153 molecules a ab a Mariana Gonzalez-Medina,´ J. Jesus´ Naveja, Norberto Sanchez-Cruz´ a and Jose´ L. Medina-Franco * New technologies are shaping the way drug discovery data is analyzed and shared. Open data initiatives and web servers are assisting the analysis of the large amounts of data that we are now able to produce. The final goal is to accelerate the process of moving from new data to useful information that could lead to Received 27th October 2017 treatments for human diseases. This review discusses open chemoinformatic resources to analyze the Accepted 21st November 2017 diversity and coverage of the chemical space of screening libraries and to explore structure–activity DOI: 10.1039/c7ra11831g relationships of screening data sets. Free resources to implement workflows and representative web- rsc.li/rsc-advances based applications are emphasized. Future directions in this field are also discussed. Creative Commons Attribution 3.0 Unported Licence. 1. Introduction connections between biological activities, ligands and proteins.3 During the past few years, there has been an important increase Herein we review representative chemoinformatic tools in open data initiatives to promote the availability of free essential to explore the structure, chemical space and properties research-based tools and information.1 While there is still some of molecules. The review is focused on recent and representative resistance to open data in some chemistry and drug discovery free web-based applications.
    [Show full text]
  • Introduction to Bioinformatics (Elective) – SBB1609
    SCHOOL OF BIO AND CHEMICAL ENGINEERING DEPARTMENT OF BIOTECHNOLOGY Unit 1 – Introduction to Bioinformatics (Elective) – SBB1609 1 I HISTORY OF BIOINFORMATICS Bioinformatics is an interdisciplinary field that develops methods and software tools for understanding biologicaldata. As an interdisciplinary field of science, bioinformatics combines computer science, statistics, mathematics, and engineering to analyze and interpret biological data. Bioinformatics has been used for in silico analyses of biological queries using mathematical and statistical techniques. Bioinformatics derives knowledge from computer analysis of biological data. These can consist of the information stored in the genetic code, but also experimental results from various sources, patient statistics, and scientific literature. Research in bioinformatics includes method development for storage, retrieval, and analysis of the data. Bioinformatics is a rapidly developing branch of biology and is highly interdisciplinary, using techniques and concepts from informatics, statistics, mathematics, chemistry, biochemistry, physics, and linguistics. It has many practical applications in different areas of biology and medicine. Bioinformatics: Research, development, or application of computational tools and approaches for expanding the use of biological, medical, behavioral or health data, including those to acquire, store, organize, archive, analyze, or visualize such data. Computational Biology: The development and application of data-analytical and theoretical methods, mathematical modeling and computational simulation techniques to the study of biological, behavioral, and social systems. "Classical" bioinformatics: "The mathematical, statistical and computing methods that aim to solve biological problems using DNA and amino acid sequences and related information.” The National Center for Biotechnology Information (NCBI 2001) defines bioinformatics as: "Bioinformatics is the field of science in which biology, computer science, and information technology merge into a single discipline.
    [Show full text]
  • Retro Drug Design: from Target Properties to Molecular Structures
    Retro Drug Design: From Target Properties to Molecular Structures Yuhong Wang*, Sam Michael, Ruili Huang, Jinghua Zhao, Katlin Recabo, Danielle Bougie, Qiang Shu, Paul Shinn, Hongmao Sun* National Center for Advancing Translational Sciences (NCATS) 9800 Medical Center Drive, Rockville, MD 20850 *Contact information for the corresponding authors: Yuhong Wang Hongmao Sun, PhD NCATS/NIH NCATS/NIH 9800 Medical Center Dr. 9800 Medical Center Dr. Rockville, MD 20854 Rockville, MD 20854 Phone: 301-480-9855 Phone: 301-480-9839 e-mail: [email protected] e-mail: [email protected] Abstract: To generate drug molecules of desired properties with computational methods is the holy grail in pharmaceutical research. Here we describe an AI strategy, retro drug design, or RDD, to generate novel small molecule drugs from scratch to meet predefined requirements, including but not limited to biological activity against a drug target, and optimal range of physicochemical and ADMET properties. Traditional predictive models were first trained over experimental data for the target properties, using an atom typing based molecular descriptor system, ATP. Monte Carlo sampling algorithm was then utilized to find the solutions in the ATP space defined by the target properties, and the deep learning model of Seq2Seq was employed to decode molecular structures from the solutions. To test feasibility of the algorithm, we challenged RDD to generate novel drugs that can activate µ opioid receptor (MOR) and penetrate blood brain barrier (BBB). Starting from vectors of random numbers, RDD generated 180,000 chemical structures, of which 78% were chemically valid. About 42,000 (31%) of the valid structures fell into the property space defined by MOR activity and BBB permeability.
    [Show full text]