EmgGradientDescent

class pyopenms.EmgGradientDescent

Bases: object

Cython implementation of _EmgGradientDescent

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

– Inherits from [‘DefaultParamHandler’]

__init__()
  • Cython signature: void EmgGradientDescent() Compute the area, background and shape metrics of a peak

  • Cython signature: void EmgGradientDescent(EmgGradientDescent &)

Methods

__init__

  • Cython signature: void EmgGradientDescent()

fitEMGPeakModel

  • Cython signature: void fitEMGPeakModel(MSChromatogram & input_peak, MSChromatogram & output_peak)

getDefaultParameters

Cython signature: void getDefaultParameters(Param &)

getDefaults

Cython signature: Param getDefaults() Returns the default parameters

getName

Cython signature: String getName() Returns the name

getParameters

Cython signature: Param getParameters() Returns the parameters

getSubsections

Cython signature: libcpp_vector[String] getSubsections()

setName

Cython signature: void setName(const String &) Sets the name

setParameters

Cython signature: void setParameters(Param & param) Sets the parameters

fitEMGPeakModel()
  • Cython signature: void fitEMGPeakModel(MSChromatogram & input_peak, MSChromatogram & output_peak)

  • Cython signature: void fitEMGPeakModel(MSSpectrum & input_peak, MSSpectrum & output_peak)

  • Cython signature: void fitEMGPeakModel(MSChromatogram & input_peak, MSChromatogram & output_peak, double left_pos, double right_pos)

  • Cython signature: void fitEMGPeakModel(MSSpectrum & input_peak, MSSpectrum & output_peak, double left_pos, double right_pos)

getDefaultParameters()

Cython signature: void getDefaultParameters(Param &)

getDefaults()

Cython signature: Param getDefaults() Returns the default parameters

getName()

Cython signature: String getName() Returns the name

getParameters()

Cython signature: Param getParameters() Returns the parameters

getSubsections()

Cython signature: libcpp_vector[String] getSubsections()

setName()

Cython signature: void setName(const String &) Sets the name

setParameters()

Cython signature: void setParameters(Param & param) Sets the parameters