mzx package¶
Submodules¶
mzx.cli module¶
mzx.gui module¶
- class mzx.gui.ConverterThread(path, peakpicking, removezeros, emit_fn, parent=None)[source]¶
Bases:
QThread- staticMetaObject = PySide6.QtCore.QMetaObject("ConverterThread" inherits "QThread": )¶
Module contents¶
- mzx.convert_raw_file(file, vendor)[source]¶
Convert the raw file to mzML format based on the vendor.
- mzx.get_vendor(file)[source]¶
Determine the vendor of the file. Currently only supports Thermo and Agilent. Returns the vendor name. If the vendor is not supported, returns None.
- mzx.msconvert(file, outfile=None, type='mzml', index=True, sortbyscan=False, peak_picking=True, remove_zeros=True)[source]¶
Converts the given file to the mzML format using the msconvert tool.