SimplePeak#

class pyopenms.SimplePeak#

Bases: object

Cython implementation of _SimplePeak

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

__init__()#
  • Cython signature: void SimplePeak() A simple struct to represent peaks with mz and charge and sort them easily

  • Cython signature: void SimplePeak(double mz, int charge)

  • Cython signature: void SimplePeak(SimplePeak &)

Methods

__init__

  • Cython signature: void SimplePeak()

Attributes

charge#
mz#