CachedmzML#
- class pyopenms.CachedmzML#
Bases:
objectCython implementation of _CachedmzML
Original C++ documentation is available here
- __init__()#
Overload:
- __init__(self) None
A class that uses on-disk caching to read and write spectra and chromatograms
Overload:
- __init__(self, in_0: CachedmzML) None
Overload:
- __init__(self, filename: bytes | str | String) None
Methods
getChromatogram(self, idx)getMetaData(self)getNrChromatograms(self)getNrSpectra(self)getSpectrum(self, idx)__static_CachedmzML_load(filename: Union[bytes, str, String] , exp: CachedmzML ) -> None
__static_CachedmzML_store(filename: Union[bytes, str, String] , exp: MSExperiment ) -> None
- getChromatogram(self, idx: int) MSChromatogram#
- getMetaData(self) MSExperiment#
- getNrChromatograms(self) int#
- getNrSpectra(self) int#
- getSpectrum(self, idx: int) MSSpectrum#
- load()#
__static_CachedmzML_load(filename: Union[bytes, str, String] , exp: CachedmzML ) -> None
- store()#
__static_CachedmzML_store(filename: Union[bytes, str, String] , exp: MSExperiment ) -> None