weizhenFrank / DeepPhospho

MIT License
5 stars 2 forks source link

Problems when using DeepPhospho App #7

Closed yuz2011 closed 1 year ago

yuz2011 commented 1 year ago

Hi, I use Launch_DeepPhospho_Desktop.cmd to test my dataset. The input contains more "charge/peptide" than output. It seems that some "charge/peptide" can not be predicted depending on the model used. Do you know why? Thank you very much!

config.png contains the parameters used. miss.txt contains some missing phosphopeptides after processing by DeepPhospho.

Best, Yu

config config2

miss.txt

gureann commented 1 year ago

Hi Yu,

This might sometimes happen when the predicted spectra of peptides have <4 fragments with >5% relative intensity. We have a simple rule to make sure the predicted spectra have relatively higher quality: all fragments should have relative intensity >5%; and each peptide should have at least 4 fragments after the previous filtering. Currently we don't have explicit parameters to control this behavior. If you want all results to be reported, please consider modify these numbers:

Best, Ronghui

yuz2011 commented 1 year ago

Thank you very much for you reply. That helps a lot.

Best, Yu