horsepurve / DeepRTplus

Deep (Transfer) Learning for Peptide Retention Time Prediction
MIT License
48 stars 22 forks source link

The performance of LSTM and ResNet #9

Closed Scarecrow0 closed 4 years ago

Scarecrow0 commented 4 years ago

Hi! Thanks for your interesting work and the nice codebase! I would like to know the performance of the ResNet and LSTM models on the HeLa and Yeast dataset. The paper seems only releases the Pearson r^2 results.
Could you please inform me about the delta t95 of those two baseline models?

Thx!

horsepurve commented 4 years ago

Hi,

In terms of the Pearson, delta t95, and RMSE scores, please see Table S1, S2 for the HeLa data and S9 for the DIA data in the following excel file: sup-tables.xlsx you can also find the detail of the two models at: https://arxiv.org/abs/1711.00045

Scarecrow0 commented 4 years ago

Thanks a lot!