MannLabs / alphapeptdeep

Deep learning framework for proteomics
Apache License 2.0
102 stars 20 forks source link

model_mgr_nce? what is nce? #87

Closed yc386 closed 1 year ago

yc386 commented 1 year ago

Hello,

Thank you for providing .ipynb examples! I have been creating spectral libraries from FASTA files on Colab.

However, I was wondering what nce means. It seems that it has to be specified when predicting MS2, RT and CSS.

Screenshot 2023-01-15 at 19 39 02

The default value appears to be 30.

Screenshot 2023-01-15 at 19 41 00

Could you let me know what nce is?

Thank you.

jalew188 commented 1 year ago

NCE is the Normalized Collision Energy or Collision Energy, the value depends on what you used in your instrument (or your RAW files).

If you don't know what is the NCE in your RAW files, just use nce=30.

yc386 commented 1 year ago

ok, this is helpful. Thank you for your swift reply!