PyProphet / pyprophet

PyProphet: Semi-supervised learning and scoring of OpenSWATH results.
http://www.openswath.org
BSD 3-Clause "New" or "Revised" License
29 stars 21 forks source link

Update/main score selection #114

Closed singjc closed 1 year ago

singjc commented 1 year ago

I updated the dynamic main score selection so that the default ss_main_score is set to auto using var_xcorr_shape as the initial starting score, and then updating the main score for every iteration. If ss_main_score is set to an actual score, then it will use this score throughout for each iteration. This allows the user to decide if they want the main score to be automatically decided, or if they want to set a score to be used for each learning iteration.