PeakPickerIM#

class pyopenms.PeakPickerIM#

Bases: object

Cython implementation of _PeakPickerIM

Original C++ documentation is available here

Peak picking algorithm for ion mobility data

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: PeakPickerIM) None

Methods

__init__

pickIMCluster(self, s)

Use clustering for IM peak picking.

pickIMElutionProfiles(self, s)

Use elution profile detection for IM peak picking.

pickIMTraces(self, s)

Use trace detection for IM peak picking.

pickIMCluster(self, s: MSSpectrum) None#

Use clustering for IM peak picking.

pickIMElutionProfiles(self, s: MSSpectrum) None#

Use elution profile detection for IM peak picking.

pickIMTraces(self, s: MSSpectrum) None#

Use trace detection for IM peak picking.