You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+84-27Lines changed: 84 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,45 +4,98 @@ Collisional cross-section prediction for (modified) peptides.
4
4
---
5
5
## Introduction
6
6
7
-
IM2Deep is a CCS predictor for (modified) peptides.
8
-
It is able to accurately predict CCS for modified peptides, even if the modification wasn't observed during training.
7
+
IM2Deep is a deep learning-based CCS predictor for (modified) peptides. It accurately predicts collisional cross-section (CCS) values for modified peptides, even if the modification wasn't observed during training. The tool supports both single-conformer and multi-conformer predictions for peptide ions.
9
8
10
9
## Installation
11
10
Install with pip:
12
11
13
-
`pip install im2deep`
14
-
15
-
If you want to use the multi-output model for CCS prediction of multiconformational peptide ions, use the following installation command:
12
+
```bash
13
+
pip install im2deep
14
+
```
16
15
17
-
`pip install 'im2deep[er]'`
16
+
For local development/docs:
17
+
```bash
18
+
uv sync --group dev --group docs
19
+
```
18
20
19
21
## Usage
20
-
### Basic CLI usage:
21
-
```sh
22
+
23
+
### Command Line Interface (CLI)
24
+
25
+
**Basic prediction:**
26
+
```bash
22
27
im2deep <path/to/peptide_file.csv>
23
28
```
24
-
If you want to calibrate your predictions (HIGHLY recommended), please provide a calibration file:
-**Calibration**: Highly recommended for accurate predictions. Calibration corrects for systematic differences between predicted and observed CCS values.
113
+
-**Charge states**: IM2Deep predictions are reliable for charge states up to z=6. PSMs with higher charge states are automatically filtered out during validation.
114
+
57
115
## Citing
58
116
If you use IM2Deep within the context of [(TI)MS<sup>2</sup>Rescore](https://github.com/compomics/ms2rescore), please cite the following:
59
117
> **TIMS²Rescore: A DDA-PASEF optimized data-driven rescoring pipeline based on MS²Rescore.**
@@ -66,4 +124,3 @@ In other cases, please cite the following:
0 commit comments