https://dx.doi.org/10.1074/mcp.R110.000133
- mzData was developed by HUPO-PSI
- mzXML was developed at the Institute for Systems Biology
- mzML: new unified output format started in 2006
mzML - 4 goals:
- creation of a simple format
- elimination of alternate ways to encode the same information
- support for all the features of both mzXML and mzData
- validation through implementation prior to release.
cv = Controlled Volabulatry
Read and explore xml files used to encode mass spectra.
This includes:
- mzData
- mzML
- mzXML
$ npm install --save mzdata
import { parseMZ } from 'mzdata';
// mzData files
const mzDataFile = readFileSync(__dirname + '/tiny.mzData.xml');
var response = await parseMZ(mzDataFile);
You can find various examples files at: