Tagging#
- class pyopenms.Tagging#
Bases:
objectCython implementation of _Tagging
Original C++ documentation is available here
Meta information about tagging of a sample e.g. ICAT labeling
Holds information about the mass difference between light and heavy tag All other relevant information is provided by Modification
Methods
Overload:
getMassShift(self)Returns the mass difference between light and heavy variant (default is 0.0)
getVariant(self)Returns the isotope variant of the tag (default is LIGHT)
setMassShift(self, mass_shift)Sets the mass difference between light and heavy variant
setVariant(self, variant)Sets the isotope variant of the tag
- getMassShift(self) float#
Returns the mass difference between light and heavy variant (default is 0.0)
- getVariant(self) int#
Returns the isotope variant of the tag (default is LIGHT)
- setMassShift(self, mass_shift: float) None#
Sets the mass difference between light and heavy variant
- setVariant(self, variant: int) None#
Sets the isotope variant of the tag