Farewell, PipelinePilot Migrating the Exquiron cheminformatics platform to KNIME and the ChemAxon technology

Size: px
Start display at page:

Download "Farewell, PipelinePilot Migrating the Exquiron cheminformatics platform to KNIME and the ChemAxon technology"

Transcription

1 Farewell, PipelinePilot Migrating the Exquiron cheminformatics platform to KNIME and the ChemAxon technology Serge P. Parel, PhD ChemAxon User Group Meeting, Budapest 21 st May, 2014

2 Outline Exquiron Who are we? Research informatics infrastructure Why migrate? What to migrate? Who can help? Example 1: Reporting of dose-response results Example 2: Hit expansion toolbox Summary Acknowledgments 2

3 Exquiron who are we? Hit identification & profiling services Independent and privately held startup company 10 scientific staff and expanding >60 cumulated years experience in hit identification services Covering human health, veterinary, consumer care, nutraceutical, and agrochemical areas 850m 2 lab & office space Located in Reinach, near Basel, Switzerland 3

4 Research informatics infrastructure As of end of 2013 Chemistry cartridge: ChemAxon JChem on Oracle Workflow platform: Accelrys Pipeline Pilot Cheminformatics platform: Accelrys PP Chemistry Library Biological data warehouse: Exquiron NaviGator database on MS-SQL server 4

5 Research informatics infrastructure Problem Chemistry cartridge: ChemAxon JChem on Oracle Workflow platform: Accelrys Pipeline Pilot Cheminformatics platform: Accelrys PP Chemistry Library Biological data warehouse: Exquiron NaviGator database on MS-SQL server Renewal financial terms not suitable for small enterprises with only very few users (compared with pricing of Start-Up package) Duplicate functionalities (Accelrys PP Chemistry Library and ChemAxon PP components) 5

6 Research informatics infrastructure Solution? Chemistry cartridge: ChemAxon JChem on Oracle Workflow platform: Accelrys Pipeline Pilot Workflow platform: KNIME Cheminformatics platform: Accelrys PP Chemistry Library Cheminformatics platform: ChemAxon/Infocom nodes Biological data warehouse: Exquiron NaviGator database on MS-SQL server 6

7 Research informatics infrastructure Solution? Chemistry cartridge: ChemAxon JChem on Oracle Workflow platform: Accelrys Pipeline Pilot Workflow platform: KNIME Cheminformatics platform: Accelrys PP Chemistry Library Biological data warehouse: Exquiron NaviGator database on MS-SQL server Cheminformatics platform: ChemAxon/Infocom nodes Simple protocols can be ported in house, but what about more complex workflows? 7

8 Research informatics infrastructure Who can help? Workflow platform: Accelrys Pipeline Pilot Workflow platform: KNIME Cheminformatics platform: Accelrys PP Chemistry Library Cheminformatics platform: ChemAxon/Infocom nodes Ask KNIME if they can help: Yes, but they rely rather on partners for consulting services and support them where needed Ask ChemAxon if they can help: Yes, through their Consultancy Services 8

9 Scope of the migration Lots of short PP protocols (SD files and lists manipulation, virtual screening, ) Dose-response data reporting Input file generation Report generation Exhaustive hit expansion toolbox Hit expansion Data fusion and analysis Done in house Done over Consultancy with support from KNIME Done over Consultancy Done in house 9

10 Example 1 Reporting of dose-response experiments Typical workflow for a hit finding campaign: HTS Confirmation usually in duplicates Dose-response determination assay + counterassay(s) Confirmed actives Many 100K compounds Actives A few 1,000s A few 100s Hits Reporting Chemists want to see structures and biological results Biologists want to see biological results and dose-response curves 10

11 Reporting of dose-response experiments Workflow (I) Exquiron data warehouse JChem cartridge or SD File Select project and set of experiments Exp. data points IC50 fitting parameters Tag each data point with experiment, concentration, replicate and experiment. Tag IC50 parameters by experiment SD File Purity Additonal data (Text file) 11

12 Reporting of dose-response experiments Workflow (II) Compound structure SD File Generate report elements Results table Export as pdf Doseresponse curves 12

13 Reporting of dose-response experiments SD file generation (I) exq_id exp_id Conc Valid Activity(%) EXQ TRUE EXQ TRUE EXQ TRUE EXQ TRUE EXQ TRUE EXQ TRUE Concentration may be different for each experiment Number of replicates per concentration may vary Datapoint at a given concentration could be invalid Number of experiments to report may vary Fields for SD file cannot be defined a priori.. M END > <dtag_nr> EXQ > <Activity_ _1_S1> > <Activity_ _1_S1> > <Activity_ _1_S1> > <Activity_10.0_1_S1> > <Activity_30.0_1_S1> > <Activity_90.0_1_S1>

14 Reporting of dose-response experiments SD file generation (II) PipelinePilot Get data from database: SELECT statement Each datapoint is a separate row Crunch data: Through Group By s and a lot of hash tables in PilotScript code New columns/column names generated on the fly For each compound, one single row with each datapoint is a separate column Finalize: Merge with structures, regression parameters and purity information Write SD file KNIME Get data from database: SELECT statement Each datapoint is a separate row Crunch data: Through Group By s, pivoting and some string manipulation All new columns/column names generated at once through pivoting For each compound, one single row with each datapoint is a separate column Finalize: Merge with structures, regression parameters and purity information Write SD file 14

15 Reporting of dose-response experiments Report generation in PipelinePilot PipelinePilot Read and parse SD file Generate report elements (PP Reporting Collection) Compound ID Structure Results table Generate DR curves based on logistic regression parameters (done in Perl!!) Feed DR curves and experimental data points to XY- Chart component Combine into report with header, footer, logo Generate pdf file 15

16 Reporting of dose-response experiments and in KNIME PipelinePilot Read and parse SD file Generate report elements (PP Reporting Collection) Compound ID Structure Results table Generate DR curves based on logistic regression parameters (done in Perl!!) Feed DR curves and experimental data points to XY- Chart component Combine into report with header, footer, logo Generate pdf file KNIME Read and parse SD file Generate report information as tables Compound ID Structure Results table Generate DR curves based on logistic regression parameters (using a Math Formula node) Feed DR curves and experimental data points to R and use ggplo to generate the DR plot, return it as picture Send all elements to the KNIME Report Designer (BIRT) Combine to a report with header, footer, logo Generate pdf file 16

17 Reporting of dose-response experiments Result PipelinePilot KNIME 17

18 Example 2 Hit expansion workflow Purpose of hit expansion (aka SAR expansion, SAR by catalogue): To consolidate and expand knowledge on active regions in chemical space To find derivatives of active scaffolds to establish or broaden SAR information To expand hit series by scaffold hopping Strengthen knowledge base for direct use in H2L campaign 18

19 Hit Expansion workflow Workflow A. Bergner, S. P. Parel, J. Chem. Inf. Model. 2013, 53, 1057 ( 19

20 Hit Expansion workflow Workflow Applied to bridge gaps in chemical space A. Bergner, S. P. Parel, J. Chem. Inf. Model. 2013, 53, 1057 ( 20

21 Hit Expansion workflow Example (ChemBL VEGFR2 dataset) A. Bergner, S. P. Parel, J. Chem. Inf. Model. 2013, 53, 1057 ( 21

22 Hit expansion workflow To do Port all functionalities of the workflow to KNIME using the ChemAxon/Infocom nodes (with the exception of the pharmacophore graphs) Improve and optimize workflow for increased execution speed (current Turbosim implementation very slow due to the large number of similarity searches performed) Assignment more than fulfilled 22

23 Hit expansion workflow Target database preparation Workflow combines similarity searches using FCFP, ECFC and MACCS keys Workflow also performs various substructure searches In PP, all fingerprints (FP) were pre-calculated and stored with their corresponding structure into a PP cache Still a lot of «overhead» since structures are not needed to run similarity searches (FP already calculated) and FP are not needed when running substructures searches, but everything is carried through the whole workflow 23

24 Hit expansion workflow Target database preparation Workflow combines similarity searches using FCFP, ECFC and MACCS keys Workflow also performs various substructure searches In PP, all fingerprints (FP) were pre-calculated and stored with their corresponding structure into a PP cache Still a lot of «overhead» since structures are not needed to run similarity searches (FP already calculated) and FP are not needed when running substructures searches, but everything is carried through the whole workflow After calculation, FPs are stored into a KNIME table file, and the structures are stored separately into a local JChem database, then load only what is needed where you need it 24

25 Hit expansion workflow Ring generalization Idea: create substructure queries with generalized ring structures (somewhat the opposite of Bemis-Murcko scaffolds) Implementation: Loop through each atom, set to atom type any if it is in a ring Loop through each bond, set to bond type any if it is in a ring 25

26 Hit expansion workflow Ring generalization Idea: create substructure queries with generalized ring structures (somewhat the opposite of Bemis-Murcko scaffolds) Implementation: Loop through each atom, set to atom type any if it is in a ring Loop through each bond, set to bond type any if it is in a ring Doesn t work in PP (with PilotScript and Chemistry Collection) 26

27 Hit expansion workflow Ring generalization Idea: create substructure queries with generalized ring structures (somewhat the opposite of Bemis-Murcko scaffolds) Implementation: Loop through each atom, set to atom type any if it is in a ring Loop through each bond, set to bond type any if it is in a ring Works perfectly fine in KNIME by calling the ChemAxon API in a Java Snippet 27

28 Hit expansion workflow Bioisostere enumeration Bioisosteric transformations are applied to generate new virtual template structures This step makes use of the Wagener and Lommerse dataset (J. Chem. Inf. Model. 2006, 46, 677) as originally implemented in PP (MDL.rxn files) But there is no bioisosteric transformation node available under KNIME 28

29 Hit expansion workflow Bioisostere enumeration - implementation Bioisosteric transformations were implemented as a KNIME metanode using a loop iterating through each reaction file and applying it to the incoming template with a ChemAxon/Infocom UniReactor node Works well, but requires a strong atom-to-atom mapping in the.rxn file (which was not the case under PP) Still a couple of issues to solve: May be due to the way UniReactor handles 2-attachment points reactions (?): But we are on the right track! 29

30 Summary KNIME combined with the ChemAxon/Infocom cheminformatics nodes is an efficient and cost-effective alternative to PipelinePilot State-of-the-art reporting platform (WYSIWYG and Drag&Drop) Fingerprint-based similarity search orders of magnitude faster RAM memory requirements high (at least for the Desktop version of KNIME when dealing with large SD files, prob. less relevant for the Server version). 2 GB assigned to KNIME is probably the minimum Loops can sometimes be quite slow ( equivalent of the RunToCompletion option in PP) Currently no KNIME implementation for the Discngine Pharmacophore Graphs, but possibility to implement Screen3D instead under evaluation 30

31 Summary ChemAxon and KNIME have done a terrific job in helping us successfully migrate business critical protocols/workflows Required timelines could be maintained (due to expiring PP license) Workflows have been optimized and streamlined If you are planning a similar migration and you need help, ask the ChemAxon team. They definitively can help! 31

32 Acknowledgements Attila Szabó Mihály Medzi Medzihradszky Aaron Hart Andreas Bergner 32

33 Thank you! For more information contact Serge P. Parel Exquiron Biotech AG Kägenstrasse Reinach Switzerland

Ákos Tarcsay CHEMAXON SOLUTIONS

Ákos Tarcsay CHEMAXON SOLUTIONS Ákos Tarcsay CHEMAXON SOLUTIONS FINDING NOVEL COMPOUNDS WITH IMPROVED OVERALL PROPERTY PROFILES Two faces of one world Structure Footprint Linked Data Reactions Analytical Batch Phys-Chem Assay Project

More information

FROM MOLECULAR FORMULAS TO MARKUSH STRUCTURES

FROM MOLECULAR FORMULAS TO MARKUSH STRUCTURES FROM MOLECULAR FORMULAS TO MARKUSH STRUCTURES DIFFERENT LEVELS OF KNOWLEDGE REPRESENTATION IN CHEMISTRY Michael Braden, PhD ACS / San Diego/ 2016 Overview ChemAxon Who are we? Examples/use cases: Create

More information

Reaxys Pipeline Pilot Components Installation and User Guide

Reaxys Pipeline Pilot Components Installation and User Guide 1 1 Reaxys Pipeline Pilot components for Pipeline Pilot 9.5 Reaxys Pipeline Pilot Components Installation and User Guide Version 1.0 2 Introduction The Reaxys and Reaxys Medicinal Chemistry Application

More information

Contents 1 Open-Source Tools, Techniques, and Data in Chemoinformatics

Contents 1 Open-Source Tools, Techniques, and Data in Chemoinformatics Contents 1 Open-Source Tools, Techniques, and Data in Chemoinformatics... 1 1.1 Chemoinformatics... 2 1.1.1 Open-Source Tools... 2 1.1.2 Introduction to Programming Languages... 3 1.2 Chemical Structure

More information

Fast similarity searching making the virtual real. Stephen Pickett, GSK

Fast similarity searching making the virtual real. Stephen Pickett, GSK Fast similarity searching making the virtual real Stephen Pickett, GSK Introduction Introduction to similarity searching Use cases Why is speed so crucial? Why MadFast? Some performance stats Implementation

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

Pipeline Pilot Integration

Pipeline Pilot Integration Scientific & technical Presentation Pipeline Pilot Integration Szilárd Dóránt July 2009 The Component Collection: Quick facts Provides access to ChemAxon tools from Pipeline Pilot Free of charge Open source

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

Overview. Everywhere. Over everything.

Overview. Everywhere. Over everything. Cadenza Desktop Cadenza Web Cadenza Mobile Cadenza Overview. Everywhere. Over everything. The ultimate GIS and reporting suite. Provide, analyze and report data efficiently. For desktop, web and mobile.

More information

One platform for desktop, web and mobile

One platform for desktop, web and mobile One platform for desktop, web and mobile Search and filter Get access to all data thematically filter data in context factually and spatially as well as display it dynamically. Export a selection or send

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

Biologically Relevant Molecular Comparisons. Mark Mackey

Biologically Relevant Molecular Comparisons. Mark Mackey Biologically Relevant Molecular Comparisons Mark Mackey Agenda > Cresset Technology > Cresset Products > FieldStere > FieldScreen > FieldAlign > FieldTemplater > Cresset and Knime About Cresset > Specialist

More information

Marvin. Sketching, viewing and predicting properties with Marvin - features, tips and tricks. Gyorgy Pirok. Solutions for Cheminformatics

Marvin. Sketching, viewing and predicting properties with Marvin - features, tips and tricks. Gyorgy Pirok. Solutions for Cheminformatics Marvin Sketching, viewing and predicting properties with Marvin - features, tips and tricks Gyorgy Pirok Solutions for Cheminformatics The Marvin family The Marvin toolkit provides web-enabled components

More information

ArcGIS. for Server. Understanding our World

ArcGIS. for Server. Understanding our World ArcGIS for Server Understanding our World ArcGIS for Server Create, Distribute, and Manage GIS Services You can use ArcGIS for Server to create services from your mapping and geographic information system

More information

Introducing a Bioinformatics Similarity Search Solution

Introducing a Bioinformatics Similarity Search Solution Introducing a Bioinformatics Similarity Search Solution 1 Page About the APU 3 The APU as a Driver of Similarity Search 3 Similarity Search in Bioinformatics 3 POC: GSI Joins Forces with the Weizmann Institute

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

The Case for Use Cases

The Case for Use Cases The Case for Use Cases The integration of internal and external chemical information is a vital and complex activity for the pharmaceutical industry. David Walsh, Grail Entropix Ltd Costs of Integrating

More information

Integrated Cheminformatics to Guide Drug Discovery

Integrated Cheminformatics to Guide Drug Discovery Integrated Cheminformatics to Guide Drug Discovery Matthew Segall, Ed Champness, Peter Hunt, Tamsin Mansley CINF Drug Discovery Cheminformatics Approaches August 23 rd 2017 Optibrium, StarDrop, Auto-Modeller,

More information

Large scale classification of chemical reactions from patent data

Large scale classification of chemical reactions from patent data Large scale classification of chemical reactions from patent data Gregory Landrum NIBR Informatics, Basel Novartis Institutes for BioMedical Research 10th International Conference on Chemical Structures/

More information

ArcGIS Deployment Pattern. Azlina Mahad

ArcGIS Deployment Pattern. Azlina Mahad ArcGIS Deployment Pattern Azlina Mahad Agenda Deployment Options Cloud Portal ArcGIS Server Data Publication Mobile System Management Desktop Web Device ArcGIS An Integrated Web GIS Platform Portal Providing

More information

Patent Searching using Bayesian Statistics

Patent Searching using Bayesian Statistics Patent Searching using Bayesian Statistics Willem van Hoorn, Exscientia Ltd Biovia European Forum, London, June 2017 Contents Who are we? Searching molecules in patents What can Pipeline Pilot do for you?

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

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation. ST-Links SpatialKit For ArcMap Version 3.0.x ArcMap Extension for Directly Connecting to Spatial Databases ST-Links Corporation www.st-links.com 2012 Contents Introduction... 3 Installation... 3 Database

More information

The shortest path to chemistry data and literature

The shortest path to chemistry data and literature R&D SOLUTIONS Reaxys Fact Sheet The shortest path to chemistry data and literature Designed to support the full range of chemistry research, including pharmaceutical development, environmental health &

More information

Introduction to ArcGIS Server Development

Introduction to ArcGIS Server Development Introduction to ArcGIS Server Development Kevin Deege,, Rob Burke, Kelly Hutchins, and Sathya Prasad ESRI Developer Summit 2008 1 Schedule Introduction to ArcGIS Server Rob and Kevin Questions Break 2:15

More information

The Schrödinger KNIME extensions

The Schrödinger KNIME extensions The Schrödinger KNIME extensions Computational Chemistry and Cheminformatics in a workflow environment Jean-Christophe Mozziconacci Volker Eyrich Topics What are the Schrödinger extensions? Workflow application

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

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

ICM-Chemist How-To Guide. Version 3.6-1g Last Updated 12/01/2009

ICM-Chemist How-To Guide. Version 3.6-1g Last Updated 12/01/2009 ICM-Chemist How-To Guide Version 3.6-1g Last Updated 12/01/2009 ICM-Chemist HOW TO IMPORT, SKETCH AND EDIT CHEMICALS How to access the ICM Molecular Editor. 1. Click here 2. Start sketching How to sketch

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

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

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

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

The MDL Discovery Framework: Data and Application Integration in the Life Sciences

The MDL Discovery Framework: Data and Application Integration in the Life Sciences MDL Information Systems Inc. San Leandro, California The MDL Discovery Framework: Data and Application Integration in the Life Sciences 2002 MDL Information Systems, Inc. All rights reserved. No part of

More information

The Schrödinger KNIME extensions

The Schrödinger KNIME extensions The Schrödinger KNIME extensions Computational Chemistry and Cheminformatics in a workflow environment Jean-Christophe Mozziconacci Volker Eyrich KNIME UGM, Zurich, February 2014 The Schrödinger extensions

More information

Using Web Technologies for Integrative Drug Discovery

Using Web Technologies for Integrative Drug Discovery Using Web Technologies for Integrative Drug Discovery Qian Zhu 1 Sashikiran Challa 1 Yuying Sun 3 Michael S. Lajiness 2 David J. Wild 1 Ying Ding 3 1 School of Informatics and Computing, Indiana University,

More information

QSAR Modeling of ErbB1 Inhibitors Using Genetic Algorithm-Based Regression

QSAR Modeling of ErbB1 Inhibitors Using Genetic Algorithm-Based Regression APPLICATION NOTE QSAR Modeling of ErbB1 Inhibitors Using Genetic Algorithm-Based Regression GAINING EFFICIENCY IN QUANTITATIVE STRUCTURE ACTIVITY RELATIONSHIPS ErbB1 kinase is the cell-surface receptor

More information

Comprehensive Chemoinformatics since Web-based, client/server, and toolkit approaches. Native Oracle (cartridge) and Microsoft technology.

Comprehensive Chemoinformatics since Web-based, client/server, and toolkit approaches. Native Oracle (cartridge) and Microsoft technology. CambridgeSoft Solutions CambridgeSoft Research Informatics Louis Culot Executive Director, Research Informatics Division Informatics Overview ChemDraw since 1986. Comprehensive Chemoinformatics since 1998.

More information

Road Ahead: Linear Referencing and UPDM

Road Ahead: Linear Referencing and UPDM Road Ahead: Linear Referencing and UPDM Esri European Petroleum GIS Conference November 7, 2014 Congress Centre, London Your Work Making a Difference ArcGIS Is Evolving Your GIS Is Becoming Part of an

More information

Chemically Intelligent Experiment Data Management

Chemically Intelligent Experiment Data Management Chemically Intelligent Experiment Data Management Offering tools specifically designed to optimize the workflow of synthetic, medicinal, process and analytical chemists, the E-WorkBook Suite delivers a

More information

A powerful site for all chemists CHOICE CRC Handbook of Chemistry and Physics

A powerful site for all chemists CHOICE CRC Handbook of Chemistry and Physics Chemical Databases Online A powerful site for all chemists CHOICE CRC Handbook of Chemistry and Physics Combined Chemical Dictionary Dictionary of Natural Products Dictionary of Organic Dictionary of Drugs

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Shreyas Shinde ArcGIS Enterprise is the new name for ArcGIS for Server ArcGIS Enterprise Software Components ArcGIS Server Portal

More information

Reaxys Medicinal Chemistry Fact Sheet

Reaxys Medicinal Chemistry Fact Sheet R&D SOLUTIONS FOR PHARMA & LIFE SCIENCES Reaxys Medicinal Chemistry Fact Sheet Essential data for lead identification and optimization Reaxys Medicinal Chemistry empowers early discovery in drug development

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

Esri Overview for Mentor Protégé Program:

Esri Overview for Mentor Protégé Program: Agenda Passionate About Helping You Succeed Esri Overview for Mentor Protégé Program: Northrop Grumman CSSS Jeff Dawley 3 September 2010 Esri Overview ArcGIS as a System ArcGIS 10 - Map Production - Mobile

More information

Chemical Data Retrieval and Management

Chemical Data Retrieval and Management Chemical Data Retrieval and Management ChEMBL, ChEBI, and the Chemistry Development Kit Stephan A. Beisken What is EMBL-EBI? Part of the European Molecular Biology Laboratory International, non-profit

More information

Chemists are from Mars, Biologists from Venus. Originally published 7th November 2006

Chemists are from Mars, Biologists from Venus. Originally published 7th November 2006 Chemists are from Mars, Biologists from Venus Originally published 7th November 2006 Chemists are from Mars, Biologists from Venus Andrew Lemon and Ted Hawkins, The Edge Software Consultancy Ltd Abstract

More information

Reaxys Managing Complexity

Reaxys Managing Complexity June 2009 Reaxys Managing Complexity Dr. Jürgen Swienty-Busch (j.swienty-busch@elsevier.com) What is Reaxys? Reaxys is Chemistry Covering more than 200 years of organic, organometallic and inorganic chemistry

More information

D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS

D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS D2D SALES WITH SURVEY123, OP DASHBOARD, AND MICROSOFT SSAS EDWARD GAUSE, GISP DIRECTOR OF INFORMATION SERVICES (ENGINEERING APPS) HTC (HORRY TELEPHONE COOP.) EDWARD GAUSE, GISP DIRECTOR OF INFORMATION

More information

Methods for tautomer enumeration, -searching and -duplicate filtering

Methods for tautomer enumeration, -searching and -duplicate filtering Methods for tautomer enumeration, -searching and -duplicate filtering József Szegezdi, Zsolt Mohácsi, Tamás Csizmazia, Szilárd Dóránt, Ákos Papp, György Pirok, Szabolcs Csepregi, Ferenc Csizmadia Solutions

More information

Pipeline Pilot Integration

Pipeline Pilot Integration Pipeline Pilot Integration Szilard Dorant Solutions for Cheminformatics The Component Collection: Quick facts Provides access to ChemAxon tools from Pipeline Pilot Developed and Supported by ChemAxon Free

More information

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below.

Among various open-source GIS programs, QGIS can be the best suitable option which can be used across partners for reasons outlined below. Comparison of Geographic Information Systems (GIS) software As of January 2018, WHO has reached an agreement with ESRI (an international supplier of GIS software) for an unlimited use of ArcGIS Desktop

More information

Tautomerism in chemical information management systems

Tautomerism in chemical information management systems Tautomerism in chemical information management systems Dr. Wendy A. Warr http://www.warr.com Tautomerism in chemical information management systems Author: Wendy A. Warr DOI: 10.1007/s10822-010-9338-4

More information

ChemAxon Partner Session: Arxspan Overview

ChemAxon Partner Session: Arxspan Overview ChemAxon Partner Session: Arxspan Overview Jim Martin ChemAxon's 13th European User Meeting May 9th-11 th Hotel Novotel Budapest Centrum Arxspan Information Arxspan ArxLab * Massachusetts company * Centralize

More information

Performing Map Cartography. using Esri Production Mapping

Performing Map Cartography. using Esri Production Mapping AGENDA Performing Map Cartography Presentation Title using Esri Production Mapping Name of Speaker Company Name Kannan Jayaraman Agenda Introduction What s New in ArcGIS 10.1 ESRI Production Mapping Mapping

More information

MedIsolae-3D. Mediterranean Islands SDI and 3D Aerial Web Navigation. Giacomo Martirano. (Epsilon Italia)

MedIsolae-3D. Mediterranean Islands SDI and 3D Aerial Web Navigation. Giacomo Martirano. (Epsilon Italia) MedIsolae-3D Mediterranean Islands SDI and 3D Aerial Web Navigation Giacomo Martirano (Epsilon Italia) GSDI 11 WORLD CONFERENCE 15-19 June, Rotterdam, The Netherlands Presentation Overview SDIs for the

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

Expanding the scope of literature data with document to structure tools PatentInformatics applications at Aptuit

Expanding the scope of literature data with document to structure tools PatentInformatics applications at Aptuit Expanding the scope of literature data with document to structure tools PatentInformatics applications at Aptuit Alfonso Pozzan Computational and Analytical Chemistry Drug Design and Discovery Department

More information

Map Application Progression

Map Application Progression Map Application Progression Application Migration with Latest ArcGIS by Dean Chiang California Department of Fish and Wildlife What we do at CDFW Hunting and fishing licensing and regulation Conservation

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

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

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

Migration to the New BI360

Migration to the New BI360 Migration to the New BI360 v1 Agenda Stephanie Gamber VP Professional Services Peter Forsberg Senior Manager QA & Technical Support Estimating and Preparing for Migrations Migration to BI360 Cloud & Private

More information

ArcGIS Platform For NSOs

ArcGIS Platform For NSOs ArcGIS Platform For NSOs Applying GIS and Spatial Thinking to Official Statistics Esri UC 2014 Demo Theater Applying GIS at the NSO Generic Statistical Business Process Model (GSBPM) 1 Specify Needs 2

More information

REPORT ON INVESTMENTS

REPORT ON INVESTMENTS REPORT ON INVESTMENTS D.T2.3.3 Investments for technical equipment for the implementation of Web-GIS platform in Mantova 1 Local support group designing Mantova Web-GIS platform. Picture by Maria Giulia

More information

Geog 469 GIS Workshop. Managing Enterprise GIS Geodatabases

Geog 469 GIS Workshop. Managing Enterprise GIS Geodatabases Geog 469 GIS Workshop Managing Enterprise GIS Geodatabases Outline 1. Why is a geodatabase important for GIS? 2. What is the architecture of a geodatabase? 3. How can we compare and contrast three types

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

Troubleshooting Replication and Geodata Services. Liz Parrish & Ben Lin

Troubleshooting Replication and Geodata Services. Liz Parrish & Ben Lin Troubleshooting Replication and Geodata Services Liz Parrish & Ben Lin AGENDA: Troubleshooting Replication and Geodata Services Overview Demo Troubleshooting Q & A Overview of Replication Liz Parrish What

More information

NOACA s DART: Web GIS Tools for Transportation Planning. Chad Harris, NOACA Bryan Baker, Tierra Plan LLC Kevin Knapp, Tierra Plan LLC

NOACA s DART: Web GIS Tools for Transportation Planning. Chad Harris, NOACA Bryan Baker, Tierra Plan LLC Kevin Knapp, Tierra Plan LLC NOACA s DART: Web GIS Tools for Transportation Planning Chad Harris, NOACA Bryan Baker, Tierra Plan LLC Kevin Knapp, Tierra Plan LLC NOACA DART: Data Analysis and Reporting Tool NOACA: Northeast Ohio Areawide

More information

Iowa Department of Transportation Office of Transportation Data GIS / CAD Integration

Iowa Department of Transportation Office of Transportation Data GIS / CAD Integration Iowa Department of Transportation Office of Transportation Data GIS / CAD Integration From GIS data to CAD graphics - Iowa DOT's workflow utilizing GeoMedia and MicroStation to develop map products. Mark

More information

has its own advantages and drawbacks, depending on the questions facing the drug discovery.

has its own advantages and drawbacks, depending on the questions facing the drug discovery. 2013 First International Conference on Artificial Intelligence, Modelling & Simulation Comparison of Similarity Coefficients for Chemical Database Retrieval Mukhsin Syuib School of Information Technology

More information

Cheminformatics analysis and learning in a data pipelining environment

Cheminformatics analysis and learning in a data pipelining environment Molecular Diversity (2006) 10: 283 299 DOI: 10.1007/s11030-006-9041-5 c Springer 2006 Review Cheminformatics analysis and learning in a data pipelining environment Moises Hassan 1,, Robert D. Brown 1,

More information

Basic Techniques in Structure and Substructure

Basic Techniques in Structure and Substructure Truncating Molecules Basic Techniques in Structure and Substructure Searching for Information Professionals Judith Currano Head, Chemistry Library University of Pennsylvania currano@pobox.upenn.edu Acknowledgements

More information

The File Geodatabase API. Craig Gillgrass Lance Shipman

The File Geodatabase API. Craig Gillgrass Lance Shipman The File Geodatabase API Craig Gillgrass Lance Shipman Schedule Cell phones and pagers Please complete the session survey we take your feedback very seriously! Overview File Geodatabase API - Introduction

More information

Complete Faceting. code4lib, Feb Toke Eskildsen Mikkel Kamstrup Erlandsen

Complete Faceting. code4lib, Feb Toke Eskildsen Mikkel Kamstrup Erlandsen Complete Faceting code4lib, Feb. 2009 Toke Eskildsen te@statsbiblioteket.dk Mikkel Kamstrup Erlandsen mke@statsbiblioteket.dk Battle Plan Terminology (geek level: 1) History (geek level: 3) Data Structures

More information

Managing bathymetric data in a hydrographic survey company

Managing bathymetric data in a hydrographic survey company Managing bathymetric data in a hydrographic survey company Overview Brief Introduction to MMT How MMT use GIS Why we need to manage bathy data The BIS Inputting Data to the BIS Using the BIS GIS Product

More information

Introducing New Technology for Liquid Handling Quality Assurance

Introducing New Technology for Liquid Handling Quality Assurance Introducing New Technology for Liquid Handling Quality Assurance Bill Gigante and John Bradshaw Ph.D. Tutorial Topics Product overview Real world example Compound Management Technology Operation Maintenance

More information

OECD QSAR Toolbox v.3.4

OECD QSAR Toolbox v.3.4 OECD QSAR Toolbox v.3.4 Predicting developmental and reproductive toxicity of Diuron (CAS 330-54-1) based on DART categorization tool and DART SAR model Outlook Background Objectives The exercise Workflow

More information

The Schrödinger KNIME extensions

The Schrödinger KNIME extensions The Schrödinger KNIME extensions Computational Chemistry and Cheminformatics in a workflow environment Jean-Christophe Mozziconacci Volker Eyrich KNIME UGM, Berlin, February 2015 The Schrödinger Extensions

More information

Introduction. Chemical Structure Graphs. Whitepaper

Introduction. Chemical Structure Graphs. Whitepaper Whitepaper Exact match searching Introduction Institutions find it valuable to maintain a registry of all the chemical substances that have prepared. The purpose of this registry is to determine whether

More information

Aurora Costache, PhD. CHEMAXON PORTFOLIO WALK THROUGH From toolkits to end-user applications to deliver solutions

Aurora Costache, PhD. CHEMAXON PORTFOLIO WALK THROUGH From toolkits to end-user applications to deliver solutions Aurora Costache, PhD CHEMAXON PORTFOLIO WALK THROUGH From toolkits to end-user applications to deliver solutions WHO WE ARE Hungarians Romanians Nigerian Czechs Hawaiian Canadian Ukrainians Serbians French

More information

Handling Human Interpreted Analytical Data. Workflows for Pharmaceutical R&D. Presented by Peter Russell

Handling Human Interpreted Analytical Data. Workflows for Pharmaceutical R&D. Presented by Peter Russell Handling Human Interpreted Analytical Data Workflows for Pharmaceutical R&D Presented by Peter Russell 2011 Survey 88% of R&D organizations lack adequate systems to automatically collect data for reporting,

More information

Leveraging Web GIS: An Introduction to the ArcGIS portal

Leveraging Web GIS: An Introduction to the ArcGIS portal Leveraging Web GIS: An Introduction to the ArcGIS portal Derek Law Product Management DLaw@esri.com Agenda Web GIS pattern Product overview Installation and deployment Configuration options Security options

More information

Bentley Map V8i (SELECTseries 3)

Bentley Map V8i (SELECTseries 3) Bentley Map V8i (SELECTseries 3) A quick overview Why Bentley Map Viewing and editing of geospatial data from file based GIS formats, spatial databases and raster Assembling geospatial/non-geospatial data

More information

TRANSVERSE GIS FOR TOTAL E&P NIGERIA - GEOPS

TRANSVERSE GIS FOR TOTAL E&P NIGERIA - GEOPS TRANSVERSE GIS FOR TOTAL E&P NIGERIA - GEOPS Marc Roussel / Total H. ANEKE (Manager Survey & Geomatics) J-M. AMOUROUX (Head of Geomatics and Affiliate Transverse GIS Coordinator) TEPNG/TS/ECP/Survey &

More information

Bentley Geospatial update

Bentley Geospatial update Bentley Geospatial update Tallinna, 01.11.2007 Timo Tuukkanen, Bentley Systems Issues today Bentley Map available now detailed introduction to Bentley Map Bentley Geo Web Publisher Bentley Web GIS update,

More information

Esri Training by Microcenter Prepare to Innovate. Microcenter Course Catalog

Esri Training by Microcenter Prepare to Innovate. Microcenter Course Catalog Esri Training by Microcenter Prepare to Innovate 2015 Instructor-Led Courses Microcenter Course Catalog ArcGIS Foundational Courses Designed to meet the learning needs of professionals whose GIS experience

More information

Merck Virtual Library (MVL): Deployment, Application, and Future Enhancement

Merck Virtual Library (MVL): Deployment, Application, and Future Enhancement Merck Virtual Library (MVL): Deployment, Application, and Future Enhancement Zhengwei Peng Informatics, Discovery Chemistry, Merck & Co., Inc., Kenilworth, NJ, USA, and ChemAxon UGM, Boston, MA, USA Contents

More information

Are You Maximizing The Value Of All Your Data?

Are You Maximizing The Value Of All Your Data? Are You Maximizing The Value Of All Your Data? Using The SAS Bridge for ESRI With ArcGIS Business Analyst In A Retail Market Analysis SAS and ESRI: Bringing GIS Mapping and SAS Data Together Presented

More information

GIS Lecture 4: Data. GIS Tutorial, Third Edition GIS 1

GIS Lecture 4: Data. GIS Tutorial, Third Edition GIS 1 GIS Lecture 4: Data GIS 1 Outline Data Types, Tables, and Formats Geodatabase Tabular Joins Spatial Joins Field Calculator ArcCatalog Functions GIS 2 Data Types, Tables, Formats GIS 3 Directly Loadable

More information

Supplementary information

Supplementary information Electronic Supplementary Material (ESI) for MedChemComm. This journal is The Royal Society of Chemistry 2017 Supplementary information Identification of steroid-like natural products as potent antiplasmodial

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

ArcGIS for Local Government

ArcGIS for Local Government Wednesday, June 29th ArcGIS for Local Government Dan Rose, GIS Analyst WaterOne IT/GIS Agenda / Talking Points What is the LGIM? WaterOne s GIS and LGIM background Our geodatabase redesign Our strategies

More information

OECD QSAR Toolbox v.3.3. Step-by-step example of how to build a userdefined

OECD QSAR Toolbox v.3.3. Step-by-step example of how to build a userdefined OECD QSAR Toolbox v.3.3 Step-by-step example of how to build a userdefined QSAR Background Objectives The exercise Workflow of the exercise Outlook 2 Background This is a step-by-step presentation designed

More information

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson

ArcGIS Enterprise: What s New. Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise: What s New Philip Heede Shannon Kalisky Melanie Summers Sam Williamson ArcGIS Enterprise is the new name for ArcGIS for Server What is ArcGIS Enterprise ArcGIS Enterprise is powerful

More information

Geodatabase Replication for Utilities Tom DeWitte Solution Architect ESRI Utilities Team

Geodatabase Replication for Utilities Tom DeWitte Solution Architect ESRI Utilities Team Geodatabase Replication for Utilities Tom DeWitte Solution Architect ESRI Utilities Team 1 Common Data Management Issues for Utilities Utilities are a distributed organization with the need to maintain

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

PubChem data extraction and integration using Instant JChem. Oleg Ursu Cristian Bologa Tudor I. Oprea Division of Biocomputing

PubChem data extraction and integration using Instant JChem. Oleg Ursu Cristian Bologa Tudor I. Oprea Division of Biocomputing PubChem data extraction and integration using Instant JChem Oleg Ursu Cristian Bologa Tudor I. Oprea Division of Biocomputing PubChem - why not? Custom SQL queries Pipelining with custom in house or commercial

More information

GIS = Geographic Information Systems;

GIS = Geographic Information Systems; What is GIS GIS = Geographic Information Systems; What Information are we talking about? Information about anything that has a place (e.g. locations of features, address of people) on Earth s surface,

More information

IUCLID Substance Data

IUCLID Substance Data 1 Workshop on CEFIC LRI Project EEM9.4 LRI AMBIT with IUCLID6 support and extended search capabilities IUCLID Substance Data Nikolay Kochev Ideaconsult Ltd. Sofia,Bulgaria 2 Chemical structure vs. Substance

More information