Chemical SciencesJekyll

chem-bla-ics

chem-bla-ics
Chemblaics (pronounced chem-bla-ics) is the science that uses open science and computers to solve problems in chemistry, biochemistry and related fields.
Home PageJSON Feed
language
RstatsChemometricsChemical Sciences
Published

During my PhD I wrote a simple but effective genetic algorithm package for R. Because there was a bug recently found, and there is interest in extending the functionality, I have set up a SourceForge project called genalg. The package provides GA support for binary and real-value chromosomes (and integer chromosomes is something that will be added soon), and allows to use custom evaluation functions.

WikipediaInchiChemical Sciences
Published

Third in the series of blogs about molecules in Wikipedia without an InChI (see also #1 and #2). There a certainly false positives, but here’s the updated list: http://www.en.wikipedia.org/wiki/AZD2171 http://www.en.wikipedia.org/wiki/Alizarin http://www.en.wikipedia.org/wiki/Allantoin http://www.en.wikipedia.org/wiki/Allylamine http://www.en.wikipedia.org/wiki/Alpha-ethyltryptamine http://www.en.wikipedia.org/wiki/Anthraquinone

OpenlabChemical Sciences
Published

Pedro reminded me of the last call for Open Laboratory 2007, which prints the best blog items of 2007 in book form. The list of chemistry contributions is not so large yet, so go ahead and nominate some of cool chemical blog items of the last year. I will post my shortlist later this week.

CdkJunitChemical Sciences
Published

I have started using branches for non-trivial patches, like removing the HückelAromaticityDetector, in favor of the new CDKHückelAromaticityDetector. I am doing this in my personal remove-non-cdkatomtype-code branch, where I can quietly work on the patch until I am happy about it. I make sure to keep it synchronized with trunk with regular svn merge commands.

BioclipseJavascriptChemical Sciences
Published

Ola has been doing a good job of integrating BioMoby support into Bioclipse. Earlier he completed a GUI for running BioMOBY services, and added more recently a JavaScript wrapper too, using the Rhino plugin developed by Johannes. For example: console = Packages.net.bioclipse.util.BioclipseConsole; moby = Packages.net.bioclipse.biomoby.ui.scripts.MobyServiceScripting; biojava = Packages.net.bioclipse.biojava.scripts.BioJavaScripting;