Tagging
- class pyopenms.Tagging
Bases:
objectCython 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
Cython signature: void Tagging()
Cython signature: double getMassShift() Returns the mass difference between light and heavy variant (default is 0.0)
Cython signature: IsotopeVariant getVariant() Returns the isotope variant of the tag (default is LIGHT)
Cython signature: void setMassShift(double mass_shift) Sets the mass difference between light and heavy variant
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