mljs / global-spectral-deconvolution

Global Spectra Deconvolution + Peak optimizer
http://mljs.github.io/global-spectral-deconvolution/
MIT License
9 stars 8 forks source link

joinBroadPeaks algorithm principle #82

Open lpatiny opened 2 years ago

lpatiny commented 2 years ago

@jobo322 Did you understand the idea behind this algorithm ?

https://github.com/mljs/global-spectral-deconvolution/blob/master/src/post/joinBroadPeaks.ts

jobo322 commented 2 years ago

I think the idea is to improve the fitting after the peak picking, sometimes the PP returns several peaks in a range that contains only a noise broad peak.

lpatiny commented 2 years ago

But did you understand the way the algorithm is working ? Can you draw a scheme ?