biosustain / OpenMS

The codebase of the OpenMS project
https://www.openms.de
Other
0 stars 1 forks source link

HPLC Chromatogram pre-processing #155

Closed dmccloskey closed 6 years ago

dmccloskey commented 6 years ago

Description

Peaks on the lower end of the calibration curve (i.e., peaks with a small peak height and low s/n) are not identified during peak picking

Objectives

Tests/Validation

  1. split of a single HPLC chromatogram into e.g., 4 different chromatograms with subwindows (i.e., split chromatogram A [0-10 min] into chromatograms B1-4 of [0-2 min], [2-4 min], [4-8 min], [8-10 min]). Note that the exact implementation will depend on the test data used.
  2. zero the baseline of a chromatogram with multiple points that are below 0 signal intensity so that the resulting chromatogram has baseline subtracted peak heights that are the same as the original, but no intensity is below 0.
pcolaianni commented 6 years ago

The methods were merged, with names removePeaks and subtractMinimumIntensity