PeakWidthEstimator

class pyopenms.PeakWidthEstimator

Bases: object

Cython implementation of _PeakWidthEstimator

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1PeakWidthEstimator.html

Based on the peaks of the dataset (peak position & width) and the peak boundaries as reported by the PeakPickerHiRes, the typical peak width is estimated for arbitrary m/z using a spline interpolationThis struct can be used to store both peak or feature indices`

__init__()
  • Cython signature: void PeakWidthEstimator(PeakWidthEstimator &)

  • Cython signature: void PeakWidthEstimator(MSExperiment exp_picked, libcpp_vector[libcpp_vector[PeakBoundary]] & boundaries)

Methods

__init__

  • Cython signature: void PeakWidthEstimator(PeakWidthEstimator &)

getPeakWidth

Cython signature: double getPeakWidth(double mz) Returns the estimated peak width at m/z

getPeakWidth()

Cython signature: double getPeakWidth(double mz) Returns the estimated peak width at m/z