ChromatogramPeak

class pyopenms.ChromatogramPeak

Bases: object

Cython implementation of _ChromatogramPeak

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

__init__()
  • Cython signature: void ChromatogramPeak() A 1-dimensional raw data point or peak for chromatograms

  • Cython signature: void ChromatogramPeak(ChromatogramPeak &)

  • Cython signature: void ChromatogramPeak(DPosition1 retention_time, double intensity)

Methods

__init__

  • Cython signature: void ChromatogramPeak()

getIntensity

Cython signature: double getIntensity() Returns the intensity

getPos

Cython signature: double getPos() Alias for getRT()

getPosition

Cython signature: DPosition1 getPosition()

getRT

Cython signature: double getRT() Returns the retention time

setIntensity

Cython signature: void setIntensity(double) Sets the intensity

setPos

Cython signature: void setPos(double) Alias for setRT()

setPosition

Cython signature: void setPosition(DPosition1)

setRT

Cython signature: void setRT(double) Sets retention time

getIntensity()

Cython signature: double getIntensity() Returns the intensity

getPos()

Cython signature: double getPos() Alias for getRT()

getPosition()

Cython signature: DPosition1 getPosition()

getRT()

Cython signature: double getRT() Returns the retention time

setIntensity()

Cython signature: void setIntensity(double) Sets the intensity

setPos()

Cython signature: void setPos(double) Alias for setRT()

setPosition()

Cython signature: void setPosition(DPosition1)

setRT()

Cython signature: void setRT(double) Sets retention time