IsotopeMarker#

class pyopenms.IsotopeMarker#

Bases: object

Cython implementation of _IsotopeMarker

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

– Inherits from [‘PeakMarker’]

__init__()#
  • Cython signature: void IsotopeMarker() IsotopeMarker marks peak pairs which could represent an ion and its isotope

  • Cython signature: void IsotopeMarker(IsotopeMarker &)

Methods

__init__

  • Cython signature: void IsotopeMarker()

apply

Cython signature: void apply(libcpp_map[double,bool] &, MSSpectrum &)

create

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

getProductName

Cython signature: String getProductName() Returns the product name

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

apply()#

Cython signature: void apply(libcpp_map[double,bool] &, MSSpectrum &)

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

getProductName()#

Cython signature: String getProductName() Returns the product name

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