Skip to main content



GitHub release PyPI Conda GitHub Workflow Status License


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:

Download files

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

Source Distribution

deeplc-4.3.0.tar.gz (42.6 MB view details)

Uploaded Source

Built Distribution

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

deeplc-4.3.0-py3-none-any.whl (42.6 MB view details)

Uploaded Python 3

File details

Details for the file deeplc-4.3.0.tar.gz.

File metadata

  • Download URL: deeplc-4.3.0.tar.gz
  • Upload date:
  • Size: 42.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for deeplc-4.3.0.tar.gz
Algorithm Hash digest
SHA256 391c5e8afed4801ea2b4f1c023a7bffd2710d8fdbbb4c0ac4147a0bc67592405
MD5 ad16ce7ba4409214918f574792bc05d0
BLAKE2b-256 70395391c67c28cf6610298e29a0f3f06249a6a39da52f248f40d39d0aa9ad27

See more details on using hashes here.

Provenance

The following attestation bundles were made for deeplc-4.3.0.tar.gz:

Publisher: publish.yml on CompOmics/DeepLC

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file deeplc-4.3.0-py3-none-any.whl.

File metadata

  • Download URL: deeplc-4.3.0-py3-none-any.whl
  • Upload date:
  • Size: 42.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for deeplc-4.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 82b23ceb6acaec5445fb034a8b6fa94f0393e610f2c9af4ee4fca6b884499290
MD5 ee245f50840fc1751e9802131dd11175
BLAKE2b-256 4d8eeba05114ae8247f0a9bae20a35f7c07ef71f9fc44c3a946930a284269d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for deeplc-4.3.0-py3-none-any.whl:

Publisher: publish.yml on CompOmics/DeepLC

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

4.4.0

2 files

This release

4.3.0 This release

2 files

4.2.0

2 files

4.1.1

2 files

4.1.0

2 files

4.0.0

2 files

3.1.13

2 files

3.1.10

2 files

3.1.9

2 files

3.1.8

2 files

3.1.7

2 files

3.1.6

2 files

3.1.5

2 files

3.1.4

2 files

3.1.3

2 files

3.1.2

2 files

3.1.1

2 files

3.1.0

2 files

3.0.8

2 files

3.0.7

2 files

3.0.6

2 files

3.0.4

2 files

3.0.3

2 files

3.0.2

2 files

3.0.1

2 files

3.0.0

2 files

2.2.38

2 files

2.2.37

1 file

2.2.36

1 file

2.2.35

1 file

2.2.34

1 file

2.2.33

1 file

2.2.32

1 file

2.2.31

1 file

2.2.30

1 file

2.2.28

1 file

2.2.27

1 file

2.2.26

1 file

2.2.25

1 file

2.2.24

1 file

2.2.23

1 file

2.2.22

1 file

2.2.20

1 file

2.2.19

1 file

2.2.18

1 file

2.2.16

1 file

2.2.14

1 file

2.2.12

1 file

2.2.11

1 file

2.2.10

1 file

2.2.9

1 file

2.2.8

1 file

2.2.7

1 file

2.2.6

1 file

2.2.5

1 file

2.2.4

1 file

2.2.3

1 file

2.2.2

1 file

2.2.1

1 file

2.2.0

1 file

2.1.9

2 files

2.1.8

1 file

2.1.7

1 file

2.1.6

1 file

2.1.5

1 file

2.1.3

1 file

2.1.2

1 file

2.1.1

1 file

2.1.0

1 file

2.0.4

2 files

2.0.3

1 file

2.0.2

1 file

2.0.1

1 file

2.0.0

1 file

1.2.1

2 files

1.2.0

1 file

1.1.2

2 files

1.1.1

1 file

1.0.1

2 files

1.0.0

1 file

0.2.2

2 files

0.2.1

1 file

0.2.0

1 file

0.1.39

2 files

0.1.37

1 file

0.1.36

1 file

0.1.35

1 file

0.1.34

1 file

0.1.33

1 file

0.1.32

1 file

0.1.31

1 file

0.1.30

1 file

0.1.29

1 file

0.1.28

1 file

0.1.27

1 file

0.1.26

1 file

0.1.25

1 file

0.1.24

1 file

0.1.23

1 file

0.1.22

1 file

0.1.20

1 file

0.1.18

1 file

0.1.17

1 file

0.1.16

1 file

0.1.15

1 file

0.1.14

1 file

0.1.13

1 file

0.1.12

1 file

0.1.11

1 file

0.1.10

1 file

0.1.7

1 file

0.1.6

1 file

0.1.5

1 file

0.1.4

1 file

0.1.2

1 file

0.1.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page