Command-line tools of ChemAxon: tips and tricks

Size: px
Start display at page:

Download "Command-line tools of ChemAxon: tips and tricks"

Transcription

1 Command-line tools of ChemAxon: tips and tricks György Pirok Solutions for Cheminformatics Command-line interface A command-line interface (CLI) is a mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks. (Wikipedia)

2 Command line tools msketch mview molconvert convert2image cxcalc evaluate jcsearch standardize react msketch The msketch tool starts MarvinSketch applications opening a selected molecule of the file specified as input parameter. mview caffeine.mol msketch caffeine.mol

3 mview The mview tool starts MarvinView application opening the file specified as input parameter. mview caffeine.mol mview dsstox.sdf mview The layout of molecules in mview can be customized by command line parameters. The example below forces to open and SDfile in a matrix view. mview dsstox.sdf --gridbag It is possible to display only a part of a large file. mview nci.smiles s n 400 The number of displayed columns and rows can be set as parameters as well. mview nci.smiles c 10 r 10 These settings are particularly useful when molecules are piped into mview for display as it will be shown later.

4 molconvert The molconvert script can be used to convert a structure file to an other format. molconvert mrv caffeine.mol o caffeine.mrv Merge the molecules of the Molfiles in the current directory to a single SMILES file. The structures are aromatized and explicit hydrogens are removed. molconvert smiles:a-h *.mol o output.smiles Merge the SMILES files in the current directory to a single SDfile. The structures are dearomatized, and 2D atom coordinates are calculated. molconvert -2 sdf:-a *.smiles o output.sdf molconvert, convert2image Generate jpeg image in 100x150 resolution having yellow background. Many options are available to customize the generated molecule image. molconvert jpeg caffeine.mol o caffeine.jpg Batch image generation is possible with the convert2image script that creates a series of numbered images. The script is downloadable from the ChemAxon forum. convert2image "jpeg:w300,h300,mono" molecules.sdf

5 cxcalc The cxcalc command-line application provides access to plugin functions. The first example below shows general help and lists all available calculations, the second displays calculation specific help. cxcalc -h cxcalc logd -h Calculated values of a molecule file are usually printed in the form of an indexed table, but the index and table headers can be turned off. cxcalc pka in.mrv cxcalc -N ih logp in.sdf cxcalc Enumerate random members of a Markush library. cxcalc -N ih randommarkushenumerations -m 50 markush.mrv Calculate the lowest energy conformer of each molecule of a large file in batch mode and display the results in MarvinView during the calculation. cxcalc lowestenergyconformer in.smiles mview --gridbag - Determine the IUPAC names of the molecules and store them as SDfile fields. cxcalc -S -t NAME -o out.sdf name in.smiles

6 evaluate The evaluate script provides a command line interface for complex calculations via the Chemical Terms language of ChemAxon. More than a hundred functions can be combined to examine chemical compounds. Determine the number of non-heteroaromatic rings. evaluate e 'ringcount() heteroaromaticringcount()' in.mrv Calculate an indicator for scaffold hopping. evaluate e 'dissimilarity("chemicalfingerprint", actives) - dissimilarity("pharmacophorefingerprint", actives) > 0.5' in.mrv Calculate Lipinski's oral drug-likeness flag for each molecule. evaluate e '(mass() <= 500) and (logp() <= 5) and (donorcount() <= 5) and (acceptorcount() <= 10)' in.mrv jcsearch The jcsearch program is a versatile command-line interface for structure search functions and it works both with files and databases. Query is specified as q option. jcsearch q "c1ccccc1cl" target.sdf In addition to substructure search, full, full fragment, duplicate, similarity, and superstructure search types are supported as well. Find chlorobenzenes in a file with duplicate search. jcsearch t:d q "c1ccccc1cl" target.smiles Search for a molecule specified as a query file and its tautomers in a database table. jcsearch t:p q input.mol DB:reagents mview -

7 jcsearch Find molecules similar to the one given as query and display results in MarvinView. jcsearch t:i:0.3 "c1ccccc1cl" nci.smiles mview - Perform reaction search or similarity search with reaction queries. jcsearch q decarboxylation.rxn reactions.rdf Count molecules containing nitro groups attached. jcsearch t:c q 'O=N[O-]' nci.smiles Retrieve acetylenes containing more than two amino groups. jcsearch q "[CX2:1]#[CX2:1]" e 'matchcount(amine) > 2' nci.smiles Find molecules containing carboxyl group having a given pk a value. jcsearch -e "pka('acidic',hm(1)) > 4" -q "[H][O:1]C=[O:2]" nci25k.smiles standardize Standardizer converts molecules by a list of actions and is usually used as a molecule canonicalization engine integrated with databases. However, the standardize command-line tool provides and easy to use batch conversion interface for files. Merge aromatized molecules of multiple files into a single SMILES file. standardize *.sdf *.mrv -c 'aromatize' o output.smiles Remove small components (counterions) and neutralize the remaining molecules. Actions can be listed by two periods as separator. standardize in.mrv -c 'keepone..neutralize' f mrv o out.mrv Convert all nitro groups to the ionic form. standardize in.sdf -c '[O:3]=[N:1]=[O:2]>>[O-:3][N+:1]=[O:2]'

8 standardize Map reactions by an MCS-based mapping algorithm. standardize in.smiles -c 'mapreaction' o out.smiles Convert alias atoms to abbreviated groups by the alias labels and ungroup them after. standardize in.sdf -c 'aliastogroup..sgroups:expand' f sdf o out.sdf Canonicalize molecules acconding to a list of actions specified in an XML configuration file. standardize in.mrv -c config.xml f sdf o out.sdf Retrieve core ring systems using two transforms and pipe the results to MarvinView for display. standardize in.smiles -c '[*R0:1]>>..[*:1]!@[*:2]>>[*:2].[*:1]' mview - react Generate reaction products from reactants using virtual reactions with the react program can be used to convert a structure file format to another. Reaction is specified as the r option. $ react -r '[H:2][C:1]=[O:3]>>[H:2][C:1][O:3][H:4]' "O=Cc1ccccc1" OCc1ccccc1 IUPAC and traditional names are handled by ChemAxon tools as a native format providing outstanding usability for chemists. react r esterification.smarts '2-hydroxybenzoicacid' 'acetic acid' aspirin Combinatorial libraries can be produced by multimolecular reactions using the reactants from files. react m comb r acyl.rxn alcohols.sdf acidhalides.smiles -o esters.smiles

9 Summary Command-line interfaces are high performance applications and are available for all ChemAxon products. Only few could be mentioned here. They serve as easy to use tools for those who work with structure files and they shine the most when used in batch mode. Find out more Product descriptions & links Forum Presentations and posters Download

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

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

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

ChemAxon. Content. By György Pirok. D Standardization D Virtual Reactions. D Fragmentation. ChemAxon European UGM Visegrad 2008

ChemAxon. Content. By György Pirok. D Standardization D Virtual Reactions. D Fragmentation. ChemAxon European UGM Visegrad 2008 Transformers f off ChemAxon By György Pirok Content Standardization Virtual Reactions Metabolism M b li P Prediction di i Fragmentation 2 1 Standardization http://www.chemaxon.com/jchem/doc/user/standardizer.html

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

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

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

NMR Predictor. Introduction

NMR Predictor. Introduction NMR Predictor This manual gives a walk-through on how to use the NMR Predictor: Introduction NMR Predictor QuickHelp NMR Predictor Overview Chemical features GUI features Usage Menu system File menu Edit

More information

The Electronic Representation of Chemical Structures: beyond the low hanging fruit

The Electronic Representation of Chemical Structures: beyond the low hanging fruit The Electronic Representation of Chemical Structures: beyond the low hanging fruit How Accelrys Plans to Address the Remaining Challenges in Structure Representation and Searching: Chemically Modified

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

Analyzing Small Molecule Data in R

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

More information

Bioinformatics Workshop - NM-AIST

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

More information

Introduction to Chemoinformatics and Drug Discovery

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

More information

Large Scale Evaluation of Chemical Structure Recognition 4 th Text Mining Symposium in Life Sciences October 10, Dr.

Large Scale Evaluation of Chemical Structure Recognition 4 th Text Mining Symposium in Life Sciences October 10, Dr. Large Scale Evaluation of Chemical Structure Recognition 4 th Text Mining Symposium in Life Sciences October 10, 2006 Dr. Overview Brief introduction Chemical Structure Recognition (chemocr) Manual conversion

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

DECEMBER 2014 REAXYS R201 ADVANCED STRUCTURE SEARCHING

DECEMBER 2014 REAXYS R201 ADVANCED STRUCTURE SEARCHING DECEMBER 2014 REAXYS R201 ADVANCED STRUCTURE SEARCHING 1 NOTES ON REAXYS R201 THIS PRESENTATION COMMENTS AND SUMMARY Outlines how to: a. Perform Substructure and Similarity searches b. Use the functions

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

On InChI and evaluating the quality of cross-reference links

On InChI and evaluating the quality of cross-reference links Galgonek and Vondrášek Journal of Cheminformatics 2014, 6:15 RESEARCH ARTICLE Open Access On InChI and evaluating the quality of cross-reference links Jakub Galgonek * and Jiří Vondrášek * Abstract Background:

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

How to add your reactions to generate a Chemistry Space in KNIME

How to add your reactions to generate a Chemistry Space in KNIME How to add your reactions to generate a Chemistry Space in KNIME Introduction to CoLibri This tutorial is supposed to show how normal drawings of reactions can be easily edited to yield precise reaction

More information

Introduction to Chemoinformatics

Introduction to Chemoinformatics Introduction to Chemoinformatics www.dq.fct.unl.pt/cadeiras/qc Prof. João Aires-de-Sousa Email: jas@fct.unl.pt Recommended reading Chemoinformatics - A Textbook, Johann Gasteiger and Thomas Engel, Wiley-VCH

More information

Imago: open-source toolkit for 2D chemical structure image recognition

Imago: open-source toolkit for 2D chemical structure image recognition Imago: open-source toolkit for 2D chemical structure image recognition Viktor Smolov *, Fedor Zentsev and Mikhail Rybalkin GGA Software Services LLC Abstract Different chemical databases contain molecule

More information

Chemical Databases: Encoding, Storage and Search of Chemical Structures

Chemical Databases: Encoding, Storage and Search of Chemical Structures Chemical Databases: Encoding, Storage and Search of Chemical Structures Dr. Timur I. Madzhidov Kazan Federal University, Department of Organic Chemistry * Ray, L.C. and R.A. Kirsch, Finding Chemical Records

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

Representation of molecular structures. Coutersy of Prof. João Aires-de-Sousa, University of Lisbon, Portugal

Representation of molecular structures. Coutersy of Prof. João Aires-de-Sousa, University of Lisbon, Portugal Representation of molecular structures Coutersy of Prof. João Aires-de-Sousa, University of Lisbon, Portugal A hierarchy of structure representations Name (S)-Tryptophan 2D Structure 3D Structure Molecular

More information

Chemical Ontologies. Chemical Ontologies. ChemAxon UGM May 23, 2012

Chemical Ontologies. Chemical Ontologies. ChemAxon UGM May 23, 2012 Chemical Ontologies ChemAxon UGM May 23, 2012 Chemical Ontologies OntoChem GmbH Heinrich-Damerow-Str. 4 06120 Halle (Saale) Germany Tel. +49 345 4780472 Fax: +49 345 4780471 mail: info(at)ontochem.com

More information

Ligand Scout Tutorials

Ligand Scout Tutorials Ligand Scout Tutorials Step : Creating a pharmacophore from a protein-ligand complex. Type ke6 in the upper right area of the screen and press the button Download *+. The protein will be downloaded and

More information

Reaxys The Highlights

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

More information

Structural biology and drug design: An overview

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

More information

The Fragment Network: A Chemistry Recommendation Engine Built Using a Graph Database

The Fragment Network: A Chemistry Recommendation Engine Built Using a Graph Database Supporting Information The Fragment Network: A Chemistry Recommendation Engine Built Using a Graph Database Richard J. Hall, Christopher W. Murray and Marcel L. Verdonk. Contents This supporting information

More information

Tutorials on Library Design E. Lounkine and J. Bajorath (University of Bonn) C. Muller and A. Varnek (University of Strasbourg)

Tutorials on Library Design E. Lounkine and J. Bajorath (University of Bonn) C. Muller and A. Varnek (University of Strasbourg) Tutorials on Library Design E. Lounkine and J. Bajorath (University of Bonn) C. Muller and A. Varnek (University of Strasbourg) The purpose of this tutorial is to generate a library of potential inhibitors

More information

Marvin 5.4 A new generation of structure indexing at Elsevier. Dr. Michael Maier, Dr. Heike Nau, Elsevier

Marvin 5.4 A new generation of structure indexing at Elsevier. Dr. Michael Maier, Dr. Heike Nau, Elsevier Marvin 5.4 A new generation of structure indexing at Elsevier Dr. Michael Maier, Dr. Heike Nau, Elsevier Agenda Elsevier: Reaxys database Compound classes Structure requirements Marvin 5.4 Decision process

More information

Open PHACTS Explorer: Compound by Name

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

More information

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

Canonical Line Notations

Canonical Line Notations Canonical Line otations InChI vs SMILES Krisztina Boda verview Compound naming InChI SMILES Molecular equivalency Isomorphism Kekule Tautomers Finding duplicates What s Your ame? 1. Unique numbers CAS

More information

Dock Ligands from a 2D Molecule Sketch

Dock Ligands from a 2D Molecule Sketch Dock Ligands from a 2D Molecule Sketch March 31, 2016 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com

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

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

Dictionary of ligands

Dictionary of ligands Dictionary of ligands Some of the web and other resources Small molecules DrugBank: http://www.drugbank.ca/ ZINC: http://zinc.docking.org/index.shtml PRODRUG: http://www.compbio.dundee.ac.uk/web_servers/prodrg_down.html

More information

ADRIANA.Code and SONNIA. Tutorial

ADRIANA.Code and SONNIA. Tutorial ADRIANA.Code and SONNIA Tutorial Modeling Corticosteroid Binding Globulin Receptor Activity Molecular Networks GmbH Computerchemie July 2008 http://www.molecular-networks.com Henkestr. 91 91052 Erlangen

More information

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

Build_model v User Guide

Build_model v User Guide Build_model v.2.0.1 User Guide MolTech Build_model User Guide 2008-2011 Molecular Technologies Ltd. www.moltech.ru Please send your comments and suggestions to contact@moltech.ru. Table of Contents Input

More information

Accelerated computational discovery of high-performance materials for organic photovoltaics by means of cheminformatics

Accelerated computational discovery of high-performance materials for organic photovoltaics by means of cheminformatics Electronic upplementary Material (EI) for Energy & Environmental cience This journal is The Royal ociety of Chemistry 2011 Accelerated computational discovery of high-performance materials for organic

More information

How to Create a Substance Answer Set

How to Create a Substance Answer Set How to Create a Substance Answer Set Select among five search techniques to find substances Since substances can be described by multiple names or other characteristics, SciFinder gives you the flexibility

More information

POC via CHEMnetBASE for Identifying Unknowns

POC via CHEMnetBASE for Identifying Unknowns Table of Contents A red arrow is used to identify where buttons and functions are located in CHEMnetBASE. Figure Description Page Entering the Properties of Organic Compounds (POC) Database 1 CHEMnetBASE

More information

Chemical File Format Conversion Tools : A n Overview

Chemical File Format Conversion Tools : A n Overview Chemical File Format Conversion Tools : A n Overview Kavitha C. R Research Scholar, Bharathiyar University Dept of Computer Applications SNGIST Cochin, India Dr. T Mahalekshmi Principal Sree Narayana Institute

More information

ISIS/Draw "Quick Start"

ISIS/Draw Quick Start ISIS/Draw "Quick Start" Click to print, or click Drawing Molecules * Basic Strategy 5.1 * Drawing Structures with Template tools and template pages 5.2 * Drawing bonds and chains 5.3 * Drawing atoms 5.4

More information

BIOVIA ENHANCED STEREOCHEMICAL REPRESENTATION WHITE PAPER

BIOVIA ENHANCED STEREOCHEMICAL REPRESENTATION WHITE PAPER BIOVIA ENHANCED STEREOCHEMICAL REPRESENTATION WHITE PAPER THE CHALLENGE Applied synthetic chemistry has been placing increasing emphasis in recent years on stereochemistry. In the pharmaceutical industry,

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

More information

POC via CHEMnetBASE for Identifying Unknowns

POC via CHEMnetBASE for Identifying Unknowns Table of Contents A red arrow was used to identify where buttons and functions are located in CHEMnetBASE. Figure Description Page Entering the Properties of Organic Compounds (POC) Database 1 Swain Home

More information

AUTOMATIC GENERATION OF TAUTOMERS

AUTOMATIC GENERATION OF TAUTOMERS ПЛОВДИВСКИ УНИВЕРСИТЕТ ПАИСИЙ ХИЛЕНДАРСКИ БЪЛГАРИЯ НАУЧНИ ТРУДОВЕ, ТОМ 38, КН. 5, 2011 ХИМИЯ UNIVERSITY OF PLOVDIV PAISII HILENDARSKI BULGARIA SCIENTIFIC PAPERS, VOL. 38, BOOK 5, 2011 CHEMISTRY AUTOMATIC

More information

Tutorial. Getting started. Sample to Insight. March 31, 2016

Tutorial. Getting started. Sample to Insight. March 31, 2016 Getting started March 31, 2016 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com Getting started

More information

InChI keys as standard global identifiers in chemistry web services. Russ Hillard ACS, Salt Lake City March 2009

InChI keys as standard global identifiers in chemistry web services. Russ Hillard ACS, Salt Lake City March 2009 InChI keys as standard global identifiers in chemistry web services Russ Hillard ACS, Salt Lake City March 2009 Context of this talk We have created a web service That aggregates sources built independently

More information

BioSolveIT. A Combinatorial Approach for Handling of Protonation and Tautomer Ambiguities in Docking Experiments

BioSolveIT. A Combinatorial Approach for Handling of Protonation and Tautomer Ambiguities in Docking Experiments BioSolveIT Biology Problems Solved using Information Technology A Combinatorial Approach for andling of Protonation and Tautomer Ambiguities in Docking Experiments Ingo Dramburg BioSolve IT Gmb An der

More information

Introduction Molecular Structure Script Console External resources Advanced topics. JMol tutorial. Giovanni Morelli.

Introduction Molecular Structure Script Console External resources Advanced topics. JMol tutorial. Giovanni Morelli. Gen 19th, 2017 1 2 Create and edit Display and view Mesurament and labelling Surface and Orbitals 3 4 from Database Protein Enzyme Crystal Structure and Unit Cell 5 Symmetry Animation General information

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

Creating a Pharmacophore Query from a Reference Molecule & Scaffold Hopping in CSD-CrossMiner

Creating a Pharmacophore Query from a Reference Molecule & Scaffold Hopping in CSD-CrossMiner Table of Contents Creating a Pharmacophore Query from a Reference Molecule & Scaffold Hopping in CSD-CrossMiner Introduction... 2 CSD-CrossMiner Terminology... 2 Overview of CSD-CrossMiner... 3 Features

More information

Organometallics & InChI. August 2017

Organometallics & InChI. August 2017 Organometallics & InChI August 2017 The Cambridge Structural Database 900,000+ small-molecule crystal structures Over 60,000 datasets deposited annually Enriched and annotated by experts Structures available

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

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

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

The IUPAC Chemical Identifier

The IUPAC Chemical Identifier The IUPAC Chemical Identifier Steve Stein, Steve eller, Dmitrii Tchekhovskoi ational Institute of Standards and Technology Gaithersburg, MD, USA CAS/IUPAC Conference on Chemical Identifiers and XML for

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

Coot Updates. Paul Emsley Sept 2016

Coot Updates. Paul Emsley Sept 2016 Coot Updates Paul Emsley Sept 2016 Coot 0.8.4 Released Patterson from intensities Fill-partial-residue uses Backrub-rotamers Sequence dialog is now dynamically updated Outliers Only in Ramachanran Plot

More information

LogP and logd calculations

LogP and logd calculations LogP and logd calculations This background material explains the theory behind the logp and log D calculation: Introduction Symbols used Definition of logp and logd Example Partition and distribution coefficients

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

Plan. Day 2: Exercise on MHC molecules.

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

More information

CSD. Unlock value from crystal structure information in the CSD

CSD. Unlock value from crystal structure information in the CSD CSD CSD-System Unlock value from crystal structure information in the CSD The Cambridge Structural Database (CSD) is the world s most comprehensive and up-todate knowledge base of crystal structure data,

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

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

Environmental Systems Research Institute

Environmental Systems Research Institute Introduction to ArcGIS ESRI Environmental Systems Research Institute Redlands, California 2 ESRI GIS Development Arc/Info (coverage model) Versions 1-7 from 1980 1999 Arc Macro Language (AML) ArcView (shapefile

More information

BioSolveIT. A Combinatorial Docking Approach for Dealing with Protonation and Tautomer Ambiguities

BioSolveIT. A Combinatorial Docking Approach for Dealing with Protonation and Tautomer Ambiguities BioSolveIT Biology Problems Solved using Information Technology A Combinatorial Docking Approach for Dealing with Protonation and Tautomer Ambiguities Ingo Dramburg BioSolve IT Gmb An der Ziegelei 75 53757

More information

Developing CAS Products for Substructure Searching by Chemists. Linda Toler

Developing CAS Products for Substructure Searching by Chemists. Linda Toler Developing CAS Products for Substructure Searching by Chemists Linda Toler Developing CAS Products for Substructure Searching Evolution of the CAS Registry Development of substructure searching for CAS

More information

Structure and Reaction querying in Reaxys

Structure and Reaction querying in Reaxys Structure and Reaction querying in Reaxys A short history Dr. Jürgen Swienty-Busch, Derrick Umali April 5 2017 1 2 Agenda The History: where do we come from? The Present: Reaxys content today Indexing

More information

Condensed Graph of Reaction: considering a chemical reaction as one single pseudo molecule

Condensed Graph of Reaction: considering a chemical reaction as one single pseudo molecule Condensed Graph of Reaction: considering a chemical reaction as one single pseudo molecule Frank Hoonakker 1,3, Nicolas Lachiche 2, Alexandre Varnek 3, and Alain Wagner 3,4 1 Chemoinformatics laboratory,

More information

Relative Drug Likelihood: Going beyond Drug-Likeness

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

More information

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

Catching the Drift Indexing Implicit Knowledge in Chemical Digital Libraries

Catching the Drift Indexing Implicit Knowledge in Chemical Digital Libraries Catching the Drift Indexing Implicit Knowledge in Chemical Digital Libraries Benjamin Köhncke 1, Sascha Tönnies 1, Wolf-Tilo Balke 2 1 L3S Research Center; Hannover, Germany 2 TU Braunschweig, Germany

More information

New challenges in the management of chemical information. Service of cheminformatics

New challenges in the management of chemical information. Service of cheminformatics New challenges in the management of chemical information Service of cheminformatics luc.patiny@epfl.ch Convert Intranet information to knowledge bp LD50 pka Convert mp IC50 information to knowledge NMR

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

DOCKING TUTORIAL. A. The docking Workflow

DOCKING TUTORIAL. A. The docking Workflow 2 nd Strasbourg Summer School on Chemoinformatics VVF Obernai, France, 20-24 June 2010 E. Kellenberger DOCKING TUTORIAL A. The docking Workflow 1. Ligand preparation It consists in the standardization

More information

Table of Contents. Scope of the Database 3 Searching by Structure 3. Searching by Substructure 4. Searching by Text 11

Table of Contents. Scope of the Database 3 Searching by Structure 3. Searching by Substructure 4. Searching by Text 11 Searrcchiing fforr Subssttanccess and Reaccttiionss iin Beiillsstteiin and Gmelliin 1 Table of Contents Scope of the Database 3 Searching by Structure 3 Introduction to the Structure Editor 3 Searching

More information

Chemical Reactions. Chapter 17

Chemical Reactions. Chapter 17 Chemical Reactions Chapter 17 Chemical Equations C+O 2 CO 2 C (s) +O 2 (g) CO 2 (g) Reactants on left, products on right Each are balanced because same number of atoms of reactants as products Some equations

More information

Introduction to Spark

Introduction to Spark 1 As you become familiar or continue to explore the Cresset technology and software applications, we encourage you to look through the user manual. This is accessible from the Help menu. However, don t

More information

User Guide for LeDock

User Guide for LeDock User Guide for LeDock Hongtao Zhao, PhD Email: htzhao@lephar.com Website: www.lephar.com Copyright 2017 Hongtao Zhao. All rights reserved. Introduction LeDock is flexible small-molecule docking software,

More information

Performing a Pharmacophore Search using CSD-CrossMiner

Performing a Pharmacophore Search using CSD-CrossMiner Table of Contents Introduction... 2 CSD-CrossMiner Terminology... 2 Overview of CSD-CrossMiner... 3 Searching with a Pharmacophore... 4 Performing a Pharmacophore Search using CSD-CrossMiner Version 2.0

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

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

Mining Molecular Fragments: Finding Relevant Substructures of Molecules

Mining Molecular Fragments: Finding Relevant Substructures of Molecules Mining Molecular Fragments: Finding Relevant Substructures of Molecules Christian Borgelt, Michael R. Berthold Proc. IEEE International Conference on Data Mining, 2002. ICDM 2002. Lecturers: Carlo Cagli

More information

Preparing a PDB File

Preparing a PDB File Figure 1: Schematic view of the ligand-binding domain from the vitamin D receptor (PDB file 1IE9). The crystallographic waters are shown as small spheres and the bound ligand is shown as a CPK model. HO

More information

ICM-Chemist-Pro How-To Guide. Version 3.6-1h Last Updated 12/29/2009

ICM-Chemist-Pro How-To Guide. Version 3.6-1h Last Updated 12/29/2009 ICM-Chemist-Pro How-To Guide Version 3.6-1h Last Updated 12/29/2009 ICM-Chemist-Pro ICM 3D LIGAND EDITOR: SETUP 1. Read in a ligand molecule or PDB file. How to setup the ligand in the ICM 3D Ligand Editor.

More information

Molecular Modelling. Computational Chemistry Demystified. RSC Publishing. Interprobe Chemical Services, Lenzie, Kirkintilloch, Glasgow, UK

Molecular Modelling. Computational Chemistry Demystified. RSC Publishing. Interprobe Chemical Services, Lenzie, Kirkintilloch, Glasgow, UK Molecular Modelling Computational Chemistry Demystified Peter Bladon Interprobe Chemical Services, Lenzie, Kirkintilloch, Glasgow, UK John E. Gorton Gorton Systems, Glasgow, UK Robert B. Hammond Institute

More information

Part 6. 3D Pharmacophore Modeling

Part 6. 3D Pharmacophore Modeling 279 Part 6 3D Pharmacophore Modeling 281 20 3D Pharmacophore Modeling Techniques in Computer Aided Molecular Design Using LigandScout Thomas Seidel, Sharon D. Bryant, Gökhan Ibis, Giulio Poli, and Thierry

More information

CSD Conformer Generator User Guide

CSD Conformer Generator User Guide CSD Conformer Generator User Guide 2018 CSD Release Copyright 2017 Cambridge Crystallographic Data Centre Registered Charity No 800579 Conditions of Use The CSD Conformer Generator is copyright work belonging

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

Garib N Murshudov MRC-LMB, Cambridge

Garib N Murshudov MRC-LMB, Cambridge Garib N Murshudov MRC-LMB, Cambridge Contents Introduction AceDRG: two functions Validation of entries in the DB and derived data Generation of new ligand description Jligand for link description Conclusions

More information

Searching CrossFire Beilstein Using DiscoveryGate. DiscoveryGate Version 2.2 Participant s Guide

Searching CrossFire Beilstein Using DiscoveryGate. DiscoveryGate Version 2.2 Participant s Guide Searching CrossFire Beilstein Using DiscoveryGate DiscoveryGate Version 2.2 Participant s Guide Searching CrossFire Beilstein using DiscoveryGate DiscoveryGate Version 2.2 Participant s Guide Elsevier

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

Standardization of a Primary Standard & Determination of Concentration by Acid-Base Titration

Standardization of a Primary Standard & Determination of Concentration by Acid-Base Titration Standardization of a Primary Standard & Determination of Concentration by Acid-Base Titration It is often necessary to test a solution of unknown concentration with a solution of a known, precise concentration.

More information

CSD Conformer Generator User Guide

CSD Conformer Generator User Guide CSD Conformer Generator User Guide 2017 CSD Release Copyright 2016 Cambridge Crystallographic Data Centre Registered Charity No 800579 Conditions of Use The CSD Conformer Generator is copyright work belonging

More information