LogMzPeak#

class pyopenms.LogMzPeak#

Bases: object

Cython implementation of _LogMzPeak

Original C++ documentation is available here

Log transformed peak from original peak. Contains information such as charge, isotope index, and uncharged mass.

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: LogMzPeak) None

Overload:

__init__(self, peak: Peak1D, positive: bool) None

Constructor from Peak1D

Methods

__init__

getUnchargedMass(self)

Get uncharged mass (0 if no charge set)

Attributes

abs_charge#
getUnchargedMass(self) float#

Get uncharged mass (0 if no charge set)

intensity#
is_positive#
isotopeIndex#
logMz#
mass#
mz#