Toxic compounds are most often something that we try to avoid when designing novel pharmaceutical compounds, so it could be nice to get a prediction if a

Toxic compounds are most often something that we try to avoid when designing novel pharmaceutical compounds, so it could be nice to get a prediction if a
The chemoinformatics package Rdkit has is strength with handling small organic molecules. These molecules are characterized by a large diversity in chemical structures. A description of the
Feature selection is a powerful way of reducing the complexity of a machine learning or statistical model. But feature selection must be done in the right way,
Last time a simple multiple linear regression (MLR) model was seriously overfitted to molecular solubility data. This time the concept of regularization will be tested. Recall that
Last blog entry the conversion between molecule and fingerprint was briefly touched upon. Now the fingerprints will be used as the basis for a simple attempt to
The headline is a bit misleading as it’s not fingerprints of criminals, but chemical fingerprints. Chemical fingerprinting is a way of converting drawn molecules into streams of
Rdkit is a nice cheminformatics toolkit with python bindings. Wildcard Pharmaceutical Consulting have over the years used it a lot for a couple of different projects in
Molecular mechanics treats molecules as ball and spring systems using classical mechanical physics. Molecules are modeled as ”balls on springs”, and the total conformational energy are described
This example shows how to create a simple graphical user interface (GUI), using GUIDE and a Model-Controller-Viewer like organization (Figure 1). The example draws on the Simple