KNIME applications at Syngenta

Size: px
Start display at page:

Download "KNIME applications at Syngenta"

Transcription

1 KNIME applications at Syngenta Mark Earll Senior Analytical and Data Scientist, Product Characterisation Group Syngenta - Jealott's Hill International Research Centre

2 Contents Introduction - Syngenta - Product Characterisation Department Automated report writing with BIRT Improved diagnostics for data QC and calibration using R nodes KNIME for compilation of large datasets in Metabolomics and QSAR Some cheminformatics applications 2

3 We bring plant potential to life Syngenta is one of the world s leading companies with more than 24,000 employees in over 90 countries dedicated to our purpose: Bringing plant potential to life. Our Crop Protection and Seeds products help growers increase crop yields and productivity. We contribute to meeting the growing global demand for food, feed and fuel and are committed to protecting the environment, promoting health and improving the quality of life. 3

4 Product Characterisation at Syngenta Part of the Technology and Engineering group Analytical chemistry function supporting formulation development, manufacturing and supply chain Work includes - Residual impurity analysis of production batches - Support for formulation development greenhouse and field studies - Identification of counterfeit products and grey imports - Troubleshooting production issues - Preparative separation to support ag-chem and regulatory - Optical spectroscopy support for seeds manufacturing Well equipped labs with LC GC LCMS GCMS SFC IR UV etc. 4

5 Automation of reporting for analytical chemistry Why automate? - Speed - Remove tedium - Consistency - Prevent re-typing (time wasting) - Prevent transcription errors - Gives audit trail for those who follow - Diagnostic plots - Access to better statistics than that provided in instruments - Cope with a diversity of vendors How - Scripting (R, Python, Perl, Javascript, JMP script) - Workflow tool KNIME 5

6 BIRT Report Designer in KNIME Takes output from KNIME reporting nodes Fairly intuitive to use Similar to a HTML webpage authoring tool, drag and drop items from the workflow Placeholders for available data and plots Output in almost any format (PDF, Word, Excel ) 6

7 Automation requires a change in thinking Key to successful automation is CONSISTENCY of INPUT Consistent names, headers, formats Excel templates are useful: 7

8 Typical workflow MS conditions Integration Reports Excel pro-forma HPLC conditions Report ELN 8

9 Residual Impurity Analytical Report Workflow Looks horrendously complex, Not actually difficult to use. (could be tidied up by using meta-nodes) Pink highlighted area is the part you have to interact with Process: - Enter location of 2 excel files and one text file - Press Run - Do a bit of QC inspection - circa. <1min runtime - Compare with 2 hours manual write-up 9

10 The report 10

11 Example 2: Non-linear calibration Analytical work in support of a microencapsulation formulation project - 5 analytes determined with confidence interval - Slightly non-linear regression - Circa ½ day per report to write up manually x 60 - Potential saving of 30 person-days 11

12 Improved data diagnostics using R language Using KNIME nodes as containers for R-scripts gives the opportunity to make useful visual data validation tools Using KNIME the R scripts become modular and can be used as building blocks in other workflows by colleagues 12

13 An R node in more detail Data from workflow input becomes R object knime.in or individual variables may be selected After manipulation in the node data must be returned to the output as a new object knime.out or knime.model Or if using a R view node, sent to a image to report node as a plot for reporting Node can be unit tested and then used in other workflows Can have other nodes in Perl Python, java etc. and mix and match - useful for collaboration 13

14 Linear regression tools for analytical calibration Several R packages for inverse calibration - chemcal by Johannes Ranke - investr by Brandon Greenwell - quantchem by Łukasz Komsta I have written R script using chemcal to give proper tools for assessment of - Linearity - Limit of Detection* - Limit of Quantitation* - Also gives R2, RMSE, Slope and Intercept - Plus confidence intervals on predictions * based upon ICH guidelines (3.3 or 10 x RMSE) 14

15 Example 3: Data merging & fusion in Metabolomics LC-MS Metabolomic data scripting - Sorting - Componentisation - Internal standardisation - Block Scaling - Block combination - x 6 datasets (Typically 500 x10,000) 2-3 Days work in excel Each KNIME workflow takes few seconds Invaluable for re-processing and correcting data For simplicity the workflow was divided into manageable steps and verified at each stage... 15

16 Example 4: Compilation of QSAR data As part of an IVCC (Innovative Vector Control Consortium) funded project we have developed a multivariate QSAR model which has successfully predicted uptake of new insecticides into mosquitoes which has assisted selection of lead candidates. Model relies on compilation of data from 5 molecular descriptor packages together with calculation from the KNIME CDK functions. Problem with descriptor packages is they tend to get updated which means everything has to be recalculated and re-modelled Use of KNIME makes this a much less painful task Main modelling done in SIMCA by PLS but recently more parsimonious models are being developed using the LASSO and Random forest R learner/predictor nodes in KNIME 16

17 Example 5 Predicting which chiral column to use KNIME comes with a huge range of nodes available including cheminformatics tools Not a real structure Currently evaluating a probabilistic tool to suggest which Chiral column is most likely to give a separation based upon structural analogy with out in-house database of chiral separations and manufacturers databases. Test data success varies but some columns as much as 75% success (IC column) Prediction of Normal or reverse phase (c.90% accuracy on test data) Chemical structure is entered then KNIME calculates molecular fingerprints and physchem properties. These are fed to a Random Forest classification model and a report is sent back to the user with predictions. 17

18 Example 6: Predicting retention time QSPR Approximate prediction of retention times of plant metabolite was of interest to us to aid with metabolite identification HPLC Retention time of plant metabolites are recorded against CDK calculated molecular properties and fingerprints in KNIME. Using seven different machine learning regression methods from R 126 Metabolites, 27 X Variables, 1 Y variable (Retention time) Random split 50:50 into test and training sets. PLS and PCR gave the most predictive models due to wide and correlated nature of QSPR data Method R2 of Fit R2 ext (Q2) LASSSO RIDGE PLS PCR Random Forest Support Vector Neural Network

19 7: Multivariate Characterisation of Solvents and HPLC Phases Principal component property maps help selection of alternate columns or solvents. Alternatively can be used to maximise diversity in selections of items. Data - Solvents Rolf Carlsson data - Columns PQRI database USP - Molecular Properties Agro-chemical space KNIME workflows - R node with library(pcamethods) - 2d/3d Scatter plot community contribution by Eli Lilly (Erlwood) - Interactive 5-D plot with hover annotation (including structures) 19

20 Conclusions Automation of analytical reporting by use of workflows improves consistency of results and removes tedium KNIME is a very flexible data analysis and manipulation platform. Has many advantages compared with copying and pasting spreadsheets The combination of R and KNIME is very useful for containerising R scripts and making them available for re-use. The ability to provide an audit trail of what you have done to the data is invaluable when troubleshooting and validating your work. Data visualisation is essential to promote good quality control of the data - Continuous improvement - Good record keeping 20

21 Thanks and Acknowledgements Syngenta - Dave Portwood - Mark Seymour - Tom Salvesen - Mark Forster - David Lomath - Pablo Navarro - Thorsten Platz KNIME - Michael Berthold - Thorsten Meinl - Greg Landrum References: - Statistics for the Quality Control Chemistry Laboratory Eamonn Mullins ISBN R Core Team (2015). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. - Michael R. Berthold et al,knime: The Konstanz Information Miner Studies in Classification, Data Analysis, and Knowledge Organization Springer ISBN = , Screening of Suitable solvents in Organic Synthesis, Strategies for Solvent Selection Acta Chemica Scandanavia B 39 (1985) 79-91, Rolf Carlson et al. R-Community 21

22 For more details on R & KNIME OPEN SOURCE SOFTWARE IN LIFE SCIENCE RESEARCH PRACTICAL SOLUTIONS TO COMMON CHALLENGES IN THE PHARMACEUTICAL INDUSTRY AND BEYOND Woodhead Publishing Series in Biomedicine No. 16 EDITED BY LEE HARLAND and MARK FORSTER ISBN ISBN-13: Chapter 6: Open Source software for Mass Spectrometry and Metabolomics 22

23 23

CDK & Mass Spectrometry

CDK & Mass Spectrometry CDK & Mass Spectrometry October 3, 2011 1/18 Stephan Beisken October 3, 2011 EBI is an outstation of the European Molecular Biology Laboratory. Chemistry Development Kit (CDK) An Open Source Java TM Library

More information

Compounding insights Thermo Scientific Compound Discoverer Software

Compounding insights Thermo Scientific Compound Discoverer Software Compounding insights Thermo Scientific Compound Discoverer Software Integrated, complete, toolset solves small-molecule analysis challenges Thermo Scientific Orbitrap mass spectrometers produce information-rich

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

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

Chemical Space: Modeling Exploration & Understanding

Chemical Space: Modeling Exploration & Understanding verview Chemical Space: Modeling Exploration & Understanding Rajarshi Guha School of Informatics Indiana University 16 th August, 2006 utline verview 1 verview 2 3 CDK R utline verview 1 verview 2 3 CDK

More information

Analyte Targeting for NPS Identification in Seized Drugs and Toxicology

Analyte Targeting for NPS Identification in Seized Drugs and Toxicology Analyte Targeting for NPS Identification in Seized Drugs and Toxicology Alex J. Krotulski, MS Research Scientist Center for Forensic Science Research & Education Background Explosion and expansion of NPS

More information

FIRE DEPARMENT SANTA CLARA COUNTY

FIRE DEPARMENT SANTA CLARA COUNTY DEFINITION FIRE DEPARMENT SANTA CLARA COUNTY GEOGRAPHIC INFORMATION SYSTEM (GIS) ANALYST Under the direction of the Information Technology Officer, the GIS Analyst provides geo-spatial strategic planning,

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

Perseverance. Experimentation. Knowledge.

Perseverance. Experimentation. Knowledge. 2410 Intuition. Perseverance. Experimentation. Knowledge. All are critical elements of the formula leading to breakthroughs in chemical development. Today s process chemists face increasing pressure to

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

FORENSIC TOXICOLOGY SCREENING APPLICATION SOLUTION

FORENSIC TOXICOLOGY SCREENING APPLICATION SOLUTION FORENSIC TOXICOLOGY SCREENING APPLICATION SOLUTION A purpose-built collection of the best-inclass components for forensic toxicology Whether you re challenged to present reliable and secure forensic sample

More information

BIOLIGHT STUDIO IN ROUTINE UV/VIS SPECTROSCOPY

BIOLIGHT STUDIO IN ROUTINE UV/VIS SPECTROSCOPY BIOLIGHT STUDIO IN ROUTINE UV/VIS SPECTROSCOPY UV/Vis Spectroscopy is a technique that is widely used to characterize, identify and quantify chemical compounds in all fields of analytical chemistry. The

More information

NaturalFacts. Introducing our team. New product announcements, specials and information from New Roots Herbal. April 2009

NaturalFacts. Introducing our team. New product announcements, specials and information from New Roots Herbal. April 2009 NaturalFacts New product announcements, specials and information from New Roots Herbal April 2009 Introducing our team Introducing Our Science Team Dr. ABZAL HOSSAIN Ph.D. Analytical Chemistry Dr. Hossain

More information

Determination of Density 1

Determination of Density 1 Introduction Determination of Density 1 Authors: B. D. Lamp, D. L. McCurdy, V. M. Pultz and J. M. McCormick* Last Update: February 1, 2013 Not so long ago a statistical data analysis of any data set larger

More information

Agilent MassHunter Quantitative Data Analysis

Agilent MassHunter Quantitative Data Analysis Agilent MassHunter Quantitative Data Analysis Presenters: Howard Sanford Stephen Harnos MassHunter Quantitation: Batch and Method Setup Outliers, Data Review, Reporting 1 MassHunter Quantitative Analysis

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

Counterfeit and illegal pesticides: Strategies for addressing the issue in the analytical laboratory

Counterfeit and illegal pesticides: Strategies for addressing the issue in the analytical laboratory Counterfeit and illegal pesticides: Strategies for addressing the issue in the analytical laboratory Dr Helen Karasali Benaki Phytopathological Institute Head of the NATIONAL LABORATORY of Chemical Control

More information

Online Reaction Monitoring of In-Process Manufacturing Samples by UPLC

Online Reaction Monitoring of In-Process Manufacturing Samples by UPLC Online Reaction Monitoring of In- Manufacturing Samples by UPLC Tanya Tollifson Waters Corporation, Milford, MA, USA APPLICATION BENEFITS Better throughput, yield, and process understanding are possible

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

High-throughput Agrochemical Formulation: Easing the Route to Commercial Manufacture

High-throughput Agrochemical Formulation: Easing the Route to Commercial Manufacture High-throughput Agrochemical Formulation: Easing the Route to Commercial Manufacture Ian Tovey, Syngenta HTFS III 26-APRIL-2017 Agribusiness an essential industry By 2050, global population will rise by

More information

Process Chemometrics in the Dow Chemical company. Zdravko Stefanov and Leo Chiang Analytical Technology Center The Dow Chemical Company

Process Chemometrics in the Dow Chemical company. Zdravko Stefanov and Leo Chiang Analytical Technology Center The Dow Chemical Company Process Chemometrics in the Dow Chemical company Zdravko Stefanov and Leo Chiang Analytical Technology Center The Dow Chemical Company 1 Outline Who we are and how we approach problems Process chemometrics

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

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

Application Note 12: Fully Automated Compound Screening and Verification Using Spinsolve and MestReNova

Application Note 12: Fully Automated Compound Screening and Verification Using Spinsolve and MestReNova Application Note : Fully Automated Compound Screening and Verification Using Spinsolve and MestReNova Paul Bowyer, Magritek, Inc. and Mark Dixon, Mestrelab Sample screening to verify the identity or integrity

More information

Since 1988 High Force Research has worked with organizations operating in practically all end use sectors requiring chemical synthesis input, and

Since 1988 High Force Research has worked with organizations operating in practically all end use sectors requiring chemical synthesis input, and Since 1988 High Force Research has worked with organizations operating in practically all end use sectors requiring chemical synthesis input, and offers a range of services allied to new product development

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

Analytical data, the web, and standards for unified laboratory informatics databases

Analytical data, the web, and standards for unified laboratory informatics databases Analytical data, the web, and standards for unified laboratory informatics databases Presented By Patrick D. Wheeler & Graham A. McGibbon ACS San Diego 16 March, 2016 Sources Process, Analyze Interfaces,

More information

La RMN quantitative appliquée aux petites molécules

La RMN quantitative appliquée aux petites molécules La RMN quantitative appliquée aux petites molécules Fabrice Moriaud - Applications Development - Fällanden 30ème Réunion d Utilisateurs RMN Bruker December 9, 2016 1 Covered in this presentation Quantification

More information

Agilent MassHunter Profinder: Solving the Challenge of Isotopologue Extraction for Qualitative Flux Analysis

Agilent MassHunter Profinder: Solving the Challenge of Isotopologue Extraction for Qualitative Flux Analysis Agilent MassHunter Profinder: Solving the Challenge of Isotopologue Extraction for Qualitative Flux Analysis Technical Overview Introduction Metabolomics studies measure the relative abundance of metabolites

More information

C HA R AC T E RIZ AT IO N O F INK J E T P RINT E R C A RT RIDG E INK S USING A CHEMOMETRIC APPROACH

C HA R AC T E RIZ AT IO N O F INK J E T P RINT E R C A RT RIDG E INK S USING A CHEMOMETRIC APPROACH C HA R AC T E RIZ AT I N F INK J E T P RINT E R C A RT RIDG E INK S USING A CHEMMETRIC APPRACH Diana Uría and Paul Silcock Waters Corporation, Manchester, UK AIM To evaluate the potential of UPLC -ToF-MS

More information

Agricultural. Chemistry. Agricultural production: crops and livestock Agrichemicals development: herbicides, pesticides, fungicides, fertilizers, etc.

Agricultural. Chemistry. Agricultural production: crops and livestock Agrichemicals development: herbicides, pesticides, fungicides, fertilizers, etc. Agricultural Agricultural production: crops and livestock Agrichemicals development: herbicides, pesticides, fungicides, fertilizers, etc. Agrichemicals testing Environmental testing Regulation Government:

More information

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

Farewell, PipelinePilot Migrating the Exquiron cheminformatics platform to KNIME and the ChemAxon technology 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 Outline Exquiron Who

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

ionos The most advanced stable isotope software ever created

ionos The most advanced stable isotope software ever created ionos The most advanced stable isotope software ever created ionos Fast and robust data processing of the most complex samples ionos is the most advanced software ever created for the stable isotope community.

More information

Multi-residue analysis of pesticides by GC-HRMS

Multi-residue analysis of pesticides by GC-HRMS An Executive Summary Multi-residue analysis of pesticides by GC-HRMS Dr. Hans Mol is senior scientist at RIKILT- Wageningen UR Introduction Regulatory authorities throughout the world set and enforce strict

More information

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON

DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON DATA SCIENCE SIMPLIFIED USING ARCGIS API FOR PYTHON LEAD CONSULTANT, INFOSYS LIMITED SEZ Survey No. 41 (pt) 50 (pt), Singapore Township PO, Ghatkesar Mandal, Hyderabad, Telengana 500088 Word Limit of the

More information

SEAMLESS INTEGRATION OF MASS DETECTION INTO THE UV CHROMATOGRAPHIC WORKFLOW

SEAMLESS INTEGRATION OF MASS DETECTION INTO THE UV CHROMATOGRAPHIC WORKFLOW SEAMLESS INTEGRATION OF MASS DETECTION INTO THE UV CHROMATOGRAPHIC WORKFLOW Paula Hong, John Van Antwerp, and Patricia McConville Waters Corporation, Milford, MA, USA Historically UV detection has been

More information

Stratimagic. Seismic Facies Classification

Stratimagic. Seismic Facies Classification Stratimagic Seismic Facies Classification 1 Stratimagic A truly geological interpretation of seismic data Stratimagic seismic facies maps allow geoscientists to rapidly gain insight into the depositional

More information

Of small numbers with big influence The Sum Of Squares

Of small numbers with big influence The Sum Of Squares Of small numbers with big influence The Sum Of Squares Dr. Peter Paul Heym Sum Of Squares Often, the small things make the biggest difference in life. Sometimes these things we do not recognise at first

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

Sample Preparation. Approaches to Automation for SPE

Sample Preparation. Approaches to Automation for SPE Sample Preparation Approaches to Automation for SPE i Wherever you see this symbol, it is important to access the on-line course as there is interactive material that cannot be fully shown in this reference

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

MultiscaleMaterialsDesignUsingInformatics. S. R. Kalidindi, A. Agrawal, A. Choudhary, V. Sundararaghavan AFOSR-FA

MultiscaleMaterialsDesignUsingInformatics. S. R. Kalidindi, A. Agrawal, A. Choudhary, V. Sundararaghavan AFOSR-FA MultiscaleMaterialsDesignUsingInformatics S. R. Kalidindi, A. Agrawal, A. Choudhary, V. Sundararaghavan AFOSR-FA9550-12-1-0458 1 Hierarchical Material Structure Kalidindi and DeGraef, ARMS, 2015 Main Challenges

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

Agilent MassHunter Quantitative Data Analysis

Agilent MassHunter Quantitative Data Analysis Agilent MassHunter Quantitative Data Analysis Presenters: Howard Sanford Stephen Harnos MassHunter Quantitation: Batch Table, Compound Information Setup, Calibration Curve and Globals Settings 1 MassHunter

More information

Á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

Hplc Lc Ms And Gc Method Development And Validation Guideline For Academic And Industrial Scientists Involved In Method Development And Validation

Hplc Lc Ms And Gc Method Development And Validation Guideline For Academic And Industrial Scientists Involved In Method Development And Validation Hplc Lc Ms And Gc Method Development And Validation Guideline For Academic And Industrial Scientists Involved We have made it easy for you to find a PDF Ebooks without any digging. And by having access

More information

Independence and Dependence in Calibration: A Discussion FDA and EMA Guidelines

Independence and Dependence in Calibration: A Discussion FDA and EMA Guidelines ENGINEERING RESEARCH CENTER FOR STRUCTURED ORGANIC PARTICULATE SYSTEMS Independence and Dependence in Calibration: A Discussion FDA and EMA Guidelines Rodolfo J. Romañach, Ph.D. ERC-SOPS Puerto Rico Site

More information

ArcGIS Pro: Essential Workflows STUDENT EDITION

ArcGIS Pro: Essential Workflows STUDENT EDITION ArcGIS Pro: Essential Workflows STUDENT EDITION Copyright 2018 Esri All rights reserved. Course version 6.0. Version release date August 2018. Printed in the United States of America. The information contained

More information

Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week:

Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week: Biology 559R: Introduction to Phylogenetic Comparative Methods Topics for this week: Course general information About the course Course objectives Comparative methods: An overview R as language: uses and

More information

STANDARD OPERATING PROCEDURES

STANDARD OPERATING PROCEDURES Code: METH09V01 Date: July 30, 2014 STANDARD OPERATING PROCEDURES NEAR-INFRARED DIFFUSE REFLECTANCE SPECTROSCOPY METHOD FOR ANALYSING SOILS AND PLANTS USING BRUKER MULTI PURPOSE ANALYSER SPECTROMETER Contact

More information

DATA MINING WITH DIFFERENT TYPES OF X-RAY DATA

DATA MINING WITH DIFFERENT TYPES OF X-RAY DATA DATA MINING WITH DIFFERENT TYPES OF X-RAY DATA 315 C. K. Lowe-Ma, A. E. Chen, D. Scholl Physical & Environmental Sciences, Research and Advanced Engineering Ford Motor Company, Dearborn, Michigan, USA

More information

OECD QSAR Toolbox v.4.1. Step-by-step example for building QSAR model

OECD QSAR Toolbox v.4.1. Step-by-step example for building QSAR model OECD QSAR Toolbox v.4.1 Step-by-step example for building QSAR model Background Objectives The exercise Workflow of the exercise Outlook 2 Background This is a step-by-step presentation designed to take

More information

Student Projects for

Student Projects for MINERALS RESOURCES Student Projects for 2016-17 The CSIRO On-line Analysis (OLA) Group offers opportunities for students to undertake applied physics research projects at our Lucas Heights laboratories.

More information

Introduction to Computer Tools and Uncertainties

Introduction to Computer Tools and Uncertainties Experiment 1 Introduction to Computer Tools and Uncertainties 1.1 Objectives To become familiar with the computer programs and utilities that will be used throughout the semester. To become familiar with

More information

The Green. Chemistry Checklist Why Green Chemistry? The Business Case. Inside. Support and Communication. Design and Innovation

The Green. Chemistry Checklist Why Green Chemistry? The Business Case. Inside. Support and Communication. Design and Innovation The Green Chemistry Checklist Green Chemistry and Safer Products Business Commitment, v.1.0 Why Green Chemistry? The Business Case Inside Why Use the Green Chemistry Checklist page 2 The Checklist: Green

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

Rosemary extract liquid

Rosemary extract liquid EUROPEAN COMMISSION DIRECTORATE-GENERAL JOINT RESEARCH CENTRE Institute for Reference Materials and Measurements Community Reference Laboratory - Feed Additives Authorisation Evaluation Report of the Community

More information

Geostatistics and Spatial Scales

Geostatistics and Spatial Scales Geostatistics and Spatial Scales Semivariance & semi-variograms Scale dependence & independence Ranges of spatial scales Variable dependent Fractal dimension GIS implications Spatial Modeling Spatial Analysis

More information

CheS-Mapper 2.0 for visual validation of (Q)SAR models

CheS-Mapper 2.0 for visual validation of (Q)SAR models Gütlein et al. Journal of Cheminformatics 2014, 6:41 SOFTWARE Open Access CheS-Mapper 2.0 for visual validation of (Q)SAR models Martin Gütlein 1, Andreas Karwath 2 and Stefan Kramer 2* Abstract Background:

More information

Food Safety and Quality Management System

Food Safety and Quality Management System Introduction The company has planned, established, documented and implemented a food safety and quality management system for the site, which is maintained in order to continually improve its effectiveness

More information

SpringerMaterials The Landolt-Börnstein Database

SpringerMaterials The Landolt-Börnstein Database SpringerMaterials The Landolt-Börnstein Database SpringerMaterials 22.04.2010 Customer Presentation 2 In this Presentation Landolt-Börnstein Facts & Figures Usability Study SpringerMaterials The Landolt-Börnstein

More information

for XPS surface analysis

for XPS surface analysis Thermo Scientific Avantage XPS Software Powerful instrument operation and data processing for XPS surface analysis Avantage Software Atomic Concentration (%) 100 The premier software for surface analysis

More information

mylab: Chemical Safety Module Last Updated: January 19, 2018

mylab: Chemical Safety Module Last Updated: January 19, 2018 : Chemical Safety Module Contents Introduction... 1 Getting started... 1 Login... 1 Receiving Items from MMP Order... 3 Inventory... 4 Show me Chemicals where... 4 Items Received on... 5 All Items... 5

More information

ChemIndustry.com serves the investigative and sourcing needs of up to 350,000 site visitors each month.

ChemIndustry.com serves the investigative and sourcing needs of up to 350,000 site visitors each month. CHEMINDUSTRY.COM A D V E R T I S I N G O P P O R T U N I T I E S ChemIndustry.com serves the investigative and sourcing needs of up to 350,000 site visitors each month. Professionals from the chemical,

More information

34 School Science Lab Assistant

34 School Science Lab Assistant 34 School Science Lab Assistant Position Description Qualifications POSITION OVERVIEW Reporting to the Principal and under the direction of the School Science Department Head, the School Science Lab Assistant

More information

Automated, intelligent sample preparation: Integration of the ESI prepfast Auto-dilution System with the Thermo Scientific icap 7400 ICP-OES

Automated, intelligent sample preparation: Integration of the ESI prepfast Auto-dilution System with the Thermo Scientific icap 7400 ICP-OES TECHNICAL NOTE 43252 Automated, intelligent sample preparation: Integration of the ESI prepfast Auto-dilution System with the Thermo Scientific icap 7400 ICP-OES Keywords Auto-dilution, Intelligent dilution,

More information

Natural Products. Innovation with Integrity. High Performance NMR Solutions for Analysis NMR

Natural Products. Innovation with Integrity. High Performance NMR Solutions for Analysis NMR Natural Products High Performance NMR Solutions for Analysis Innovation with Integrity NMR NMR Spectroscopy Continuous advancement in Bruker s NMR technology allows researchers to push the boundaries for

More information

Computer simulation of radioactive decay

Computer simulation of radioactive decay Computer simulation of radioactive decay y now you should have worked your way through the introduction to Maple, as well as the introduction to data analysis using Excel Now we will explore radioactive

More information

Calibrated Virtual Urban Water Systems software tool for one partner city. Software

Calibrated Virtual Urban Water Systems software tool for one partner city. Software Calibrated Virtual Urban Water Systems software tool for one partner city Software COLOPHON Title Calibrated Virtual Urban Water Systems software tool for one partner city - Software Report number: PREPARED

More information

The integration of NeSSI with Continuous Flow Reactors and PAT for Process Optimization

The integration of NeSSI with Continuous Flow Reactors and PAT for Process Optimization The integration of NeSSI with Continuous Flow Reactors and PAT for Process Optimization Michael F. Roberto, Thomas I. Dearing and Brian J. Marquardt U.S. Food and Drug Administration 1 FDA Sponsored CFR

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

A Novel Software Tool for Crystallization Process Development

A Novel Software Tool for Crystallization Process Development A Novel Software Tool for Crystallization Process Development Christianto Wibowo *, Ketan D. Samant, Joseph W. Schroer, and Lionel O Young ClearWaterBay Technology, Inc. 20311 Valley Blvd. Suite C, Walnut,

More information

Implementation of Methods Translation between Liquid Chromatography Instrumentation

Implementation of Methods Translation between Liquid Chromatography Instrumentation Implementation of Methods Translation between Liquid Chromatography Instrumentation Michael D. Jones, Peter Alden, Kenneth J. Fountain, and Andrew Aubin Waters Corporation, Milford, MA, U.S. APPLICATION

More information

AlphaVision-5.3. Integrated, Ethernetconnected. spectrometers. 32-bit software for Windows 2000 and XP Professional ORTEC

AlphaVision-5.3. Integrated, Ethernetconnected. spectrometers. 32-bit software for Windows 2000 and XP Professional ORTEC AlphaVision-5.3 Integrated, Ethernetconnected alpha spectrometers 32-bit software for Windows 2000 and XP Professional Alpha Vision 5.3 What makes us the best???? We are the cutting edge!!!! Introduction

More information

ON SITE SYSTEMS Chemical Safety Assistant

ON SITE SYSTEMS Chemical Safety Assistant ON SITE SYSTEMS Chemical Safety Assistant CS ASSISTANT WEB USERS MANUAL On Site Systems 23 N. Gore Ave. Suite 200 St. Louis, MO 63119 Phone 314-963-9934 Fax 314-963-9281 Table of Contents INTRODUCTION

More information

Routines for fitting kinetic models to chemical degradation data

Routines for fitting kinetic models to chemical degradation data kinfit - Routines for fitting kinetic models to chemical degradation data Johannes Ranke Product Safety Harlan Laboratories Ltd. Zelgliweg 1, CH 4452 Itingen, Switzerland April 14, 2010 Abstract In the

More information

Washington Master Address Services: Project Overview Ben Vaught, OCIO David Wright, DOR Craig Erickson, DOH Tom Kimpel, OFM

Washington Master Address Services: Project Overview Ben Vaught, OCIO David Wright, DOR Craig Erickson, DOH Tom Kimpel, OFM Washington Master Address Services: Project Overview Ben Vaught, OCIO David Wright, DOR Craig Erickson, DOH Tom Kimpel, OFM 2014 IPMA Forum May 21, 2014 Saint Martin's University Lacey, WA March 18 th

More information

Chemical Kinetics I: The Dry Lab. Up until this point in our study of physical chemistry we have been interested in

Chemical Kinetics I: The Dry Lab. Up until this point in our study of physical chemistry we have been interested in Chemical Kinetics I: The Dry Lab Up until this point in our study of physical chemistry we have been interested in equilibrium properties; now we will begin to investigate non-equilibrium properties and

More information

University of Colorado Denver Anschutz Medical Campus Online Chemical Inventory System User s Manual

University of Colorado Denver Anschutz Medical Campus Online Chemical Inventory System User s Manual University of Colorado Denver Anschutz Medical Campus Online Chemical Inventory System User s Manual Hazardous Materials Division 303-724-0345 chemical.inventory@ucdenver.edu May, 2017 Table of Contents

More information

Everyday NMR. Innovation with Integrity. Why infer when you can be sure? NMR

Everyday NMR. Innovation with Integrity. Why infer when you can be sure? NMR Everyday NMR Why infer when you can be sure? Innovation with Integrity NMR Only NMR gives you definitive answers, on your terms. Over the past half-century, scientists have used nuclear magnetic resonance

More information

Introduction to Bruker s Products and Solutions

Introduction to Bruker s Products and Solutions Introduction to Bruker s Products and Solutions Jason S. Wood, Ph.D. Regional Manager Bio/Pharma Bruker BioSpin Corp Bruker Scientific Divisions Bruker BioSpin Bruker Daltonics Bruker AXS Technology Platforms

More information

SS. Trinità Hospital. Borgomanero, Italy. Dr. Anna Tinivella, Director of Diagnostics Department

SS. Trinità Hospital. Borgomanero, Italy. Dr. Anna Tinivella, Director of Diagnostics Department SS. Trinità Hospital Borgomanero, Italy Dr. Anna Tinivella, Director of Diagnostics Department Consolidating laboratory services at three regional hospitals in Italy seemed like an almost impossible task,

More information

Thermo Scientific Pesticide Explorer Collection. Start-to-finish. workflows for pesticide analysis

Thermo Scientific Pesticide Explorer Collection. Start-to-finish. workflows for pesticide analysis Thermo Scientific Pesticide Explorer Collection Start-to-finish workflows for pesticide analysis Comprehensive Pesticide Analysis Solutions Pesticide Explorer Collection Selection table Lab Profile Routine

More information

Course in Data Science

Course in Data Science Course in Data Science About the Course: In this course you will get an introduction to the main tools and ideas which are required for Data Scientist/Business Analyst/Data Analyst. The course gives an

More information

The GeoCLIM software for gridding & analyzing precipitation & temperature. Tamuka Magadzire, FEWS NET Regional Scientist for Southern Africa

The GeoCLIM software for gridding & analyzing precipitation & temperature. Tamuka Magadzire, FEWS NET Regional Scientist for Southern Africa The GeoCLIM software for gridding & analyzing precipitation & temperature Tamuka Magadzire, FEWS NET Regional Scientist for Southern Africa Outline What is GeoCLIM GeoCLIM Development Team GeoCLIM: objectives

More information

HAZARD COMMUNICATION SAFETY PROGRAM

HAZARD COMMUNICATION SAFETY PROGRAM Hazard Communication Program HAZARD COMMUNICATION SAFETY PROGRAM 1. Purpose. To provide an effective, written hazard communication program in compliance with company, State and Federal regulatory requirements.

More information

profileanalysis Innovation with Integrity Quickly pinpointing and identifying potential biomarkers in Proteomics and Metabolomics research

profileanalysis Innovation with Integrity Quickly pinpointing and identifying potential biomarkers in Proteomics and Metabolomics research profileanalysis Quickly pinpointing and identifying potential biomarkers in Proteomics and Metabolomics research Innovation with Integrity Omics Research Biomarker Discovery Made Easy by ProfileAnalysis

More information

PesticideScreener. Innovation with Integrity. Comprehensive Pesticide Screening and Quantitation UHR-TOF MS

PesticideScreener. Innovation with Integrity. Comprehensive Pesticide Screening and Quantitation UHR-TOF MS PesticideScreener Comprehensive Pesticide Screening and Quantitation Innovation with Integrity UHR-TOF MS The Challenge of Comprehensive Pesticide Residue Analysis The use of pesticides to reduce crop

More information

From statistics to data science. BAE 815 (Fall 2017) Dr. Zifei Liu

From statistics to data science. BAE 815 (Fall 2017) Dr. Zifei Liu From statistics to data science BAE 815 (Fall 2017) Dr. Zifei Liu Zifeiliu@ksu.edu Why? How? What? How much? How many? Individual facts (quantities, characters, or symbols) The Data-Information-Knowledge-Wisdom

More information

Simplifying the Process: Automated USP 643 / EP

Simplifying the Process: Automated USP 643 / EP Simplifying the Process: Automated USP 643 / EP 2.2.44 Purified Water and Water For Injection Testing Using A Next Generation TOC Analyzer Application Note By: Brian Wallace and Stephen Lawson Background

More information

Substance Characterisation for REACH. Dr Emma Miller Senior Chemist

Substance Characterisation for REACH. Dr Emma Miller Senior Chemist Substance Characterisation for REACH Dr Emma Miller Senior Chemist Submission of a REACH registration dossier, either as a lead registrant or a joint registrant Submission of an Inquiry to ECHA Submission

More information

Lecture 2: Linear regression

Lecture 2: Linear regression Lecture 2: Linear regression Roger Grosse 1 Introduction Let s ump right in and look at our first machine learning algorithm, linear regression. In regression, we are interested in predicting a scalar-valued

More information

Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package

Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package Reactor Design within Excel Enabled by Rigorous Physical Properties and an Advanced Numerical Computation Package Mordechai Shacham Department of Chemical Engineering Ben Gurion University of the Negev

More information

Quantitative Analysis of Caffeine in Energy Drinks by High Performance Liquid Chromatography

Quantitative Analysis of Caffeine in Energy Drinks by High Performance Liquid Chromatography Quantitative Analysis of Caffeine in Energy Drinks by High Performance Liquid Chromatography CHEM 329 Professor Vogt TA: Fahad Hasan Allison Poget Date Performed: April 5, 2016 Date Submitted: April 12,

More information

Rapid and Accurate Forensics Analysis using High Resolution All Ions MS/MS

Rapid and Accurate Forensics Analysis using High Resolution All Ions MS/MS Rapid and Accurate Forensics Analysis using High Resolution All Ions MS/MS Application Note Forensic Toxicology Authors Martin Josefsson, and Markus Roman National Board of Forensic Medicine Linköping,

More information

ACD/Labs Software Impurity Resolution Management. Presented by Peter Russell

ACD/Labs Software Impurity Resolution Management. Presented by Peter Russell ACD/Labs Software Impurity Resolution Management Presented by Peter Russell Impurity Resolution Process Chemists Method Development Specialists Toxicology Groups Stability Groups Analytical Chemists 7/8/2016

More information

Application Note LCMS-112 A Fully Automated Two-Step Procedure for Quality Control of Synthetic Peptides

Application Note LCMS-112 A Fully Automated Two-Step Procedure for Quality Control of Synthetic Peptides Application Note LCMS-112 A Fully Automated Two-Step Procedure for Quality Control of Synthetic Peptides Abstract Here we describe a two-step QC procedure for synthetic peptides. In the first step, the

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