mzViewer
Function | MZViewer is a simple lightweight viewer for mzData format mass spec files. As well as being a stand alone application it also provides classes for incorporating a mass spectrum viewer into your own application. |
---|---|
Language | Java (>=v1.4) |
Requirements | Apache Xerces XML parser (included in download) |
Code Maturity | Legacy - The mzData format has been superceded by mzML. There are no current plans to port mzViewer to mzML. |
Code Released | Yes, under GPL v2 or later. Download |
Initial Contact | Simon Andrews |
Download Now |
MZViewer is a lightweight viewer for mzData mass spec files. It is not designed to be a full analysis application, but rather to provide a quick view of mzData files. It's key features are:
- A single spectrum view which accommodates both continuous and discrete spectra
- A chromatogram disaplay for multiple spectra providing both Base Peak and TIC plots
- Zooming and auto-rescale on both the x and y axes
- Tracking of parent/child relationships between specrta
Changelog
- 13-12-05: Version 0.2 released
- 15-12-05: Version 0.3 released
-
- Fixed bug when checking decoded Base64 data
- 20-12-05: Version 0.4 released
-
- Fixed bug in 64 bit precision decoding
- Added help documentation
- Numerous smaller bug fixes