Streamlit app to explore chemical clustering!
Project description
- ChemCluster -
ChemCluster is an interactive web application for cheminformatics and molecular analysis, focusing on forming and visualizing molecular clusters built using Streamlit, RDKit, and scikit-learn.
Final project for the course Practical Programming in Chemistry — EPFL CH-200
📦 Package overview
ChemCluster is an interactive cheminformatics platform developed at EPFL in 2025 as part of the Practical Programming in Chemistry course. It is a user-friendly web application designed to explore and analyze chemical structures, either individually via the formation of conformers or as datasets.
This tool enables users to compute key molecular properties, visualize 2D and 3D structures, and perform clustering based on molecular similarity or conformer geometry. It also offers filtering options to help select clusters matching specific physicochemical criteria.
🌟 Features
- Upload .sdf, .mol, or .csv files with SMILES
- Compute key molecular properties (MW, logP, TPSA, etc.)
- Visualize molecules in 2D (RDKit) and interactive 3D (Py3Dmol)
- Reduce dimensionality with PCA and auto-optimize KMeans clustering
- Click points on the PCA plot to inspect molecules and properties
- Export cluster data to .csv
🛠️ Installation
- Install from PyPI:
pip install chemcluster
- Run the app:
chemcluster
This will open the ChemCluster interface in your browser.
To contribute or run locally from source:
git clone https://github.com/erubbia/ChemCluster.git
cd ChemCluster
conda env create -f environment.yml
conda activate chemcluster-env
pip install -e .
▶️ Testing
Testing can be done with 'pytest' or 'tox':
pytest
# or with tox
tox
📖 Usage
- Analyze a single molecule by inputting a SMILES string or drawing the structure
- Upload a dataset of molecules to perform PCA and clustering
- Click on any point in the scatter plot to view its structure and properties
- Use filters to identify clusters with desirable properties (e.g., high LogP, low MW)
- Export selected clusters as CSV files for further analysis
📂 License
👨🔬 Developers
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chemcluster-0.1.42.tar.gz.
File metadata
- Download URL: chemcluster-0.1.42.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a857733b0be77a58215af8ccba8400702d32a7bc7461ec51fe7e79ac7bd17a38
|
|
| MD5 |
37d9c4848c72b3eff786b784497e4498
|
|
| BLAKE2b-256 |
49b258e8c4cdaa73f7e9dde894cbcbea5c300dc5a5b258644214007b1cac97a0
|
File details
Details for the file chemcluster-0.1.42-py3-none-any.whl.
File metadata
- Download URL: chemcluster-0.1.42-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6d9a95a413c2605b35205015f67d5d4a2b95ebd295ec4e5b8063f305c76ba7e
|
|
| MD5 |
0f9e4269aca6a21dadd09102f2e9d587
|
|
| BLAKE2b-256 |
66518a6521912fe1eda8ca74260eb63cd053710a2aeea8b079bf7a433941af38
|