Framework for prediction of collisional cross-section of peptides.
Project description
IM2Deep
Collisional cross-section prediction for (modified) peptides.
Introduction
IM2Deep is a CCS predictor for (modified) peptides. It is able to accurately predict CCS for modified peptides, even if the modification wasn't observed during training.
Installation
Install with pip:
pip install im2deep
Usage
Basic CLI usage:
im2deep <path/to/peptide_file.csv>
If you want to calibrate your predictions (HIGHLY recommended), please provide a calibration file:
im2deep <path/to/peptide_file.csv> --calibration_file <path/to/peptide_file_with_CCS.csv>
For an overview of all CLI arguments, run im2deep --help
.
Input files
Both peptide and calibration files are expected to be comma-separated values (CSV) with the following columns:
seq
: unmodified peptide sequencemodifications
: every modifications should be listed aslocation|name
, separated by a pipe character (|
) between the location, the name, and other modifications.location
is an integer counted starting at 1 for the first AA. 0 is reserved for N-terminal modifications, -1 for C-terminal modifications.name
has to correspond to a Unimod (PSI-MS) name.charge
: peptide precursor chargeCCS
: collisional cross-section (only for calibration file)
For example:
seq,modifications,charge,CCS
VVDDFADITTPLK,,2,422.9984309464991
GVEVLSLTPSFMDIPEK,12|Oxidation,2,464.6568644356109
SYSGREFDDLSPTEQK,,2,468.9863221739147
SYSQSILLDLTDNR,,2,460.9340710819608
DEELIHLDGK,,2,383.8693416055445
IPQEKCILQTDVK,5|Butyryl|6|Carbamidomethyl,3,516.2079366048176
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file im2deep-0.2.0.tar.gz
.
File metadata
- Download URL: im2deep-0.2.0.tar.gz
- Upload date:
- Size: 50.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51678cfa2af905af196176e37e694c8629d9d8f2c4a1848185b5794697e0544b |
|
MD5 | 2e48d035cbd62d4aac903e9c233f459c |
|
BLAKE2b-256 | 9a00fda5039f6d4113015a488216d2516d264eb3781cc81384c1fa53dc71cc23 |
File details
Details for the file im2deep-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: im2deep-0.2.0-py3-none-any.whl
- Upload date:
- Size: 50.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a7a06a74930ceaae609c5d76c8d6930b2f227a94d22f0b0f36feeab955e3b4 |
|
MD5 | 93eb49e0c0f327f73cfcf257f9fe2274 |
|
BLAKE2b-256 | f17f231f25d005ec207f39f55c532761e349b58d47bb764ad45b31f42e3ac5ef |