MultiplexIsotopicPeakPattern#

class pyopenms.MultiplexIsotopicPeakPattern#

Bases: object

Cython implementation of _MultiplexIsotopicPeakPattern

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

__init__()#
  • Cython signature: void MultiplexIsotopicPeakPattern(int c, int ppp, MultiplexDeltaMasses ms, int msi)

  • Cython signature: void MultiplexIsotopicPeakPattern(MultiplexIsotopicPeakPattern &)

Methods

__init__

  • Cython signature: void MultiplexIsotopicPeakPattern(int c, int ppp, MultiplexDeltaMasses ms, int msi)

getCharge

Cython signature: int getCharge() Returns charge

getMZShiftAt

Cython signature: double getMZShiftAt(int i) Returns m/z shift at position i

getMZShiftCount

Cython signature: unsigned int getMZShiftCount() Returns number of m/z shifts

getMassShiftAt

Cython signature: double getMassShiftAt(int i) Returns mass shift at position i

getMassShiftCount

Cython signature: unsigned int getMassShiftCount() Returns number of mass shifts i.e. the number of peptides in the multiplet.

getMassShiftIndex

Cython signature: int getMassShiftIndex() Returns mass shift index

getMassShifts

Cython signature: MultiplexDeltaMasses getMassShifts() Returns mass shifts

getPeaksPerPeptide

Cython signature: int getPeaksPerPeptide() Returns peaks per peptide

getCharge()#

Cython signature: int getCharge() Returns charge

getMZShiftAt()#

Cython signature: double getMZShiftAt(int i) Returns m/z shift at position i

getMZShiftCount()#

Cython signature: unsigned int getMZShiftCount() Returns number of m/z shifts

getMassShiftAt()#

Cython signature: double getMassShiftAt(int i) Returns mass shift at position i

getMassShiftCount()#

Cython signature: unsigned int getMassShiftCount() Returns number of mass shifts i.e. the number of peptides in the multiplet

getMassShiftIndex()#

Cython signature: int getMassShiftIndex() Returns mass shift index

getMassShifts()#

Cython signature: MultiplexDeltaMasses getMassShifts() Returns mass shifts

getPeaksPerPeptide()#

Cython signature: int getPeaksPerPeptide() Returns peaks per peptide