Tagging

class pyopenms.Tagging

Bases: object

Cython 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

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: Tagging) None

Methods

__init__

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