compomics / ms2pip

MS²PIP: Fast and accurate peptide spectrum prediction for multiple fragmentation methods, instruments, and labeling techniques.
https://ms2pip.readthedocs.io
Apache License 2.0
35 stars 18 forks source link

Possible use of ETD fragmentation #198

Closed ericmalekos closed 11 months ago

ericmalekos commented 1 year ago

Hello, I am fairly new to working with proteomics data but would like to use MS2PIP to rescore output from MSGF+. The original data from a PRIDE says it was collected on Orbitrap Fusion Lumos which seems to use ETD fragmentation. This is not a model that MS2PIP currently supports, does it make sense to run with some other model (HCD?, etc.) or are the approaches incompatible?

Sorry for the basic question

RalfG commented 1 year ago

Hi Eric,

Thanks for your interest in MS²PIP! Currently, ETD is indeed not supported, and unfortunately the fragmentation is so drastically different from CID/HCD that using one of the existing models will not help at all. You could still use MS²Rescore without MS²PIP, but with DeepLC for additional retention time prediction. This should already improve upon the standard Percolator rescoring.

In the future, we could add models for ETD, but this is currently not on our roadmap for MS²PIP.

Best, Ralf