Macs in Chemistry

Insanely Great Science

cheminfomatics

Scripting Vortex:- Accessing a web service

I’ve just added the latest script for Vortex.

In previous scripts we have generated data using a local Java program, C program, PERL script, and SVL program. In this tutorial rather than have a local application generate the data we will use a web service.

mols

There are more scripts on the Hints and Tutorial pages.



Comments

MolSoft updates

MolSoft have also released a new version of the free desktop molecular viewer ICM-Browser and the ActiveICM plugin  for viewing fully interactive molecules in web browsers.

Comments

Canonical SMILES

I’m a great fan of SMILES notation (simplified molecular-input line-entry system) as a compact means of storing chemical structures, and whilst there are many tools for creating SMILES strings they often give different (but acceptable) results. Various algorithms for generating Canonical SMILES have been developed, including those by Daylight Chemical Information Systems, OpenEye Scientific Software, MEDIT, Chemical Computing Group, MolSoft LLC, all use proprietary code. In the latest issue of Journal of Cheminformatics Noel O’Boyle describes the development of Universal SMILES and Inchified SMILES as implemented in Open Babel an open source cheminformatics toolkit. DOI

Comments

Vortex script exchange

Vortex is an advanced data analysis package that understands chemistry, the capabilities of Vortex can be extended by the use of scripts. I’ve now created Vortex script exchange that users can use to download or share scripts.

There are also a series of scripting tutorials here to provide a starting point for creating new scripts.

Hopefully these scripts will be valuable to you.

Comments

ChemDoodle web components updated

I just noticed ChemDoodle web components have been updated

This significant update improves performance and graphics for both 2D and 3D components. PDB file reading has been optimized on the Javascript side, and you can now control the resolution of protein and nucleic meshes, leading to significantly faster loading. Two new spectrum components have been added, OverlayCanvas which draws several spectra in the same domain, and SeekerCanvas which shows plot coordinate information.

You might want to have a look at this review and this tutorial

Comments

Computational Chemistry Competition

As part of an initiative to provide computational chemistry tutorials there is a competition now on.

Website is here.

Details for the competition Requirements Use freely available software tools and develop tutorials & models for workflows as requested in the challenges. Criteria to Judge

  • Quality of predictive models
  • Statistical measures, held-out test sets
  • Quality of workflows
  • Are these state-of-the-art?
  • Clarity of the tutorials
  • Suitable for undergraduate courses
  • Include principles of underlying science
  • Include description of “common pitfalls”
  • Include description of all preparative steps & required resource
  • Ease of use of the tools
  • Can they be tailored/amended if new insights emerge (project specific or general insights)?
  • Innovation of the computational methods

Challenges

  • Challenge 1: Workflow to analyze HTS data & build models for further hit finding
  • Challenge 2: Structure-based design workflow, new chemotypes
  • Challenge 3: Structure-based design workflow, medicinal chemistry strategy
  • Challenge 4: Call for innovative drug discovery workflows

Comments

StarDrop update released

A new version of StarDrop is now available. The new features include

  • FieldAlign – this new module, using Cresset's molecular Field technology, provides a unique, 3-dimensional (3D) insight into the biological activity, properties and interactions of your compounds, helping to guide the design of novel, potent compounds with a high chance of success, there is a review of the FieldView and FieldAlign here.
  • R-Group analysis – analyse a chemical series to interactively visualise the impact of variations to R-groups, linkers, atoms or fragments on compound properties. Explore the SAR of your chemistry, identify new optimisation strategies and automatically enumerate the missing combinations
  • ADME QSAR – new models for predicting 2C9 pKi, BBB category and P-gp category (the old models remain available for consistency with previously calculated results)
  • Nova – now available with the ability to select compounds using a combination of properties and chemical diversity

screen-glowing

Comments

FMCS 1.0 - Find Maximum Common Substructure

Andrew Dalke has just released fmcs-1.0. It finds a maximum common substructure of two or more structures. Some of the features are:

  • handles 1,000s of structures
  • several different atom and bond comparison schemes
  • modifiers to require ring bonds only match ring bonds, or that incomplete rings are not allowed in the MCS
  • user-defined atom class typing through isotope labels (SMILES) or through an SD tag field
  • uses an exact solution to find a maximum common substructure
  • eports the current best solution if the timeout is reached

The software is distributed under the 2-clause BSD license and available for no charge from https://bitbucket.org/dalke/fmcs/downloads/fmcs-1.0.tar.gz

You must have the Python bindings to RDKit in order to run fmcs.

Usage details are in the README, shown also in the project page at:  https://bitbucket.org/dalke/fmcs/

Comments

forgeV10

forgeV10 takes advantage of Cresset’s patented ligand comparison method to align, score and compare molecules from a biological viewpoint

It is designed to

  • Decipher complex SAR and communicate the results
  • Design better molecules based on predictions you can trust
  • Prepare detailed pharmacophores
  • Virtually screen 10 000 compounds on your desktop
  • Generate ADME and off target activity profiles.

fieldalign_example_small

Comments

A Review of CheS-Mapper

I’ve just completed a review of CheS-Mapper.

CheS-Mapper (Chemical Space Mapper) is a 3D-viewer for chemical datasets of small molecules, a recent publication in the Journal of Chemiformatics describes the application DOI: 10.1186/1758-2946-4-7, In addition more information is available on the wiki page. Whilst there are many applications for the visual analysis of data, very few provide the tools needed to handle chemical structures, CheS-Mapper is a java application that runs under Mac OSX (I only tested Lion) based on the Java libraries Jmol, CDK, WEKA, and utilizes OpenBabel and R, that provides an interesting means to explore chemical data sets.

CheSMapper2

There a complete list of software reviews here.

Comments

Chemkit added to alphabetical listing

Chemkit is an open-source C++ library for molecular modelling, cheminformatics, and molecular visualization.

Chemkit-builder1

Comments

Mobile Molecular Datasheet has been updated

The Mobile Molecular DataSheet (MMDS) has been updated. Two major usability enhancements:

(1) Additional tool banks on the left and right side of the sketcher provide simplified drawing tools that are more familiar to users of desktop chemical drawing software.

(2) A tooltip system provides tips, live demonstrations and links to documentation.

Comments

Using Flot and Chemical Identifier Resolver

I recently wrote a couple of Applescripts that use the Chemical Identifier Resolver (CIR) a web service that performs various chemical name to structure conversions and it occurred to me that is should be possible to use this service to generate images for use as popups on a graph in the same way that I’ve previously described using Flot and ChemSpider. This works well but relies on the structure already being in the ChemSpider database, for novel structures we need a service for generating the image from a chemical identifier. CIR provides a simple web service for doing exactly this, for example submit a SMILES string and it can return a 2D image.

This tutorial shows how to create an interactive plot using Flot and CIR

Comments

KNIME Desktop updated

From the KNIME newsletter

“…good news for our Mac Users! We have just released KNIME 2.5.4 which fixes issues caused by the latest Apple update of the Java environment. We are grateful to the very active KNIME community which has helped to identify and fix this problem.”

KNIME Desktop 2.5.4 can be downloaded from the download page (http://www.knime.org/download) or you can upgrade your existing KNIME installation by using the built-in update functionality available in the "File" menu

There is also a KNIME tutorial here

Comments

iBabel update

I’ve been doing a little work to update iBabel, I’ve updated all the tools developed by Silicos-it to use the new names and options.

The SVG support in Openbabel has undergone significant improvements due to the brilliant efforts of Noel O’Boyle and Chris Morley in particular the ability to colour a substructure within a molecule. This requires installation of the development version of OpenBabel at present.

I’ve added a movie to show it in action.

Comments

Stardrop Review

I’ve just posted a review of Stardrop an application from Optibrium that is designed to aid decision making for scientists involved in drug discovery.

Comments

ICM Update

MolSoft have announced the release of ICM version 3.7-2c.

New features include Atomic Property Fields APF is a 3D pharmacophoric potential implemented on a grid. APF can be generated from one or multiple ligands and seven properties are assigned from empiric physico-chemical components (hydrogen bond donors, acceptors, Sp2 hybridization, lipophilicity, size, electropositive/negative and charge).

The 3D ligand Editor is a powerful new tool for the interactive design of new lead compounds in 3D. It allows you to make modifications to the ligand and see the affect of the modification on the ligand binding energy and interaction with the receptor.

Use AQUASITES to design chemicals based on their ability to displace or keep water molecules inside the ligand binding site of proteins. The first step is to identify water binding sites and then the second step is to estimate the free energy of water displacement for a particular ligand(s).

Protein Modelling Inside ICM there are many features for homology modelling and loop modelling. This new option can be used if you have a gap in your protein and you want to find loops in the PDB which fit the gap.

"Pipe-able" Scripting in ICM. New options to pipe icm commands and scripts. Easy way to write pipe-able scripts (see $ICMHOME/molpipe/*.icm). Easy way to add parallelism to unix/mac ICM scripts: fork with pipe option ($ICMHOME\molpipe*.icm)

Comments

Vortex script for MayaChemTools

I’ve just added a new Vortex script, this one uses a PERL script that is part of the excellent MayaChemTools.

Scripting Vortex Using OpenBabel
Scripting Vortex 2 Using filter-it
Scripting Votrex 3 Using cxcalc
Scripting Vortex 4 Using MOE
Scripting Vortex 5 Calculating similarities using OpenBabel
Scripting Vortex 6 Filtering compounds
Scripting Vortex 7 Using MayaChemTools

Comments

Vortex developer wanted

This might be of interest.

Dotmatics is looking to expand the team working on Vortex, its data analysis platform. The candidate should have several years software development experience with Java and preferably with the Swing graphical user interface toolkit. The ideal candidate will have a degree or PhD in the life sciences, and will have experience with data visualisation and analysis techniques such as clustering. Experience with cheminformatics systems or statistical software, such as R, will be advantageous. Candidates will probably have experience working within the pharmaceutical/biotech sector or the life science software development industry.

The position will be based at the UK headquarters in Bishops Stortford (Herts, UK). We offer a competitive salary, benefits and a pleasant working environment at the Old Monastery site. Further information about the company and our software can be found at http://www.dotmatics.com.

Comments

Using Calculation Fields in Vortex

Whilst Vortex has tools that allow you to do some analysis and of course you can use the scripting facility to access statistical or model building packages like R in this tutorial we will be using a model taken from the literature and implementing it within Vortex using a calculation field to construct the algorithm.

Comments

Plotting in Instant JChem

Plotting in Instant JChem Read More...
Comments

OpenEye announce EON and ROCS updates

OpenEye has announced a couple of updates. Read More...
Comments

ChemAxon UGM

ChemAxon's US UGM, Sept 27-28, San Diego, CA  Read More...
Comments

sdf2xyz2sdf

sdf2xyz2sdf is an open-source software aimed at converting SDF files into TINKER XYZ files (and vice versa) Read More...
Comments

Designing Cheminformatics apps for the iPhone

Basic primitives for molecular diagram sketching Read More...
Comments

Chil² platform availabe on Macs

The Chil² platform offers a complete molecular modeling environment. Read More...
Comments

Cresset Announces Academic Access Program

Cresset Announces Academic Access Program Read More...
Comments

silicos tools for Drug Discovery

silicos tools for Drug Discovery Read More...
Comments

iBabel

Here is the latest version of iBabel (3beta3), Read More...
Comments

ChemDoodle Web Components 4

This latest update to the ChemDoodle Web Components brings a host of new features Read More...
Comments

Marvin Updated

Marvin Updated Read More...
Comments

iBabel 3.0 beta

As I mentioned a little while ago I’m in the process of rewriting iBabel using AppleScriptObjC, and thanks to the invaluable help of AppleScriptObjC Explored by Shane Stanley and the contributors to the MacScripter website I now have the first beta available.
It can be downloaded from
here (24MB), this version requires Mac OS X 10.6 or higher and OpenBabel 2.3
Much will seem familiar to previous users of iBabel and the
screenshots of the old version give a good overview of the capabilities, whilst the images below highlight a few of the new features.
The “Add title and index” option appends a title (default is Mol, but you can edit this in the adjacent text box) and an index number to multi-molecular files, e.g. Mol 1, Mol 2, Mol 3 etc. This is essential if you want to search files displayed in the “Viewer” since you need a unique identifier for each structure. In many cases the molecules will already have a molecule id.


Another new feature with OpenBabel 2.3 is the ability to generate 2D and 3D coordinates.
Perhaps the biggest changes have come with the “Viewer”, by storing the table data in an array we can use some of the cool ObjC functions such as the continuously updating selection count and the live searching of the “Name” text field. To import records identify the input file using the input button and then click the “Import” button.



The buttons highlighted in green allow the user to delete the highlighted row, delete all the “Selected” rows or clear all records completely. The selection can be modified using the buttons highlighted in pale blue.
There are a selection of supported viewers chosen using the iBabel Preferences. ChemDoodle is an included lightweight javascript library that works very well for most file formats but does not at present support SMILES (you can of course use iBabel to convert SMILES to sdf using the generate 2D option). I’m looking at doing this on the fly but I need to see what the performance hit will be.
For the other viewers, JMOL/JChemPaint are in the application bundle. ChemBioDraw needs to be in the Application folder but only works on some machines (something to do with only supporting 32-bit which I think we will have to wait for CambridgeSoft to address). Because of Java security issues Marvin has to be in the same file structure as the htm page, I think you only need to put an alias to Marvin in the Macintosh HD:Public folder or User:Public folder. the 2D and 3D radio buttons allow you to choose an appropriate display.

It also support JME as the editor but you need to get a copy from Peter Ertl directly and put it in the Public folder.

The PChem button pulls structures from PubChem, this can either be a single structure of a list (here is an example
caslist.txt you can download to try).
As you can see the list contains a mixture of systematic names, trivial names, drug names and CAS numbers but the smart people at PubChem sort all that out nicely.

64318-79-2
iodobenzene
trinitrotoluene
anisaldehyde
170729-80-3
nonsense
Clomipramine
Loratidine
108-86-1
63-75-2
Promethazine
Chlorpromazine

The result is two files on your output.smi which contains the successful searches and NoStructure.txt which contains cases where no structure was found. You can then import the file to view the structures.

I’d be delighted to hear of any bugs (honest) any suggestions for how iBabel might be improved.
Comments

Safari extension for Opsin

The Unilever Centre for Molecular Science Informatics have been at the forfront at developing tools for the creation and curation of molecular data. OSCAR (Open Source Chemistry Analysis Routines) is software for the semantic annotation of chemistry papers a key part of this is Opsin a name to chemical structure converter. There is now a web interface to the program available and the web services can be accessed by anyone. Whilst this is very useful in its own right the beauty of such services is that other can build tools that access them.
There are a number
Safari Extensions described on this site that access similar services and with the help of Matt I'm happy to anounce a new addition.
The Safari Extension for Opsin (
download) allows the user to highlight a chemical name in a web page and then control click affords a dropdown menu, click on "Display ... using Opsin" and a small window will open displaying the chemical structure. What is particularly nice is that in addition to providing the structure in png format the same web service also provides the chemical structure in SMILES, InChi and CML format. If you click one of the buttons and the bottom of the structure window the structure will be downloaded in the appropriate format. You can read more about this extension here.


There is a full listing of the Safari Extensions here.
Comments

Rule of 7 Applescript

An applescript to generate and plot physiochemical properties It uses cxcalc from ChemAxon to generate the data and Aabel from Gigawiz to plot the results. Read More...
Comments

eMolecules Applescript

Applescript to search eMolecules Read More...
Comments

ChemDoodleSpectra

ChemDoodle Web Components have seen two major recent updates. Read More...
Comments

LigandScout Review

I’ve just added a review of the latest version of LigandScout 3.0.
Read More...
Comments

ChemDoodle Web Components Updated

ChemDoodle Web Components version 3.1 has been released. This open source HTML5 graphics and cheminformatics library continues to grow in popularity. Read More...
Comments

Safari Extensions

A selection of extensions that should be useful for chemists.

Chemspider :- Displays structure of highlighted chemical/drug and links to ChemSpider page.
PubChem :- Search PubChem for the highlighted compound
eMolecules :- Search eMolecules for the highlighted compound
Chemicalize :- Submit the current URL to chemicalize.org
DrugBank :- Search DrugBank for the highlighted compound

Read More...
Comments

MayaChemTools Update

MayaChemTools has been updated. Read More...
Comments

Marvin Update

ChemAxon continue to update their applications and I just thought I'd mention this new Marvin feature. If you select a structure you get a menu option to search either PubChem or ChemSpider. Read More...
Comments

ChemDoodle 3.0 Review

I’ve just finished a review of ChemDoodle 3.0 an impressive latest update to the Chemical Drawing package from iChemLabs. Read More...
Comments

Dotmatics UGM

I was at the Dotmatics UGM recently and I thought I’d post a review/impressions from the meeting. Read More...
Comments

Chemistry on the iPad

Chemistry on the iPad. Read More...
Comments

Omega

Publication describing validation of OMEGA a systematic, knowledge-based conformer generator. Read More...
Comments

CCG European User Group Meeting

Chemical Computing Group (the creators of MOE) have announced that this year’s European User Meeting will be held on October 18th and 19th, at the Wellcome Trust Genome Campus Conference Centre, Hinxton Hall, near Cambridge, UK Read More...
Comments

ChemAxon User Group Meeting

ChemAxon User Group Meeting: May 19-20th Training day: May 18th Read More...
Comments

Dotmatics User Group Meeting

Dotmatics the creators of Vortex (see review here) have announced the venue for the User Group Meeting Read More...
Comments

Review of MOE (2009.10 release)

A review of the latest version of MOE. Read More...
Comments

3D ChemDoodle Web Components

ChemDoodle Web Components 3.0, released which contain the alpha development versions of the 3D ChemDoodle Web Components. Read More...
Comments

Added Indgo to application listings

  • Indigo is an organic chemistry toolkit. The code base is shared among the projects. All of the tools are written in C++, while a number of C# and Java wrappers are available.
Read More...
Comments

PubChem Sketcher

The PubChem structure editor Read More...
Comments

Computational Chemistry Scripts

A collection of Computational Chemistry scripts Read More...
Comments

KNIME Desktop for Mac OS X

  • Highly experimental version of KNIME 2.1 released for Mac OS X.
Read More...
Comments

OrChem

OrChem - An open source chemistry search engine for Oracle Read More...
Comments

Avogadro 1.0 Released

Avogadro 1.0 a free, open source, cross-platform molecular editor has been released. Read More...
Comments

ChemMobi:- Chem app for iPhone

Uses Symyx, ChemSpider and Discoverygate webservices to access online chemical information. Read More...
Comments

ChemDoodle Demo

Another expample of the use of ChemDoodle web components. Read More...
Comments

New Applications

Aten and SMSD added, Read More...
Comments

Chemistry on the iPhone

The ChemDoodle web components display on the iPhone Read More...
Comments

ChemDoodle Web Components

ChemDoodle Web Components pure javascript objects derived from ChemDoodle. Read More...
Comments

Latest iBabel Update

I’ve just released the latest version of iBabel (2.6) Read More...
Comments

FAF_Drugs2

FAF-Drugs2 This is a package for in silico ADMET filtering Read More...
Comments

WebMo added

Added WebMo a front-end to a range of computational chemistry packages. Read More...
Comments

Applescript Chemistry Workflow

A chemistry workflow created using Applescript, Chemaxon tools and Aabel. Read More...
Comments

New Applications added

Osra for optical structure recognition and MayChemTools a collection of chemiformatics Perl scripts. Read More...
Comments

AutoDock Vina

AutoDock Vina: Improving the speed and accuracy of docking with a new scoring function, efficient optimization, and multithreading
Read More...
Comments

SARchitect

SARchitect is a tool for analysing structure activity relationships and ADME/T modeling. Read More...
Comments

Marvin and JChem updates

ChemAxon have announced a couple of updates. Read More...
Comments

New Applications

Balloon creates 3D atomic coordinates from connectivity data.
ShaEP aligns (superimposes) two rigid 3D molecular structure models.
Read More...
Comments

ChemAxon UGM

ChemAxon's 2009 European User Group Meeting Read More...
Comments

News Updates

A collection of software updates Read More...
Comments

Amazone Web Services

Amazon web services now provide chemistry datasets. Read More...
Comments

Vortex Review

An update to Vortex. Read More...
Comments

Vortex: Cheminformatics data analysis

I’ve just added a review of Vortex a cheminformatics tool import files in a variety of formats, it provides depiction and structure based searching, together with property calculations tightly integrated with excellent charting and analysis tools. Read More...
Comments

ChemAxon User Group Meeting in Boston

I see ChemAxon have announced details of their first US User group meeting Read More...
Comments

News

A few updates and news snippets Read More...
Comments

Chemaxon

Chemaxon User Group Meeting in the US. Read More...
Comments

Avogadro

A new version of the advanced molecular editor Avogadro has been released. Read More...
Comments

Chempedia

Chempedia is the free and continuously-updated online chemical encyclopedia Read More...
Comments

Molegro Data Modeller

Molegro Data Modeller is a cheminformatics application for Data Mining, Data Modelling, and Data Visualization.

Read More...
Comments

ChemAxon's 2008 European User Group Meeting

The program is now available for ChemAxon's 2008 European User Group Meeting being held on Wednesday and Thursday, May 7-8th at the Thermal Hotel Spa in Visegrad, Hungary. Read More...
Comments

Marvin and JChem

Marvin and JChem have been updated Read More...
Comments

Avogadro

Avogadro an advanced molecular editor designed for cross-platform use in computational chemistry. Read More...
Comments

smi23D

smi23d consists of two programs that can be used to convert one or more SMILES strings to 3D. Read More...
Comments

New version of iBabel

Updated iBabel to version 2.5.2. Read More...
Comments

New version of iBabel

Updated version of iBabel Read More...
Comments

Marvin Update

Marvin 5.0.1 has been released. Read More...
Comments

ChemAxon's 2008 European User Group Meeting

ChemAxon's 2008 European User Group Meeting will be held on Wednesday and Thursday, May 7-8 at the Thermal Hotel, in Visegrad, Hungary Read More...
Comments

Instant JChem Review

A review of Instant JChem an easy to use chemical structure database. Read More...
Comments

Marvin Updated

Marvin has just been updated, I've made a few additions to my review. Read More...
Comments

Mavin Review

I've written a review of Marvin from Chemaxon. Read More...
Comments

LibraryMCS

I just heard about this offering from ChemAxon LibraryMCS clusters a set of chemical structures on a structural basis. Read More...
Comments

Applescript Tutorial 9

Embedding chemical metadata into image files. Read More...
Comments

LigBuilder

Compiling LigBuilder under Mac OS X. Read More...
Comments

ChemAxon

I had a message from ChemAxon saying they had updated some of their products and I thought it might be worth a summary of their wares. Whilst Java based everything works fine on a Mac and note:-
  • Instant JChem Personal (an new OS independent desktop application for working with chemical and non chemical data) and Marvin, a chemical editor and viewer suite are free for all users
  • All products are free for academic teachers and researchers - including the enterprise edition of Instant JChem
  • Most products are free for freely accessible, non commercial websites
Read More...
Comments

Spotsearch :- Substructure search your hard drive

Substructure search chemical files indexed using ChemSpotlight Read More...
Comments

Macs in Chemistry Domain

Registered www.macinchem.org Read More...
Comments