PeakWidthEstimator#

class pyopenms.PeakWidthEstimator#

Bases: object

Cython implementation of _PeakWidthEstimator

Original C++ documentation is available here

Rough estimation of the peak width at m/z

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__()#

Overload:

__init__(self, in_0: PeakWidthEstimator) None

Overload:

__init__(self, exp_picked: MSExperiment, boundaries: List[List[PeakBoundary]]) None

Methods

__init__

Overload:

getPeakWidth(self, mz)

Returns the estimated peak width at m/z

getPeakWidth(self, mz: float) float#

Returns the estimated peak width at m/z