Computational Methods and Drug-Likeness. Benjamin Georgi und Philip Groth Pharmakokinetik WS 2003/2004

Size: px
Start display at page:

Download "Computational Methods and Drug-Likeness. Benjamin Georgi und Philip Groth Pharmakokinetik WS 2003/2004"

Transcription

1 Computational Methods and Drug-Likeness Benjamin Georgi und Philip Groth Pharmakokinetik WS 2003/2004

2 The Problem Drug development in pharmaceutical industry: >8-12 years time ~$800m costs >90% failure rate PK 39 % Animal Tox 11 % Other 5 % Adverse effects 10 % Lack of Efficacy 30 % Business 5 % Kennedy (1997) DDT 2: Provided by Dr. Andreas Reichel, Schering AG Page 2

3 Overview General Problem Drug-likeness, mathematical formulation and realization Molecular Properties Calculation and Approximation Countable Properties Complex Properties Practical Application Databases and Data Mining Methods Counting Methods Knowledge-based Methods Computational Methods: PCA, genetic algortihms, decision trees and other Summary, Conclusion and References Page 3

4 General Problem Summary Drug-likeness: Profile of common chemical, physical and/or physiological properties of successful drugs. Positive match of candidate molecule properties with such a profile points to drug-likeness. Problem: Mathematical formulation of property profiles. Specification of scoring function. Algorithmic implementation. Page 4

5 Realization of Drug-likeness Mathematics: N-dimensional space S spanned by molecule properties. f: S R (Score) Score may express general drug-likeness or may approximate a value for a property correlated with a drug effect. Example: Prediction of colon permeability from molecular weight and a structural property. Classification by scoring function. Page 5

6 Calculation and Approximation of Properties Looking for molecular properties which: 1. allow an assertion about physiological behavior of the molecule. 2. give hints towards the qualification of a molecule as Lead or drug. 3. can be calculated efficiently or readily approximated. Page 6

7 Elementary/Countable Properties Molecular weight (MW) Functional groups H-bonds donors and -acceptors Rotatable bonds (single covalent bonds) Page 7

8 Complex Properties (1) Molecular properties, which can not be deduced from a single structural feature, approximation with heuristic formulas computational methods bioinformatics Page 8

9 Complex Properties (2) LogP Lipophilicity of a molecule Different schemes for calculation: MlogP: Calculation with rule-based function of 13 elementary properties MlogP = * Num_CX^ * Num_NO^ * N_O_Prox * Num_UB^ ClogP: Calculation by structure via fragmentation of isolated C- atoms (combinatorial libraries) Page 9

10 Complex Properties (3) Polar surface area (PSA) Relative share of polar surface to the total molecule surface Page 10

11 Complex Properties (4) Molecular Fingerprints Bit-vector representation of molecule structure Daylight method: patterns for paths of different lengths within the molecule Example: OC=CN 0-bond paths: C O N 1-bond paths: OC C=C CN 2-bond paths: OC=C C=CN 3-bond paths: OC=CN Each pattern is used as a seed in a PRNG to obtain bits Summation of the bits for each pattern yields fingerprint Page 11

12 Complex Properties (5) Properties of combinatorial libraries: Diversity, Potency, Selectivity Diversity: Similarity measure among components of the library. Potency: Measure of efficacy of a compound. Selectivity: Measure of target specificity. Page 12

13 Practice: Databases World Drug Index (WDI) 60,000 drugs Comprehensive Medicinal Chemistry Database CMC 8,400 drugs with 3D models and properties Available Chemicals Database ACD 238,000 commercially available compounds Page 13

14 Practice: Structure Data Formats SMART / SMILE: Regular Expressions for Molecules - WDI entry for VIAGRA Page 14

15 Practice: Data Mining (CMC Screenshots) Page 15

16 Counting Methods Pfizer Rule of Five USAN library: 2,245 drug-like compounds extracted from WDI database Criteria: Existing USAN or INN Name No polymeres or peptides clinical exposure Rules: A compound is not drug-like, if >= 5 H-bond donors >= 10 H-bond acceptors MW >= 500 Log P <= 5 Page 16

17 Knowledge-based Methods (1) Approximation of target properties with simple functions on known properties. QSPR (Quantitative Structure-Property Relationship) QSAR (Quantitative Structure-Activity Relationship) Examples: Caco2 permeability: Caco2 logp = x MW x PSA 5165 Human effective permeability: logp = x PSA x HBD Blood-Brain-Barrier permeability: logbb = x PSA x clogp Page 17

18 Knowledge-based Methods (2) Filters for functional Groups (SMART Pattern) Groups with toxic properties, undesired reactivity or chemical properties Example: Page 18

19 Knowledge-based Methods (3) Search for drug-like structure patterns (Frameworks) Data set: 5,120 CMC compounds Framework definition: Result: 32 frameworks describe 50% of the data. Page 19

20 Knowledge-based Methods (4) Frameworks Page 20

21 Computational: Principal Components Analysis 21_A 15_A 21_A 18_B 11_B 18_B 15_A 11_B Principal Components Analysis: Each compound is characterized by certain (selected) properties. A compound could be represented as a point in an n-dimensional space, where n is the total number of properties. PCA is used to project this high-dimensional space into three-dimensional space. The set is broken down to three principal components, where each principal component is a linear combination of defined values of the properties. The result are three components maintaining as much of the variability of the experiments as possible. Page 21

22 Computational: Genetic Algorithms (1) Principle: Given: Chromosomen-Space Fitness-function Algorithm: Create random initial population P Iteration until convergence: compute fitness values in P, f : discard chromosomes with unsufficient fitness apply evolutionary operations on P (mutations, crossing over) X X R f ( p), p P Page 22

23 Computational: Genetic Algorithms (2) Example: Optimisation of combinatorial libraries (Multi-property Optimization) A Chromosome = components of a combinatorial library f ( A) = w (1 D( A)) + w f + K Fitness function: d f1 1 D( A) = B sim( Ai, Aj) 2 ( f1( A) b X b) i j b = 1 2 f1 = N B Page 23

24 Computational: Decision Trees Training with 3,500 molecules from WDI and ACD each % classification success Page 24

25 Computational: Other Approaches The generic nature of the problem setting allows for numerous different approaches: - Simulated Annealing - Neural Networks - Bayesian Networks Page 25

26 Conclusion (1) Advantges: faster and cheaper to the goal rough classification of compounds available very quickly fewer experiments early indication of possible success high troughput screening possible reduced failure rate in later stages of drug development Page 26

27 Conclusion (2) Disadvantages: learning from known compounds may prevent innovation drugs may not be useful to find new leads models are strongly simplified physiological interpretation is not always possible binary results of some computational methods are less useful for Lead-Design beyond first indication Page 27

28 References -Clark DE, Pickett SD (2000) Computational methods for the prediction of 'druglikeness' Drug Discov Today 5(2), 49 45, -Walters WP, Murcko MA (2002) Prediction of 'drug-likeness'. AdvDrug DelivRev 54(3), Gillet, V.J., Willett, P., Bradshaw, J. Green (1999) Selecting Combinatorial Libraries to Optimise Diversity and Physical Properties. Journal of Chemical Information and Computer Sciences. 39: Lipinski CA, Lombardo F, Dominy BW, Feeney PJ (2001) Experimental and computational approaches to estimate solubility and permeability in drug discovery and development settings. Adv Drug Deliv Rev 46(1-3), 3 2 Page 28

Using AutoDock for Virtual Screening

Using AutoDock for Virtual Screening Using AutoDock for Virtual Screening CUHK Croucher ASI Workshop 2011 Stefano Forli, PhD Prof. Arthur J. Olson, Ph.D Molecular Graphics Lab Screening and Virtual Screening The ultimate tool for identifying

More information

Introduction to Chemoinformatics and Drug Discovery

Introduction to Chemoinformatics and Drug Discovery Introduction to Chemoinformatics and Drug Discovery Irene Kouskoumvekaki Associate Professor February 15 th, 2013 The Chemical Space There are atoms and space. Everything else is opinion. Democritus (ca.

More information

Easier and Better Exploitation of PhysChem Properties in Medicinal Chemistry

Easier and Better Exploitation of PhysChem Properties in Medicinal Chemistry www.acdlabs.com Easier and Better Exploitation of PhysChem Properties in Medicinal Chemistry Dr. Sanjivanjit K. Bhal Advanced Chemistry Development, Inc. (ACD/Labs) Evolution of MedChem

More information

JCICS Major Research Areas

JCICS Major Research Areas JCICS Major Research Areas Chemical Information Text Searching Structure and Substructure Searching Databases Patents George W.A. Milne C571 Lecture Fall 2002 1 JCICS Major Research Areas Chemical Computation

More information

Introduction. OntoChem

Introduction. OntoChem Introduction ntochem Providing drug discovery knowledge & small molecules... Supporting the task of medicinal chemistry Allows selecting best possible small molecule starting point From target to leads

More information

Supporting Information (Part II) for ACS Combinatorial Science

Supporting Information (Part II) for ACS Combinatorial Science Supporting Information (Part II) for ACS Combinatorial Science Application of 6,7Indole Aryne Cycloaddition and Pd(0)Catalyzed SuzukiMiyaura and BuchwaldHartwig CrossCoupling Reactions for the Preparation

More information

György M. Keserű H2020 FRAGNET Network Hungarian Academy of Sciences

György M. Keserű H2020 FRAGNET Network Hungarian Academy of Sciences Fragment based lead discovery - introduction György M. Keserű H2020 FRAGET etwork Hungarian Academy of Sciences www.fragnet.eu Hit discovery from screening Druglike library Fragment library Large molecules

More information

Structural biology and drug design: An overview

Structural biology and drug design: An overview Structural biology and drug design: An overview livier Taboureau Assitant professor Chemoinformatics group-cbs-dtu otab@cbs.dtu.dk Drug discovery Drug and drug design A drug is a key molecule involved

More information

Evolutionary Algorithm for Drug Discovery Interim Design Report

Evolutionary Algorithm for Drug Discovery Interim Design Report Evolutionary Algorithm for Drug Discovery Interim Design Report Author: Mark Shackelford 14 th March 2014 Post: Advanced Computational Technologies 9 Belsize Road, West Worthing, West Sussex, BN11 4RH,

More information

Enamine Golden Fragment Library

Enamine Golden Fragment Library Enamine Golden Fragment Library 14 March 216 1794 compounds deliverable as entire set or as selected items. Fragment Based Drug Discovery (FBDD) [1,2] demonstrates remarkable results: more than 3 compounds

More information

Lead- and drug-like compounds: the rule-of-five revolution

Lead- and drug-like compounds: the rule-of-five revolution Drug Discovery Today: Technologies Vol. 1, No. 4 2004 DRUG DISCOVERY TODAY TECHNOLOGIES Editors-in-Chief Kelvin Lam Pfizer, Inc., USA Henk Timmerman Vrije Universiteit, The Netherlands Lead profiling Lead-

More information

Advanced Medicinal Chemistry SLIDES B

Advanced Medicinal Chemistry SLIDES B Advanced Medicinal Chemistry Filippo Minutolo CFU 3 (21 hours) SLIDES B Drug likeness - ADME two contradictory physico-chemical parameters to balance: 1) aqueous solubility 2) lipid membrane permeability

More information

Drug Design 2. Oliver Kohlbacher. Winter 2009/ QSAR Part I: Motivation, Basics, Descriptors

Drug Design 2. Oliver Kohlbacher. Winter 2009/ QSAR Part I: Motivation, Basics, Descriptors Drug Design 2 Oliver Kohlbacher Winter 2009/2010 8. QSAR Part I: Motivation, Basics, Descriptors Abt. Simulation biologischer Systeme WSI/ZBIT, Eberhard Karls Universität Tübingen Overview Attrition rate

More information

Chemical library design

Chemical library design Chemical library design Pavel Polishchuk Institute of Molecular and Translational Medicine Palacky University pavlo.polishchuk@upol.cz Drug development workflow Vistoli G., et al., Drug Discovery Today,

More information

Drug Informatics for Chemical Genomics...

Drug Informatics for Chemical Genomics... Drug Informatics for Chemical Genomics... An Overview First Annual ChemGen IGERT Retreat Sept 2005 Drug Informatics for Chemical Genomics... p. Topics ChemGen Informatics The ChemMine Project Library Comparison

More information

Rules for drug discovery: can simple property criteria help you to find a drug?

Rules for drug discovery: can simple property criteria help you to find a drug? Rules for drug discovery: can simple property criteria help you to find a drug? The years since the publication of Lipinski s Rule of Five (Ro5) 1 in 1997 have seen the growth of a minor industry, dedicated

More information

ASSESSING THE DRUG ABILITY OF CHALCONES USING IN- SILICO TOOLS

ASSESSING THE DRUG ABILITY OF CHALCONES USING IN- SILICO TOOLS Page109 IJPBS Volume 5 Issue 1 JAN-MAR 2015 109-114 Research Article Pharmaceutical Sciences ASSESSING THE DRUG ABILITY OF CHALCONES USING IN- SILICO TOOLS Department of Pharmaceutical Chemistry, Institute

More information

KNIME-based scoring functions in Muse 3.0. KNIME User Group Meeting 2013 Fabian Bös

KNIME-based scoring functions in Muse 3.0. KNIME User Group Meeting 2013 Fabian Bös KIME-based scoring functions in Muse 3.0 KIME User Group Meeting 2013 Fabian Bös Certara Mission: End-to-End Model-Based Drug Development Certara was formed by acquiring and integrating Tripos, Pharsight,

More information

Data Mining in the Chemical Industry. Overview of presentation

Data Mining in the Chemical Industry. Overview of presentation Data Mining in the Chemical Industry Glenn J. Myatt, Ph.D. Partner, Myatt & Johnson, Inc. glenn.myatt@gmail.com verview of presentation verview of the chemical industry Example of the pharmaceutical industry

More information

QSAR in Green Chemistry

QSAR in Green Chemistry QSAR in Green Chemistry Activity Relationship QSAR is the acronym for Quantitative Structure-Activity Relationship Chemistry is based on the premise that similar chemicals will behave similarly The behavior/activity

More information

Plan. Lecture: What is Chemoinformatics and Drug Design? Description of Support Vector Machine (SVM) and its used in Chemoinformatics.

Plan. Lecture: What is Chemoinformatics and Drug Design? Description of Support Vector Machine (SVM) and its used in Chemoinformatics. Plan Lecture: What is Chemoinformatics and Drug Design? Description of Support Vector Machine (SVM) and its used in Chemoinformatics. Exercise: Example and exercise with herg potassium channel: Use of

More information

Relative Drug Likelihood: Going beyond Drug-Likeness

Relative Drug Likelihood: Going beyond Drug-Likeness Relative Drug Likelihood: Going beyond Drug-Likeness ACS Fall National Meeting, August 23rd 2012 Matthew Segall, Iskander Yusof Optibrium, StarDrop, Auto-Modeller and Glowing Molecule are trademarks of

More information

Identifying Promising Compounds in Drug Discovery: Genetic Algorithms and Some New Statistical Techniques

Identifying Promising Compounds in Drug Discovery: Genetic Algorithms and Some New Statistical Techniques J. Chem. Inf. Model. 2007, 47, 981-988 981 Identifying Promising Compounds in Drug Discovery: Genetic Algorithms and Some New Statistical Techniques Abhyuday Mandal* Department of Statistics, University

More information

Practical QSAR and Library Design: Advanced tools for research teams

Practical QSAR and Library Design: Advanced tools for research teams DS QSAR and Library Design Webinar Practical QSAR and Library Design: Advanced tools for research teams Reservationless-Plus Dial-In Number (US): (866) 519-8942 Reservationless-Plus International Dial-In

More information

Chemoinformatics and Drug Discovery

Chemoinformatics and Drug Discovery Molecules 2002, 7, 566-600 molecules ISSN 1420-3049 http://www.mdpi.org Review: Chemoinformatics and Drug Discovery Jun Xu* and Arnold Hagler Discovery Partners International, Inc., 9640 Towne Center Drive,

More information

Ultra High Throughput Screening using THINK on the Internet

Ultra High Throughput Screening using THINK on the Internet Ultra High Throughput Screening using THINK on the Internet Keith Davies Central Chemistry Laboratory, Oxford University Cathy Davies Treweren Consultants, UK Blue Sky Objectives Reduce Development Failures

More information

Plan. Day 2: Exercise on MHC molecules.

Plan. Day 2: Exercise on MHC molecules. Plan Day 1: What is Chemoinformatics and Drug Design? Methods and Algorithms used in Chemoinformatics including SVM. Cross validation and sequence encoding Example and exercise with herg potassium channel:

More information

Unlocking the potential of your drug discovery programme

Unlocking the potential of your drug discovery programme Unlocking the potential of your drug discovery programme Innovative screening The leading fragment screening platform with MicroScale Thermophoresis at its core Domainex expertise High quality results

More information

Bridging the Dimensions:

Bridging the Dimensions: Bridging the Dimensions: Seamless Integration of 3D Structure-based Design and 2D Structure-activity Relationships to Guide Medicinal Chemistry ACS Spring National Meeting. COMP, March 13 th 2016 Marcus

More information

Navigation in Chemical Space Towards Biological Activity. Peter Ertl Novartis Institutes for BioMedical Research Basel, Switzerland

Navigation in Chemical Space Towards Biological Activity. Peter Ertl Novartis Institutes for BioMedical Research Basel, Switzerland Navigation in Chemical Space Towards Biological Activity Peter Ertl Novartis Institutes for BioMedical Research Basel, Switzerland Data Explosion in Chemistry CAS 65 million molecules CCDC 600 000 structures

More information

Chemoinformatics and information management. Peter Willett, University of Sheffield, UK

Chemoinformatics and information management. Peter Willett, University of Sheffield, UK Chemoinformatics and information management Peter Willett, University of Sheffield, UK verview What is chemoinformatics and why is it necessary Managing structural information Typical facilities in chemoinformatics

More information

International Journal of Pharma and Bio Sciences CONCEPT OF DRUG LIKENESS IN PHARMACEUTICAL RESEARCH ABSTRACT

International Journal of Pharma and Bio Sciences CONCEPT OF DRUG LIKENESS IN PHARMACEUTICAL RESEARCH ABSTRACT Review Article Medicinal chemistry International Journal of Pharma and Bio Sciences ISSN 0975-6299 CONCEPT OF DRUG LIKENESS IN PHARMACEUTICAL RESEARCH PRERANA B. JADHAV* 1, AKSHAY R.YADAV 2 AND MEGHA G.

More information

Targeting protein-protein interactions: A hot topic in drug discovery

Targeting protein-protein interactions: A hot topic in drug discovery Michal Kamenicky; Maria Bräuer; Katrin Volk; Kamil Ödner; Christian Klein; Norbert Müller Targeting protein-protein interactions: A hot topic in drug discovery 104 Biomedizin Innovativ patientinnenfokussierte,

More information

The Changing Requirements for Informatics Systems During the Growth of a Collaborative Drug Discovery Service Company. Sally Rose BioFocus plc

The Changing Requirements for Informatics Systems During the Growth of a Collaborative Drug Discovery Service Company. Sally Rose BioFocus plc The Changing Requirements for Informatics Systems During the Growth of a Collaborative Drug Discovery Service Company Sally Rose BioFocus plc Overview History of BioFocus and acquisition of CDD Biological

More information

Hydrogen Bonding & Molecular Design Peter

Hydrogen Bonding & Molecular Design Peter Hydrogen Bonding & Molecular Design Peter Kenny(pwk.pub.2008@gmail.com) Hydrogen Bonding in Drug Discovery & Development Interactions between drug and water molecules (Solubility, distribution, permeability,

More information

Introduction to Chemoinformatics

Introduction to Chemoinformatics Introduction to Chemoinformatics Dr. Igor V. Tetko Helmholtz Zentrum München - German Research Center for Environmental Health (GmbH) Institute of Bioinformatics & Systems Biology (HMGU) Kyiv, 10 August

More information

A Framework For Genetic-Based Fusion Of Similarity Measures In Chemical Compound Retrieval

A Framework For Genetic-Based Fusion Of Similarity Measures In Chemical Compound Retrieval A Framework For Genetic-Based Fusion Of Similarity Measures In Chemical Compound Retrieval Naomie Salim Faculty of Computer Science and Information Systems Universiti Teknologi Malaysia naomie@fsksm.utm.my

More information

Flow of information in a drug discovery pipeline. 7th lecture Modern Methods in Drug Discovery WS16/17 1

Flow of information in a drug discovery pipeline. 7th lecture Modern Methods in Drug Discovery WS16/17 1 Flow of information in a drug discovery pipeline 7th lecture Modern Methods in Drug Discovery WS16/17 1 eadmet prediction early Absorption Distribution Metabolism Elimination Toxicology Pharmacokinetic

More information

Analyzing Small Molecule Data in R

Analyzing Small Molecule Data in R Analyzing Small Molecule Data in R Tyler Backman and Thomas Girke December 12, 2011 Analyzing Small Molecule Data in R Slide 1/49 Introduction CMP Structure Formats Similarity Searching Background Fragment

More information

The use of Design of Experiments to develop Efficient Arrays for SAR and Property Exploration

The use of Design of Experiments to develop Efficient Arrays for SAR and Property Exploration The use of Design of Experiments to develop Efficient Arrays for SAR and Property Exploration Chris Luscombe, Computational Chemistry GlaxoSmithKline Summary of Talk Traditional approaches SAR Free-Wilson

More information

Chemogenomic: Approaches to Rational Drug Design. Jonas Skjødt Møller

Chemogenomic: Approaches to Rational Drug Design. Jonas Skjødt Møller Chemogenomic: Approaches to Rational Drug Design Jonas Skjødt Møller Chemogenomic Chemistry Biology Chemical biology Medical chemistry Chemical genetics Chemoinformatics Bioinformatics Chemoproteomics

More information

An Integrated Approach to in-silico

An Integrated Approach to in-silico An Integrated Approach to in-silico Screening Joseph L. Durant Jr., Douglas. R. Henry, Maurizio Bronzetti, and David. A. Evans MDL Information Systems, Inc. 14600 Catalina St., San Leandro, CA 94577 Goals

More information

Alkane/water partition coefficients and hydrogen bonding. Peter Kenny

Alkane/water partition coefficients and hydrogen bonding. Peter Kenny Alkane/water partition coefficients and hydrogen bonding Peter Kenny (pwk.pub.2008@gmail.com) Neglect of hydrogen bond strength: A recurring theme in medicinal chemistry Rule of 5 Rule of 3 Scoring functions

More information

Multi-Parameter Optimization: Identifying high quality compounds with a balance of properties

Multi-Parameter Optimization: Identifying high quality compounds with a balance of properties Multi-Parameter Optimization: Identifying high quality compounds with a balance of properties Matthew D Segall Optibrium Ltd., 7226 Cambridge Research Park, Beach Drive, Cambridge, CB25 9TL, UK Email:

More information

ChemDiv Beyond the Flatland 3D-Fragment Library for Fragment-Based Drug Discovery (FBDD)

ChemDiv Beyond the Flatland 3D-Fragment Library for Fragment-Based Drug Discovery (FBDD) ChemDiv Beyond the Flatland 3D-Fragment Library for Fragment-Based Drug Discovery (FBDD) CEMDIV BEYD TE FLATLAD 3D-FRAGMET LIBRARY BACKGRUD Fragment-based drug discovery (FBDD) has become an efficient

More information

Exploring the chemical space of screening results

Exploring the chemical space of screening results Exploring the chemical space of screening results Edmund Champness, Matthew Segall, Chris Leeding, James Chisholm, Iskander Yusof, Nick Foster, Hector Martinez ACS Spring 2013, 7 th April 2013 Optibrium,

More information

Machine learning for ligand-based virtual screening and chemogenomics!

Machine learning for ligand-based virtual screening and chemogenomics! Machine learning for ligand-based virtual screening and chemogenomics! Jean-Philippe Vert Institut Curie - INSERM U900 - Mines ParisTech In silico discovery of molecular probes and drug-like compounds:

More information

Computational Chemistry in Drug Design. Xavier Fradera Barcelona, 17/4/2007

Computational Chemistry in Drug Design. Xavier Fradera Barcelona, 17/4/2007 Computational Chemistry in Drug Design Xavier Fradera Barcelona, 17/4/2007 verview Introduction and background Drug Design Cycle Computational methods Chemoinformatics Ligand Based Methods Structure Based

More information

Bioinformatics Workshop - NM-AIST

Bioinformatics Workshop - NM-AIST Bioinformatics Workshop - NM-AIST Day 3 Introduction to Drug/Small Molecule Discovery Thomas Girke July 25, 2012 Bioinformatics Workshop - NM-AIST Slide 1/44 Introduction CMP Structure Formats Similarity

More information

FRAUNHOFER IME SCREENINGPORT

FRAUNHOFER IME SCREENINGPORT FRAUNHOFER IME SCREENINGPORT Design of screening projects General remarks Introduction Screening is done to identify new chemical substances against molecular mechanisms of a disease It is a question of

More information

Dr. Sander B. Nabuurs. Computational Drug Discovery group Center for Molecular and Biomolecular Informatics Radboud University Medical Centre

Dr. Sander B. Nabuurs. Computational Drug Discovery group Center for Molecular and Biomolecular Informatics Radboud University Medical Centre Dr. Sander B. Nabuurs Computational Drug Discovery group Center for Molecular and Biomolecular Informatics Radboud University Medical Centre The road to new drugs. How to find new hits? High Throughput

More information

Next Generation Computational Chemistry Tools to Predict Toxicity of CWAs

Next Generation Computational Chemistry Tools to Predict Toxicity of CWAs Next Generation Computational Chemistry Tools to Predict Toxicity of CWAs William (Bill) Welsh welshwj@umdnj.edu Prospective Funding by DTRA/JSTO-CBD CBIS Conference 1 A State-wide, Regional and National

More information

Building predictive unbound brain-to-plasma concentration ratio (K p,uu,brain ) models

Building predictive unbound brain-to-plasma concentration ratio (K p,uu,brain ) models Master s degree project in Bioinformatics Department of Biology, Lund University Building predictive unbound brain-to-plasma concentration ratio (K p,uu,brain ) models Srinidhi Varadharajan August 2013-May

More information

molecules ISSN

molecules ISSN Molecules 2002, 7, 51 62 molecules ISSN 1420-3049 http://www.mdpi.org Virtual Screening in Lead Discovery: A Viewpoint Tudor Ionel Oprea EST Lead Informatics, AstraZeneca R&D Mölndal, S-43183 Mölndal,

More information

AMRI COMPOUND LIBRARY CONSORTIUM: A NOVEL WAY TO FILL YOUR DRUG PIPELINE

AMRI COMPOUND LIBRARY CONSORTIUM: A NOVEL WAY TO FILL YOUR DRUG PIPELINE AMRI COMPOUD LIBRARY COSORTIUM: A OVEL WAY TO FILL YOUR DRUG PIPELIE Muralikrishna Valluri, PhD & Douglas B. Kitchen, PhD Summary The creation of high-quality, innovative small molecule leads is a continual

More information

Advances in Multi-parameter Optimisation Methods for de Novo Drug Design

Advances in Multi-parameter Optimisation Methods for de Novo Drug Design Advances in Multi-parameter Optimisation Methods for de Novo Drug Design Abstract Introduction A high quality drug must achieve a balance of physicochemical and ADME properties, safety and potency against

More information

Considering the Impact of Drug-like Properties on the Chance of Success

Considering the Impact of Drug-like Properties on the Chance of Success Considering the Impact of Drug-like Properties on the Chance of Success Iskander Yusof and Matthew D. Segall Optibrium Ltd., 7221 Cambridge Research Park, Beach Drive, Cambridge, CB25 9TL Abstract Many

More information

Virtual Libraries and Virtual Screening in Drug Discovery Processes using KNIME

Virtual Libraries and Virtual Screening in Drug Discovery Processes using KNIME Virtual Libraries and Virtual Screening in Drug Discovery Processes using KNIME Iván Solt Solutions for Cheminformatics Drug Discovery Strategies for known targets High-Throughput Screening (HTS) Cells

More information

Receptor Based Drug Design (1)

Receptor Based Drug Design (1) Induced Fit Model For more than 100 years, the behaviour of enzymes had been explained by the "lock-and-key" mechanism developed by pioneering German chemist Emil Fischer. Fischer thought that the chemicals

More information

Compound Acquisition Strategies

Compound Acquisition Strategies Compound Acquisition Strategies James B. Dunbar Jr. Parke Davis Pharmaceutical Research Division, Warner Lambert Company 2800 Plymouth Road Ann Arbor, Michigan 48015, USA Compound acquisition has always

More information

2009 Optibrium Ltd. Optibrium, STarDrop, Auto-Modeler and Glowing Molecule are trademarks of Optibrium Ltd.

2009 Optibrium Ltd. Optibrium, STarDrop, Auto-Modeler and Glowing Molecule are trademarks of Optibrium Ltd. Enabling Interactive Multi-Objective Optimization for Drug Discovery Scientists Matthew Segall matt.segall@optibrium.com Lorentz Workshop Optimizing Drug Design 2009 Optibrium Ltd. Optibrium, STarDrop,

More information

Computational Models for the Prediction of Intestinal Membrane Permeability

Computational Models for the Prediction of Intestinal Membrane Permeability Comprehensive Summaries of Uppsala Dissertations from the Faculty of Pharmacy 247 Computational Models for the Prediction of Intestinal Membrane Permeability BY PATRIC STENBERG ACTA UNIVERSITATIS UPSALIENSIS

More information

DATA FUSION APPROACHES IN LIGAND-BASED VIRTUAL SCREENING: RECENT DEVELOPMENTS OVERVIEW

DATA FUSION APPROACHES IN LIGAND-BASED VIRTUAL SCREENING: RECENT DEVELOPMENTS OVERVIEW DATA FUSION APPROACHES IN LIGAND-BASED VIRTUAL SCREENING: RECENT DEVELOPMENTS OVERVIEW Mubarak Himmat 1, Naomie Salim 1, Ali Ahmed 1, 2, and Mohammed Mumtaz Al-Dabbagh 1 1 Faculty of Computing, University

More information

Cheminformatics Role in Pharmaceutical Industry. Randal Chen Ph.D. Abbott Laboratories Aug. 23, 2004 ACS

Cheminformatics Role in Pharmaceutical Industry. Randal Chen Ph.D. Abbott Laboratories Aug. 23, 2004 ACS Cheminformatics Role in Pharmaceutical Industry Randal Chen Ph.D. Abbott Laboratories Aug. 23, 2004 ACS Agenda The big picture for pharmaceutical industry Current technological/scientific issues Types

More information

Design and Synthesis of the Comprehensive Fragment Library

Design and Synthesis of the Comprehensive Fragment Library YOUR INNOVATIVE CHEMISTRY PARTNER IN DRUG DISCOVERY Design and Synthesis of the Comprehensive Fragment Library A 3D Enabled Library for Medicinal Chemistry Discovery Warren S Wade 1, Kuei-Lin Chang 1,

More information

Similarity Search. Uwe Koch

Similarity Search. Uwe Koch Similarity Search Uwe Koch Similarity Search The similar property principle: strurally similar molecules tend to have similar properties. However, structure property discontinuities occur frequently. Relevance

More information

Web tools for Monomer selection, Library Design and Compound Acquisition. Andrew Leach GlaxoSmithKline Research and Development Stevenage

Web tools for Monomer selection, Library Design and Compound Acquisition. Andrew Leach GlaxoSmithKline Research and Development Stevenage Web tools for Monomer selection, Library Design and Compound Acquisition Andrew Leach GlaxoSmithKline Research and Development Stevenage Historical perspective Bench scientists unused to dealing with and

More information

Information Extraction from Chemical Images. Discovery Knowledge & Informatics April 24 th, Dr. Marc Zimmermann

Information Extraction from Chemical Images. Discovery Knowledge & Informatics April 24 th, Dr. Marc Zimmermann Information Extraction from Chemical Images Discovery Knowledge & Informatics April 24 th, 2006 Dr. Available Chemical Information Textbooks Reports Patents Databases Scientific journals and publications

More information

Application integration: Providing coherent drug discovery solutions

Application integration: Providing coherent drug discovery solutions Application integration: Providing coherent drug discovery solutions Mitch Miller, Manish Sud, LION bioscience, American Chemical Society 22 August 2002 Overview 2 Introduction: exploring application integration

More information

Open PHACTS Explorer: Compound by Name

Open PHACTS Explorer: Compound by Name Open PHACTS Explorer: Compound by Name This document is a tutorial for obtaining compound information in Open PHACTS Explorer (explorer.openphacts.org). Features: One-click access to integrated compound

More information

Ignasi Belda, PhD CEO. HPC Advisory Council Spain Conference 2015

Ignasi Belda, PhD CEO. HPC Advisory Council Spain Conference 2015 Ignasi Belda, PhD CEO HPC Advisory Council Spain Conference 2015 Business lines Molecular Modeling Services We carry out computational chemistry projects using our selfdeveloped and third party technologies

More information

Rapid Application Development using InforSense Open Workflow and Daylight Technologies Deliver Discovery Value

Rapid Application Development using InforSense Open Workflow and Daylight Technologies Deliver Discovery Value Rapid Application Development using InforSense Open Workflow and Daylight Technologies Deliver Discovery Value Anthony Arvanites Daylight User Group Meeting March 10, 2005 Outline 1. Company Introduction

More information

DivCalc: A Utility for Diversity Analysis and Compound Sampling

DivCalc: A Utility for Diversity Analysis and Compound Sampling Molecules 2002, 7, 657-661 molecules ISSN 1420-3049 http://www.mdpi.org DivCalc: A Utility for Diversity Analysis and Compound Sampling Rajeev Gangal* SciNova Informatics, 161 Madhumanjiri Apartments,

More information

Overview. Descriptors. Definition. Descriptors. Overview 2D-QSAR. Number Vector Function. Physicochemical property (log P) Atom

Overview. Descriptors. Definition. Descriptors. Overview 2D-QSAR. Number Vector Function. Physicochemical property (log P) Atom verview D-QSAR Definition Examples Features counts Topological indices D fingerprints and fragment counts R-group descriptors ow good are D descriptors in practice? Summary Peter Gedeck ovartis Institutes

More information

Building innovative drug discovery alliances. Just in KNIME: Successful Process Driven Drug Discovery

Building innovative drug discovery alliances. Just in KNIME: Successful Process Driven Drug Discovery Building innovative drug discovery alliances Just in KIME: Successful Process Driven Drug Discovery Berlin KIME Spring Summit, Feb 2016 Research Informatics @ Evotec Evotec s worldwide operations 2 Pharmaceuticals

More information

Translating Methods from Pharma to Flavours & Fragrances

Translating Methods from Pharma to Flavours & Fragrances Translating Methods from Pharma to Flavours & Fragrances CINF 27: ACS National Meeting, New Orleans, LA - 18 th March 2018 Peter Hunt, Edmund Champness, Nicholas Foster, Tamsin Mansley & Matthew Segall

More information

Quest for the Rings. In Silico Exploration of Ring Universe To Identify Novel Bioactive Heteroaromatic Scaffolds

Quest for the Rings. In Silico Exploration of Ring Universe To Identify Novel Bioactive Heteroaromatic Scaffolds 4568 J. Med. Chem. 2006, 49, 4568-4573 Quest for the Rings. In Silico Exploration of Ring Universe To Identify Novel Bioactive Heteroaromatic Scaffolds Peter Ertl,* Stephen Jelfs, Jörg Mühlbacher, Ansgar

More information

Analysis of a Large Structure/Biological Activity. Data Set Using Recursive Partitioning and. Simulated Annealing

Analysis of a Large Structure/Biological Activity. Data Set Using Recursive Partitioning and. Simulated Annealing Analysis of a Large Structure/Biological Activity Data Set Using Recursive Partitioning and Simulated Annealing Student: Ke Zhang MBMA Committee: Dr. Charles E. Smith (Chair) Dr. Jacqueline M. Hughes-Oliver

More information

In Silico Design of New Drugs for Myeloid Leukemia Treatment

In Silico Design of New Drugs for Myeloid Leukemia Treatment In Silico Design of New Drugs for Myeloid Leukemia Treatment Washington Pereira and Ihosvany Camps Computational Modeling Laboratory LaModel Exact Science Institute ICEx Federal University of Alfenas -

More information

Evolution of toxic properties of Anti Alzheimer s Drugs through Lipinski s rule of five

Evolution of toxic properties of Anti Alzheimer s Drugs through Lipinski s rule of five Available online at www.ijpab.com Evolution of toxic properties of Anti Alzheimer s Drugs through Lipinski s rule of five Nirmala Kumari. Borra * and Yellamma. Kuna Department of Zoology, Sri Venkateswara

More information

QSAR of Microtubule Stabilizing Dictyostatins

QSAR of Microtubule Stabilizing Dictyostatins QSAR of Microtubule Stabilizing Dictyostatins Kia Montgomery BBSI 2007- University of Pittsburgh Department of Chemistry, Grambling State University Billy Day, Ph.D. Department of Pharmaceutical Sciences,

More information

Structure-Activity Modeling - QSAR. Uwe Koch

Structure-Activity Modeling - QSAR. Uwe Koch Structure-Activity Modeling - QSAR Uwe Koch QSAR Assumption: QSAR attempts to quantify the relationship between activity and molecular strcucture by correlating descriptors with properties Biological activity

More information

molecules ISSN

molecules ISSN Molecules 2004, 9, 1004-1009 molecules ISSN 1420-3049 http://www.mdpi.org Performance of Kier-Hall E-state Descriptors in Quantitative Structure Activity Relationship (QSAR) Studies of Multifunctional

More information

In silico pharmacology for drug discovery

In silico pharmacology for drug discovery In silico pharmacology for drug discovery In silico drug design In silico methods can contribute to drug targets identification through application of bionformatics tools. Currently, the application of

More information

Retrieving hits through in silico screening and expert assessment M. N. Drwal a,b and R. Griffith a

Retrieving hits through in silico screening and expert assessment M. N. Drwal a,b and R. Griffith a Retrieving hits through in silico screening and expert assessment M.. Drwal a,b and R. Griffith a a: School of Medical Sciences/Pharmacology, USW, Sydney, Australia b: Charité Berlin, Germany Abstract:

More information

Reaxys The Highlights

Reaxys The Highlights Reaxys The Highlights What is Reaxys? A brand new workflow solution for research chemists and scientists from related disciplines An extensive repository of reaction and substance property data A resource

More information

A reliable computational workflow for the selection of optimal screening libraries

A reliable computational workflow for the selection of optimal screening libraries DOI 10.1186/s13321-015-0108-0 RESEARCH ARTICLE Open Access A reliable computational workflow for the selection of optimal screening libraries Yocheved Gilad 1, Katalin Nadassy 2 and Hanoch Senderowitz

More information

Bioisosteres in Medicinal Chemistry

Bioisosteres in Medicinal Chemistry Edited by Nathan Brown Bioisosteres in Medicinal Chemistry VCH Verlag GmbH & Co. KGaA Contents List of Contributors Preface XV A Personal Foreword XI XVII Part One Principles 1 Bioisosterism in Medicinal

More information

Drug Design 2. Oliver Kohlbacher. Winter 2009/ QSAR Part 4: Selected Chapters

Drug Design 2. Oliver Kohlbacher. Winter 2009/ QSAR Part 4: Selected Chapters Drug Design 2 Oliver Kohlbacher Winter 2009/2010 11. QSAR Part 4: Selected Chapters Abt. Simulation biologischer Systeme WSI/ZBIT, Eberhard-Karls-Universität Tübingen Overview GRIND GRid-INDependent Descriptors

More information

An Enhancement of Bayesian Inference Network for Ligand-Based Virtual Screening using Features Selection

An Enhancement of Bayesian Inference Network for Ligand-Based Virtual Screening using Features Selection American Journal of Applied Sciences 8 (4): 368-373, 2011 ISSN 1546-9239 2010 Science Publications An Enhancement of Bayesian Inference Network for Ligand-Based Virtual Screening using Features Selection

More information

De Novo molecular design with Deep Reinforcement Learning

De Novo molecular design with Deep Reinforcement Learning De Novo molecular design with Deep Reinforcement Learning @olexandr Olexandr Isayev, Ph.D. University of North Carolina at Chapel Hill olexandr@unc.edu http://olexandrisayev.com About me Ph.D. in Chemistry

More information

Gaussian Processes: We demand rigorously defined areas of uncertainty and doubt

Gaussian Processes: We demand rigorously defined areas of uncertainty and doubt Gaussian Processes: We demand rigorously defined areas of uncertainty and doubt ACS Spring National Meeting. COMP, March 16 th 2016 Matthew Segall, Peter Hunt, Ed Champness matt.segall@optibrium.com Optibrium,

More information

In Silico Investigation of Off-Target Effects

In Silico Investigation of Off-Target Effects PHARMA & LIFE SCIENCES WHITEPAPER In Silico Investigation of Off-Target Effects STREAMLINING IN SILICO PROFILING In silico techniques require exhaustive data and sophisticated, well-structured informatics

More information

Background: Imagine it is time for your lunch break, you take your sandwich outside and you sit down to enjoy your lunch with a beautiful view of

Background: Imagine it is time for your lunch break, you take your sandwich outside and you sit down to enjoy your lunch with a beautiful view of Background: Imagine it is time for your lunch break, you take your sandwich outside and you sit down to enjoy your lunch with a beautiful view of Montana s Rocky Mountains. As you look up, you see what

More information

Lecture for Molekylär bioinformatik X3 Feb Computational Chemistry in Drug Discovery. Mats Kihlén. Head of Research Informatics.

Lecture for Molekylär bioinformatik X3 Feb Computational Chemistry in Drug Discovery. Mats Kihlén. Head of Research Informatics. Lecture for Molekylär bioinformatik X3 Feb 24 2004 Computational Chemistry in Drug Discovery Mats Kihlén Head of Research Informatics Biovitrum AB verview» The role of computational chemistry» Basic concepts

More information

Simplifying Drug Discovery with JMP

Simplifying Drug Discovery with JMP Simplifying Drug Discovery with JMP John A. Wass, Ph.D. Quantum Cat Consultants, Lake Forest, IL Cele Abad-Zapatero, Ph.D. Adjunct Professor, Center for Pharmaceutical Biotechnology, University of Illinois

More information

Capturing Chemistry. What you see is what you get In the world of mechanism and chemical transformations

Capturing Chemistry. What you see is what you get In the world of mechanism and chemical transformations Capturing Chemistry What you see is what you get In the world of mechanism and chemical transformations Dr. Stephan Schürer ead of Intl. Sci. Content Libraria, Inc. sschurer@libraria.com Distribution of

More information

COMPUTER AIDED DRUG DESIGN (CADD) AND DEVELOPMENT METHODS

COMPUTER AIDED DRUG DESIGN (CADD) AND DEVELOPMENT METHODS COMPUTER AIDED DRUG DESIGN (CADD) AND DEVELOPMENT METHODS DRUG DEVELOPMENT Drug development is a challenging path Today, the causes of many diseases (rheumatoid arthritis, cancer, mental diseases, etc.)

More information

Comparing Multi-Label Classification Methods for Provisional Biopharmaceutics Class Prediction

Comparing Multi-Label Classification Methods for Provisional Biopharmaceutics Class Prediction Comparing Multi-Label Classification Methods for Provisional Biopharmaceutics Class Prediction Danielle Newby a, Alex. A. Freitas b, Taravat Ghafourian a,c* a Medway School of Pharmacy, Universities of

More information

Data Warehousing & Data Mining

Data Warehousing & Data Mining 13. Meta-Algorithms for Classification Data Warehousing & Data Mining Wolf-Tilo Balke Silviu Homoceanu Institut für Informationssysteme Technische Universität Braunschweig http://www.ifis.cs.tu-bs.de 13.

More information