SimplePeak#

class pyopenms.SimplePeak#

Bases: object

Cython implementation of _SimplePeak

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

A simple struct to represent peaks with mz and charge and sort them easily

Overload:

__init__(self, mz: float, charge: int) None

Overload:

__init__(self, in_0: SimplePeak) None

Methods

__init__

Overload:

Attributes

charge

mz

charge#
mz#