{"library":"pyteomics","title":"Pyteomics","description":"Pyteomics is a Python framework for proteomics data analysis, providing parsers and tools for common mass spectrometry formats (mzML, mzXML, MGF, etc.) and sequence database handling. Current version 4.7.5 is stable with monthly releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pyteomics"],"cli":null},"imports":["from pyteomics import mzml","from pyteomics import mass"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyteomics import mzml\n\nwith mzml.MzML('example.mzML') as reader:\n    for spectrum in reader:\n        print(spectrum['m/z array'][:5])","lang":"python","description":"Read an mzML file and print first 5 m/z values of each spectrum.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}