compomics / DeepLC

DeepLC: Retention time prediction for (modified) peptides using Deep Learning.
https://iomics.ugent.be/deeplc
Apache License 2.0
52 stars 18 forks source link

What is the unit of tr: retention time (only required for calibration)? #21

Closed chinmayaNK22 closed 3 years ago

chinmayaNK22 commented 3 years ago

Hi,

I would like to know the unit used for the retention time for prediction?

RobbinBouwmeester commented 3 years ago

Without calibration there is essentially no unit. The retention times for training are divided by the maximum observed retention time and multiplied by a factor of 10.

With calibration the predicted retention time should take the same units as the peptides used for calibration.

For more details see: https://www.biorxiv.org/content/10.1101/2020.03.28.013003v2

RobbinBouwmeester commented 3 years ago

I will close this issue now, if you have more questions regarding this issue please reopen.