MultiplexIsotopicPeakPattern

class pyopenms.MultiplexIsotopicPeakPattern

Bases: object

Cython implementation of _MultiplexIsotopicPeakPattern

Original C++ documentation is available here

__init__()

Overload:

__init__(self, c: int, ppp: int, ms: MultiplexDeltaMasses, msi: int) None

Overload:

__init__(self, in_0: MultiplexIsotopicPeakPattern) None

Methods

__init__

Overload:

getCharge(self)

Returns charge

getMZShiftAt(self, i)

Returns m/z shift at position i

getMZShiftCount(self)

Returns number of m/z shifts

getMassShiftAt(self, i)

Returns mass shift at position i

getMassShiftCount(self)

Returns number of mass shifts i.e. the number of peptides in the multiplet.

getMassShiftIndex(self)

Returns mass shift index

getMassShifts(self)

Returns mass shifts

getPeaksPerPeptide(self)

Returns peaks per peptide

getCharge(self) int

Returns charge

getMZShiftAt(self, i: int) float

Returns m/z shift at position i

getMZShiftCount(self) int

Returns number of m/z shifts

getMassShiftAt(self, i: int) float

Returns mass shift at position i

getMassShiftCount(self) int

Returns number of mass shifts i.e. the number of peptides in the multiplet

getMassShiftIndex(self) int

Returns mass shift index

getMassShifts(self) MultiplexDeltaMasses

Returns mass shifts

getPeaksPerPeptide(self) int

Returns peaks per peptide