Code Monkey home page Code Monkey logo

im2deep's Introduction

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 sequence
  • modifications: every modifications should be listed as location|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 charge
  • CCS: 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

im2deep's People

Contributors

ralfg avatar rodvrees avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.