MMV-Lab / MSI-Explorer

BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Peak detection #79

Open nmmtsaw opened 1 year ago

nmmtsaw commented 1 year ago

Peak detection method="mad" calculates adaptive noise from interpolating local mean absolute deviations method="simple" calculates a constant noise from standard deviations of low-kurtosis bins method="adaptive" calculates adaptive noise from standard deviations of low-kurtosis bins

Reference - https://github.com/kuwisdelu/Cardinal/blob/devel/R/process2-peakPick.R