IndexedMzMLHandler

class pyopenms.IndexedMzMLHandler

Bases: object

Cython implementation of _IndexedMzMLHandler

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: IndexedMzMLHandler) None

Overload:

__init__(self, filename: Union[bytes, str, String]) None

Methods

__init__

Overload:

getChromatogramById(self, id_)

getMSChromatogramById(self, id_)

getMSChromatogramByNativeId(self, id_, chrom)

getMSSpectrumById(self, id_)

getMSSpectrumByNativeId(self, id_, spec)

getNrChromatograms(self)

getNrSpectra(self)

getParsingSuccess(self)

getSpectrumById(self, id_)

openFile(self, filename)

setSkipXMLChecks(self, skip)

getChromatogramById(self, id_: int) _Interfaces_Chromatogram
getMSChromatogramById(self, id_: int) MSChromatogram
getMSChromatogramByNativeId(self, id_: bytes, chrom: MSChromatogram) None
getMSSpectrumById(self, id_: int) MSSpectrum
getMSSpectrumByNativeId(self, id_: bytes, spec: MSSpectrum) None
getNrChromatograms(self) int
getNrSpectra(self) int
getParsingSuccess(self) bool
getSpectrumById(self, id_: int) _Interfaces_Spectrum
openFile(self, filename: Union[bytes, str, String]) None
setSkipXMLChecks(self, skip: bool) None