MMV-Lab / MSI-Explorer

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

noise reduction #122

Closed nmmtsaw closed 4 months ago

nmmtsaw commented 1 year ago

Remove empty peaks which mean mz <= 0 or intensity <= 0. Remove peaks with intensity < noise_threshold * max_intensity. (Threshold is 0.01 by default.)

lennartkowitz commented 1 year ago

Remove all peaks lower than 1% of biggest peak (threshold can be changed by user)