SwathMap#

class pyopenms.SwathMap#

Bases: object

Cython implementation of _SwathMap

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Data structure to hold one SWATH map with information about upper / lower isolation window and whether the map is MS1 or MS2

Overload:

__init__(self, in_0: SwathMap) None

Overload:

__init__(self, mz_start: float, mz_end: float, mz_center: float, is_ms1: bool) None

Methods

__init__

Overload:

getSpectrumPtr

setSpectrumPtr

Attributes

center

lower

ms1

upper

center#
getSpectrumPtr()#
lower#
ms1#
setSpectrumPtr()#
upper#