ChromatogramPeak#

class pyopenms.ChromatogramPeak#

Bases: object

Cython implementation of _ChromatogramPeak

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

A 1-dimensional raw data point or peak for chromatograms

Overload:

__init__(self, in_0: ChromatogramPeak) None

Methods

__init__

getIntensity(self)

Returns the intensity

getPos(self)

Alias for getRT()

getRT(self)

Returns the retention time

setIntensity(self, in_0)

Sets the intensity

setPos(self, in_0)

Alias for setRT()

setRT(self, in_0)

Sets retention time

getIntensity(self) float#

Returns the intensity

getPos(self) float#

Alias for getRT()

getRT(self) float#

Returns the retention time

setIntensity(self, in_0: float) None#

Sets the intensity

setPos(self, in_0: float) None#

Alias for setRT()

setRT(self, in_0: float) None#

Sets retention time