Module mzsignal::peak_picker

source ·
Expand description

Algorithm for finding simple symmetric peaks in a 1D array iteratively.

Structs§

Enums§

  • The type of peak picking to perform, defining the expected peak shape fitting function.
  • All the ways peak picking can fail

Functions§

  • Check if the value in it are monotonically ascending or flat
  • A convenience function that uses a default peak picking configuration to pick peaks from paired m/z and intensity arrays.