Skip to main content

pKaPredict project

Project description

Project Logo

Coverage Status

pKaPredict


📦 Overview

pKaPredict is a cheminformatics tool that predicts the acid dissociation constant (pKa) of chemical compounds from their SMILES strings. The package is designed to be easily pip-installable and modular, making it ideal for cheminformatics applications. The package combines RDKit generated molecular descriptors with a pre-trained LGBMRegressor model for fast, reproducible predictions. The workflow includes training data preprocessing, descriptor generation, model loading, prediction, and result visualization.

💡 Main Functions :

Functions used to train the machine learning model on a training dataset

clean_and_visualize_pka Cleans the training dataset by removing duplicates and missing values; also provides basic visualizations for data exploration.

RDKit_descriptors Transforms a DataFrame of SMILES into molecular descriptors, used for training the model.

plot_data Creates scatter plots comparing predicted vs. experimental pKa values to evaluate model performance and choose the most adapted model for this usage.

Core functions for predicting pKa from user-provided SMILES inputs

load_model Loads the pre-trained LightGBM model optimized for pKa prediction.

smiles_to_rdkit_descriptors Converts a user-provided SMILES input into a vector of RDKit molecular descriptors.

predict_pKa Takes molecular descriptors as input and returns predicted pKa values using the loaded model.

👩‍💻 Installation

  1. Clone the repository:
git clone https://github.com/anastasiafloris/pKaPredict.git
cd pKaPredict
  1. Create and activate the conda environnement:

If your project includes an environment.yml file:

conda env create -n pkapredict_env -f environment.yml
conda activate pkapredict_env

If not, you can create one manually:

conda create -n pkapredict_env python=3.10 -y
conda activate pkapredict_env
  1. Install the package:
pip install pKaPredict
  1. Install jupyter lab:
pip install jupyterlab

🍏 For macOS users (⚠ required for LightGBM to work):

  1. Install the system library libomp:
brew install libomp

If brew is not installed, follow the instructions here: https://brew.sh

  1. The package is yours 🎁:

Run the test_package.py file in a python or jupyter environment to predict the pKa of a molecule of your choice, using its SMILES string.

🪪 License

This project is licensed under the MIT License.
You are free to use, modify, and distribute it with proper attribution.

📗 References

The dataset used in this project is the test_acids_bases_descfinal_nozwitterions.csv file from the cbio3lab repository.
It was originally extracted from the Harvard Dataverse.

👯‍♀️ Authors

This project was completed as part of the EPFL course Practical Programming in Chemistry.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pkapredict-0.1.2.tar.gz (4.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pkapredict-0.1.2-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file pkapredict-0.1.2.tar.gz.

File metadata

  • Download URL: pkapredict-0.1.2.tar.gz
  • Upload date:
  • Size: 4.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pkapredict-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f7da442d137d478c7ca5b49ad0e8524fb9b98da7f8dcc61b27ee8bcdf7b60d28
MD5 3be8a8c1bd029f723421a0acab09d615
BLAKE2b-256 80641bc9eb35f10dd35221ff3a958a0c55d72c2fb37c3aac78f09e2ba78a56a0

See more details on using hashes here.

File details

Details for the file pkapredict-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pkapredict-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for pkapredict-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a94523ebb6169ebbd9d120d6359f4f67097eda15b31ab63c10eb0867220a36e9
MD5 ec56153bca5375d369dede69f497c074
BLAKE2b-256 543d39eef5c999f21e91b7c3cd4cedadd5835f0a2c378b09b09dddb08f87baae

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page