Git Product home page Git Product logo

multiprotic-pka-processing's Introduction

Multiprotic pKa Processing

GitHub GitHub

Most data sets of experimental pKa values of multiprotic molecules lack information about the associated (de-)protonation sites. However, this information is often necessary to train appropriate prediction models which show the corresponding (de-)protonation sites in addition to the predicted pKa values or whose prediction is based on this information. Additionally, the datasets are often not cleaned or filtered in any way, contain duplicated entries or different tautomers of the same molecule. The tool presented here tries to solve these problems to generate a cleaned, standardized and annotated data set that can be used for different machine learning approaches.

For cleaning and filtering the tool performs the following steps:

  • Removal of salts
  • Filtering molecules containing nitro groups
  • Filtering molecules containing Boron, Selenium or Silicon
  • Filtering by Lipinski's rule of five (one violation allowed)
  • Keeping only pKa values between 2 and 12
  • Tautomer standardization
  • Protonation at pH 7.4

To get annotations about the (de-)protonation site of every pKa value, two major problems have to be solved: Localization of the titratable groups without licensed software and the once-only assignment of the experimental values to the corresponding groups for all datasets.

For the localization part the tools ChemAxon Marvin[1] and Dimorphite-DL[2] are used to compile a list of SMARTS pattern that catch most of all groups in the given dataset. Finally, the Marvin predictions are used to assign the experimental values to the corresponding groups while removing outliers. The resulting data set can be used as a starting point for machine learning in a following step.

Prerequisites

The Python dependencies are:

  • Python = 3.8
  • Scikit-Learn
  • RDKit >= 2020.03.5
  • Matplotlib >= 3.2, < 3.3
  • Seaborn >= 0.11

For the whole pipeline, ChemAxon Marvin[1], Dimorphite-DL[2] and OpenEye QUACPAC/Tautomers[3] are required.

Of course you also need the code from this repository folder.

Important note: You should clone this repository with the command git clone --recurse-submodules https://github.com/czodrowskilab/Multiprotic-pKa-Processing.git to automatically fetch the integrated submodule Dimorphite-DL (https://git.durrantlab.pitt.edu/jdurrant/dimorphite_dl).

Installing

First of all you need a working Miniconda/Anaconda installation. You can get Miniconda at https://conda.io/en/latest/miniconda.html.

Now you can create an environment named "MPP" with all needed dependencies and activate it with:

conda env create -f environment.yml
conda activate MPP

You can also create a new environment by yourself and install all dependencies without the environment.yml file:

conda create -n my_env python=3.8
conda activate my_env
conda install -c defaults -c conda-forge scikit-learn "rdkit>=2020.03" matplotlib=3.2 "seaborn>=0.11"

Usage

To use the data preparation pipeline your conda environment has to be activated and the Marvin commandline tool cxcalc and the QUACPAC commandline tool tautomers have to be contained in your PATH variable.

Also the environment variables OE_LICENSE (containing the path to your OpenEye license file) and JAVA_HOME (referring to the Java installation folder, which is needed for cxcalc) have to be set.

Additionally, the path to the repository folder needs to be specified with the environment variable PKA_CODEBASE, e.g.

export PKA_CODEBASE="/full/path/to/repository/folder"

After preparation you can display a small usage information with bash pipeline.sh --help. Example call:

bash pipeline.sh --train chembl26.sdf datawarrior.sdf --test sample6.sdf

If you want to use different sets of molecules for the generation of the SMARTS patterns you can use the optional parameter --grouping <SDF> <SDF> .... If not specified all training and test sets will be used for the SMARTS pattern generation.

If you don't want the full analysis through all different location strategies you can specify a specific strategy with --quick-run KEY. The following keys are available:

  R1_oV   - Radius 1 only
  R3_oV   - Radius 3 only
  R1_V-R3 - Radius 1 search with radius 3 validation
  R1_V-R4 - Radius 1 search with radius 4 validation
  R1_V-R5 - Radius 1 search with radius 5 validation
  R1_V-R6 - Radius 1 search with radius 6 validation

Additional parameters are:

  • --exp-tol: Experimental value error tolerance as a float value to decide if two experimental values belong to the same titratable group (default is 0.3).
  • --max-err: The maximum error between experimental value and the Marvin prediction after assigning the values to the titratable groups at which the value is still reliable (default is 2.0).

Datasets

  1. settimo_et_al.sdf - Manually combined literature pKa data[4]
  2. chembl26.sdf - Experimental pKa data extracted from ChEMBL26[5]
  3. datawarrior.sdf - pKa data shipped with DataWarrior[6]
  4. hunt_et_al.sdf - Extracted from Hunt et al. (2020)[7]
  5. literature_compilation.sdf - Compilation of experimental datapoints from multiple publications (list of publications)
  6. sampl6.sdf - Experimental data from SAMPL6 challenge[8] (LICENSE)

Authors

Marcel Baltruschat - GitHub, E-Mail
Paul Czodrowski - GitHub, E-Mail

License

This project is licensed under the MIT License - see the LICENSE file for details.

References

[1] Marvin 20.1.0, 2020, ChemAxon, http://www.chemaxon.com
[2] Ropp PJ, Kaminsky JC, Yablonski S, Durrant JD (2019) Dimorphite-DL: An open-source program for enumerating the ionization states of drug-like small molecules. J Cheminform 11:14. doi:10.1186/s13321-019-0336-9.
[3] QUACPAC 2.1.0.4: OpenEye Scientific Software, Santa Fe, NM. http://www.eyesopen.com
[4] Settimo, L., Bellman, K. & Knegtel, R.M.A. Pharm Res (2014) 31: 1082. https://doi.org/10.1007/s11095-013-1232-z
[5] Gaulton A, Hersey A, Nowotka M, Bento AP, Chambers J, Mendez D, Mutowo P, Atkinson F, Bellis LJ, Cibrián-Uhalte E, Davies M, Dedman N, Karlsson A, Magariños MP, Overington JP, Papadatos G, Smit I, Leach AR. (2017) 'The ChEMBL database in 2017.' Nucleic Acids Res., 45(D1) D945-D954.
[6] Thomas Sander, Joel Freyss, Modest von Korff, Christian Rufener. DataWarrior: An Open-Source Program For Chemistry Aware Data Visualization And Analysis. J Chem Inf Model 2015, 55, 460-473, doi 10.1021/ci500588j
[7] Hunt, P. et al. Predicting pKa Using a Combination of Semi-Empirical Quantum Mechanics and Radial Basis Function Methods. J. Chem. Inf. Model. 60, 2989–2997 (2020).
[8] Mehtap Isik, Andrea Rizzi, David L. Mobley, Michael Shirts, & Danielle Teresa Bergazin. (2019, April 25). MobleyLab/SAMPL6: SAMPL6 Part II - Release the evaluation results of log P predictions (Version v1.16). Zenodo. http://doi.org/10.5281/zenodo.2651393

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.