DeepLC: Retention time prediction for peptides carrying any modification.
About DeepLC
DeepLC predicts retention times for peptides carrying any modification. It does this by leveraging a deep learning model based on atomic composition features. Starting with v4, DeepLC comes with a multitask pretrained model covering multiple LC setups (6,543 setups since v4.1.1), enabling accurate predictions out of the box. For best results on a specific dataset, predictions can be calibrated or fine-tuned using a small reference set of identified PSMs.
Citation
If you use DeepLC, please cite:
DeepLC can predict retention times for peptides that carry as-yet unseen modifications
Robbin Bouwmeester, Ralf Gabriels, Niels Hulstaert, Lennart Martens & Sven Degroeve
Nature Methods 18, 1363–1369 (2021) doi:10.1038/s41592-021-01301-5
If you use the transfer learning functionality, please also cite:
Retention time prediction improves proteomics database search and identification rates
Nature Communications (2026) doi:10.1038/s41467-026-68981-5
To replicate the results from this paper, use DeepLC v3.1.13. For regular use, we recommend the latest stable version.
Usage
Web application
A hosted web application is available at iomics.ugent.be/deeplc — no installation required.
Local graphical interface
Windows: download the one-click installer from the releases page.
Other platforms: install with GUI dependencies and launch as a desktop app or local web server:
pip install deeplc[gui]
deeplc gui # opens in browser
deeplc gui --native # opens as desktop window
Command line and Python API
pip install deeplc
deeplc predict peptides.tsv
from psm_utils.io import read_file
from deeplc import predict_and_calibrate
psm_list = read_file("peptides.tsv")
calibrated_rt = predict_and_calibrate(psm_list)
See the documentation for the full CLI reference, Python API, and input file format.
Related projects
- im2deep — Ion mobility / collisional cross section prediction using the same atomic composition approach
- MS²Rescore — Peptide identification rescoring that uses DeepLC retention time predictions as a rescoring feature
- iDeepLC — DeepLC variant using molecular descriptors to incorporate full molecular structure into predictions; better performance for some amino acid modifications.
Documentation
Full documentation at deeplc.readthedocs.io:
- Usage — CLI, Python API, input formats
- Prediction models — Model descriptions and training data
- Migrating from v3 — API and format changes
- Changelog
- Contributing
Release files for deeplc 4.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| deeplc-4.5.0.tar.gz | 42.7 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deeplc-4.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 85.3 MB
Release files / deeplc-4.5.0.tar.gz
| Download URL | deeplc-4.5.0.tar.gz |
|---|---|
| Size | 42.7 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
656573e399bc3f0e431fa24a48f2935649b6507123f6138a8671a50e7c22a110
|
|
BLAKE2b-256 checksum How to use checksums |
b21484308d0d695068195e5fcac217175a701322379f9dc890a799e839d05fa0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 11, 2026.
Transparency logRelease files / deeplc-4.5.0-py3-none-any.whl
| Download URL | deeplc-4.5.0-py3-none-any.whl |
|---|---|
| Size | 42.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d7f857ba8804b2722edf62b25a758e4749c99bd2a62ffa9b56ffe68df7cbe676
|
|
BLAKE2b-256 checksum How to use checksums |
e22ded562c66eb2387edea563a24903adb6f17672221e0828fab4d5e8248fc24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 11, 2026.
Transparency log