SwathMap
- class pyopenms.SwathMap
Bases:
objectCython implementation of _SwathMap
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenSwath_1_1SwathMap.html
- __init__()
Cython signature: void SwathMap() Data structure to hold one SWATH map with information about upper / lower isolation window and whether the map is MS1 or MS2
Cython signature: void SwathMap(SwathMap &)
Cython signature: void SwathMap(double mz_start, double mz_end, double mz_center, bool is_ms1)
Methods
Cython signature: void SwathMap()
Attributes
- center
- getSpectrumPtr()
- lower
- ms1
- setSpectrumPtr()
- upper