Tagging

class pyopenms.Tagging

Bases: object

Cython implementation of _Tagging

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

Holds information about the mass difference between light and heavy tag All other relevant information is provided by Modification

__init__()
  • Cython signature: void Tagging()

  • Cython signature: void Tagging(Tagging &)

Methods

__init__

  • Cython signature: void Tagging()

getMassShift

Cython signature: double getMassShift() Returns the mass difference between light and heavy variant (default is 0.0)

getVariant

Cython signature: IsotopeVariant getVariant() Returns the isotope variant of the tag (default is LIGHT)

setMassShift

Cython signature: void setMassShift(double mass_shift) Sets the mass difference between light and heavy variant

setVariant

Cython signature: void setVariant(IsotopeVariant variant) Sets the isotope variant of the tag

getMassShift()

Cython signature: double getMassShift() Returns the mass difference between light and heavy variant (default is 0.0)

getVariant()

Cython signature: IsotopeVariant getVariant() Returns the isotope variant of the tag (default is LIGHT)

setMassShift()

Cython signature: void setMassShift(double mass_shift) Sets the mass difference between light and heavy variant

setVariant()

Cython signature: void setVariant(IsotopeVariant variant) Sets the isotope variant of the tag