ChromatogramPeak
- class pyopenms.ChromatogramPeak
Bases:
objectCython 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
Cython signature: void ChromatogramPeak()
Cython signature: double getIntensity() Returns the intensity
Cython signature: double getPos() Alias for getRT()
Cython signature: DPosition1 getPosition()
Cython signature: double getRT() Returns the retention time
Cython signature: void setIntensity(double) Sets the intensity
Cython signature: void setPos(double) Alias for setRT()
Cython signature: void setPosition(DPosition1)
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