Issue 923: Implement an interface that allows for multiple algorithms to do peak group assignment

Status:open
Assigned To:Nick Shulman
Type:Todo
Area:Skyline
Priority:3
Milestone:4.3
Opened:2022-11-19 12:24 by Brendan MacLean
Changed:2022-11-19 12:24 by Brendan MacLean
Resolved:
Resolution:
Closed:
2022-11-19 12:24 Brendan MacLean
Title»Implement an interface that allows for multiple algorithms to do peak group assignment
Assigned To»Nick Shulman
Type»Todo
Area»Skyline
Priority»3
We need to make CrawPeaks and subsequent peak extension one algorithm for assigning peak start and stop times for peak groups. Sangtae Kim's team would like to be able to try implementing a new algorithm, and Avant Garde essentially did this by exporting all of the chromatogram data, picking outside Skyline in R and then re-importing new peak boundaries. We need to make CrawPeaks-extended replaceable to allow someone to come up with a better algorithm, maybe even our own team.