IsotopeMarker#

class pyopenms.IsotopeMarker#

Bases: object

Cython implementation of _IsotopeMarker

Original C++ documentation is available here

– Inherits from [‘PeakMarker’]

__init__()#

Overload:

__init__(self) None

IsotopeMarker marks peak pairs which could represent an ion and its isotope

Overload:

__init__(self, in_0: IsotopeMarker) None

Methods

__init__

Overload:

apply(self, in_0, in_1)

create

getDefaults(self)

Returns the default parameters

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getProductName(self)

Returns the product name

getSubsections(self)

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

apply(self, in_0: Dict[float, bool], in_1: MSSpectrum) None#
create()#
getDefaults(self) Param#

Returns the default parameters

getName(self) bytes | str | String#

Returns the name

getParameters(self) Param#

Returns the parameters

getProductName(self) bytes | str | String#

Returns the product name

getSubsections(self) List[bytes]#
setName(self, in_0: bytes | str | String) None#

Sets the name

setParameters(self, param: Param) None#

Sets the parameters