Skip to main content
CAPRICHO logo

The ChEMBL data curator that flags issues instead of silently dropping them.

Ruff Code style: black Imports: isort License: MIT GH Actions

Inspired in the Portuguese word "capricho" 🔊. Doing someting with capricho means doing it meticulously, with care and attention to detail.

CAPRICHO (ChEMBL Aggregation Package with Robust Inspection and Curation Handling Options) is a Python package that streamlines fetching, curating, and aggregating ChEMBL data into a machine learning-ready format for drug discovery in a flexible and reproducible manner. Instead of making opiniated decisions on the source data, CAPRICHO curates it based on several quality control filters that can be chosen by the user. Its guiding principle is to never silently drop data. Entries that don't meet the criteria are marked, allowing the user to analyze how each curation step affects the comparability of assay readouts for the same compound.

🎯 Goals

The development of CAPRICHO is guided by two core principles:

  • Transparency Above All: Data curation should never be a black box. Removed data points should be saved to be scrutinized by the user and the original data should be always preserved to ensure data integrity.
  • Flexibility by Design: Every modeling project is unique. Aggregation should be stratified by ChEMBL metadata columns, aggregating repeated compound measurements only within the scope you define as comparable.

✨ Features:

  • Data retrieval by any ChEMBL identifier (molecule IDs, target IDs, assay IDs, or document IDs)
  • ADMET data curation support with unit conversion and non-pChEMBL aggregation
  • Quality control through data flagging — never silently drops data
  • Customizable filtering options with max curation standards introduced by Landrum & Riniker (2024)
  • Configurable data aggregation options
  • Binary classification support with censored data handling
  • Save a fetching and processing recipe for reproducibility
  • Command-line interface for easy use

⚙️ Installation

With pip, into the environment you work in — the capricho command comes with it:

python -m pip install capricho

With uv, either install it as a standalone command, available anywhere:

uv tool install capricho

or add it to a project, where it is importable as a library too and runs as uv run capricho:

uv add capricho

Check the installation with capricho -h. For the development version, swap capricho for git+https://github.com/David-Araripe/Capricho.git in any of the commands above.

🚀 Quick Start

Basic Usage

# Download ChEMBL database
capricho download

# ...or use a ChEMBL SQLite dump you already have, read where it lies
capricho download --set-from-path /path/to/chembl_35.db

# Get bioactivity data for EGFR
capricho get --target-ids CHEMBL203 --output-path egfr_data.csv

# Get high-confidence data for multiple targets
capricho get --target-ids CHEMBL203,CHEMBL204 --confidence-scores 8,9 --output-path results.csv

Tab Completion

Our CLI supports tab completion for commands and options. To enable it, run the following command in your terminal:

capricho --install-completion

Key Features

  • Five main commands: download, explore, get, prepare, binarize
  • Flexible filtering: By confidence, assay type, bioactivity type
  • Transparent processing: All filtering steps are logged and flagged
  • Reproducible workflows: Automatic recipe generation
  • Multiple backends: Local SQL or web API
  • Binary classification support: Convert continuous activity values to binary labels

📖 Documentation

For comprehensive documentation including detailed CLI options, advanced usage, tutorials, and API reference, visit our full documentation.

Quick Links:

License

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

Download files

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

Source Distribution

capricho-1.0.3.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

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

capricho-1.0.3-py3-none-any.whl (122.6 kB view details)

Uploaded Python 3

File details

Details for the file capricho-1.0.3.tar.gz.

File metadata

  • Download URL: capricho-1.0.3.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for capricho-1.0.3.tar.gz
Algorithm Hash digest
SHA256 f2384e9c936b06d30c957e41aa611883ffbca8044731f94b5ada641311f9b71c
MD5 f6b3918c707748e1914239b9291a2fff
BLAKE2b-256 ccd803bef4c1f9e7b6ef8387eaaa38d3047ad9c3032fcbe7388e9efe02fc3a46

See more details on using hashes here.

File details

Details for the file capricho-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: capricho-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 122.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for capricho-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 90415e29d0c93a1cc6badd442add3bab9ded10d10e2bff94b649f3ff115503b5
MD5 3d9abf9f88dc6f42bdab4c921e98503c
BLAKE2b-256 b2cee64a5593edcc2dc6e33abe51d00290ee4ec1da8e30a7824024d1c8530405

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