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

Can ms2pip predict relative precursor ion intensities? #199

Closed photocyte closed 1 year ago

photocyte commented 1 year ago

Hi there,

It seems clear that ms2pip can predict fragment ion intensities within an MS/MS spectra from a peptide sequence alone, but can it also predict how well the peptide would ionize from its sequence? In other words, what the intensity is of the MS1 precursor ion. If not, do you recommend any software to do this in combination with ms2pip?

All the best, -Tim

RalfG commented 1 year ago

Dear Tim,

Thanks for your question! Unfortunately, no. MS²PIP strictly predicts MS/MS spectra. There are a large number of proteotypicity predictors (such as most recently, DeepDetect), although these tools usually predict a probability of finding a certain peptide. This includes both whether it will be efficiently digested by the enzyme (e.g., trypsin), and whether it is well-ionizable for mass spec. However, I am not sure if there already are predictors for MS1 intensity given a certain abundance in the sample.

Hope this helps a bit.

Best, Ralf

photocyte commented 1 year ago

Thank you! Will give DeepDetect a shot, hopeful that I can use MS2PIP later as well.