You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yasset Perez-Riverol edited this page May 28, 2015
·
1 revision
Welcome to the jmzReader wiki!
Introduction
The jmzReader library is a collection of Java APIs to parse mass-spectrometry peak list files of arbitrary size. All parsers were optimized for the use with the Proteomics Standards Initiative's (PSI) standard format for proteomics results mzIdentML.
mzIdentML files do not contain spectra information themselves but only reference the identified spectra in external peak list files. All parsers of the jmzReader library support the various methods supported by mzIdentML to reference spectra and thus are the perfect basis for any mzIdentML based software development.
Detailed examples on how to use the library can be found in the jmzReader interface documentation page.