PeakPickerMRM

class pyopenms.PeakPickerMRM

Bases: object

Cython implementation of _PeakPickerMRM

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

– Inherits from [‘DefaultParamHandler’]

__init__()
  • Cython signature: void PeakPickerMRM()

  • Cython signature: void PeakPickerMRM(PeakPickerMRM &)

Methods

__init__

  • Cython signature: void PeakPickerMRM()

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()

pickChromatogram

Cython signature: void pickChromatogram(MSChromatogram & chromatogram, MSChromatogram & picked_chrom)

setName

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

setParameters

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

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()

pickChromatogram()

Cython signature: void pickChromatogram(MSChromatogram & chromatogram, MSChromatogram & picked_chrom)

This function will return a picked chromatogram

setName()

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

setParameters()

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