Biology:Mass spectrometry data format

From HandWiki

Mass spectrometry is a scientific technique for measuring the mass-to-charge ratio of ions. It is often coupled to chromatographic techniques such as gas- or liquid chromatography and has found widespread adoption in the fields of analytical chemistry and biochemistry where it can be used to identify and characterize small molecules and proteins (proteomics). The large volume of data produced in a typical mass spectrometry experiment requires that computers be used for data storage and processing. Over the years, different manufacturers of mass spectrometers have developed various proprietary data formats for handling such data which makes it difficult for academic scientists to directly manipulate their data. To address this limitation, several open, XML-based data formats have recently been developed by the Trans-Proteomic Pipeline at the Institute for Systems Biology to facilitate data manipulation and innovation in the public sector.[1] These data formats are described here.

Open formats

JCAMP-DX

This format was one of the earliest attempts to supply a standardized file format for data exchange in mass spectrometry. JCAMP-DX was initially developed for infrared spectrometry. JCAMP-DX is an ASCII based format and therefore not very compact even though it includes standards for file compression. JCAMP was officially released in 1988.[2] Together with the American Society for Mass Spectrometry a JCAMP-DX format for mass spectrometry was developed with aim to preserve legacy data.[3]

ANDI-MS or netCDF

The Analytical Data Interchange Format for Mass Spectrometry is a format for exchanging data. Many mass spectrometry software packages can read or write ANDI files. ANDI is specified in the ASTM E1947 Standard.[4] ANDI is based on netCDF which is a software tool library for writing and reading data files. ANDI was initially developed for chromatography-MS data and therefore was not used in the proteomics gold rush where new formats based on XML were developed.[5]

AnIML

AnIML is a joined effort of IUPAC and ASTM International to create an XML based standard that covers a wide variety of analytical techniques including mass spectrometry.[6]

mzData

mzData was the first attempt by the Proteomics Standards Initiative (PSI) from the Human Proteome Organization (HUPO) to create a standardized format for Mass Spectrometry data.[7] This format is now deprecated, and replaced by mzML.[8]

mzXML

mzXML is a XML (eXtensible Markup Language) based common file format for proteomics mass spectrometric data.[9][10] This format was developed at the Seattle Proteome Center/Institute for Systems Biology while the HUPO-PSI was trying to specify the standardized mzData format, and is still in use in the proteomics community.

YAFMS

Yet Another Format for Mass Spectrometry (YAFMS) is a suggestion to save data in four table relational server-less database schema with data extraction and appending being exercised using SQL queries.[11]

mzML

As two formats (mzData and mzXML) for representing the same information is an undesirable state, a joint effort was set by HUPO-PSI, the SPC/ISB and instrument vendors to create a unified standard borrowing the best aspects of both mzData and mzXML, and intended to replace them. Originally called dataXML, it was officially announced as mzML.[12] The first specification was published in June 2008.[13] This format was officially released at the 2008 American Society for Mass Spectrometry Meeting, and is since then relatively stable with very few updates. On 1 June 2009, mzML 1.1.0 was released. There are no planned further changes as of 2013.

mzAPI

Instead of defining new file formats and writing converters for proprietary vendor formats a group of scientists proposed to define a common application program interface to shift the burden of standards compliance to the instrument manufacturers' existing data access libraries.[14]

mz5

The mz5 format addresses the performance problems of the previous XML based formats. It uses the mzML ontology, but saves the data using the HDF5 backend for reduced storage space requirements and improved read/write speed.[15]

imzML

The imzML standard was proposed to exchange data from mass spectrometry imaging in a standardized XML file based on the mzML ontology. It splits experimental data into XML and spectral data in a binary file. Both files are linked by a universally unique identifier.[16]

mzDB

mzDB saves data in an SQLite database to save on storage space and improve access times as the data points can be queried from a relational database.[17]

Toffee

Toffee is an open lossless file format for data-independent acquisition mass spectrometry. It leverages HDF5 and aims to achieve file sizes similar to those from the proprietary and closed vendor formats.[18]

mzMLb

mzMLb is another take on using a HDF5 backend for performant raw data saving. It, however, preserves the mzML XML data structure and stays compliant to the existing standard.[19]

Proprietary formats

Below is a table of different file format extensions.

Company Extension File type
ACD/Labs *.spectrus Imports LC/MS and GC/MS data from most major instrument vendors listed here
Agilent
Bruker
.D (folder) Agilent MassHunter, Agilent ChemStation, or Bruker BAF/YEP/TDF data format
Agilent/Bruker .YEP instrument data format
Agilent .AEV, .ASR ASCII Report format (for Analytical Studio Reviewer)
Bruker .BAF instrument data format
Bruker .FID instrument data format
Bruker .TDF timsTOF instrument data format
ABI/Sciex .WIFF instrument data format
ABI/Sciex .t2d 4700 and 4800 file format
Waters .PKL MassLynx peak list format
Thermo
PerkinElmer
.RAW* Thermo Xcalibur
PerkinElmer TurboMass
Micromass**/Waters .RAW* (folder) Waters MassLynx
Chromtech
Finnigan***
VG
.DAT Finnigan ITDS file format; MAT95 instrument data format
MassLab data format
Finnigan*** .MS ITS40 instrument data format
Shimadzu .QGD GCMSSolution format
Shimadzu .qgd instrument data format
Shimadzu .lcd QQQ/QTOF instrument data format
Shimadzu .spc library data format
Bruker/Varian .SMS instrument data format
Bruker/Varian .XMS instrument data format
ION-TOF .itm raw measurement data
ION-TOF .ita analysis data
Physical Electronics/ULVAC-PHI .raw* raw measurement data
Physical Electronics/ULVAC-PHI .tdc spectrum data

(*) Note that the RAW formats of each vendor are not interchangeable; software from one cannot handle the RAW files from another.
(**) Micromass was acquired by Waters in 1997
(***) Finnigan is a division of Thermo

Software

Viewers

There are several viewers for mzXML, mzML and mzData: MZmine,[20] PEAKS,[21] Insilicos,[22] MS-Spectre,[23] TOPPView (mzXML, mzML and mzData),[24] Spectra Viewer,[25] SeeMS,[26] msInspect,[27] jmzML,[28] Mascot Distiller,[29] Elsci Peaksel[30]

There is a viewer for ITA images.[31] ITA and ITM images can be parsed with the pySPM python library.[32]

Converters

Known converters for mzData to mzXML:

Hermes: A Java "mzData, mzXML, mzML" converter to all directions: publicly available, runs with a graphical user interface, by the Institute of Molecular Systems Biology, ETH Zurich[33][34]
FileConverter: A command line tool that converts to/from various mass spectrometry formats,[35] part of TOPP[36]

Known converters for mzXML:

The Institute for Systems Biology maintains a list of converters[37]

Known converters for mzML:

msConvert:[38][39] A command line tool converting to/from various mass spectrometry formats. A GUI is also available for Windows users.
ReAdW:[40] The Institute for Systems Biology command line converter for Thermo RAW files, part of the TransProteomicPipeline.[41] The latest update of this tool was made in September 2009. Users are now redirected by the TPP development team to use the msConvert software (see above).
FileConverter: A command line tool that converts to/from various mass spectrometry formats,[35] part of TOPP[36]

Converters for proprietary formats:

msConvert:[38][39] A command line tool converting to/from various mass spectrometry formats including multiple proprietary formats. A GUI is also available for Windows users.
CompassXport, Bruker's free tool generating mzXML (and now mzData)[citation needed] files for many of their native file formats (.baf).
MASSTransit, a software to change data between proprietary formats, by Palisade Corporation and distributed by Scientific Instrument Services, Inc[42] and PerkinElmer.[43] Purchased from Palisade by John Wiley and Sons in 2020 and incorporated into KnowItAll Spectroscopy software.(list of file formats supported).
Aston,[44] native support for several Agilent Chemstation, Agilent Masshunter and Thermo Isodat file formats
unfinnigan,[45] native support for Finnigan (*.RAW) file formats
OpenChrom, an open source software with support to convert various native file formats including its own open .ocb format to store chromatograms, peaks and identification results[46]

Currently available converters are :

MassWolf, for Micromass MassLynx .Raw format
mzStar, for SCIEX/ABI SCIEX/ABI Analyst format
wiff2dta[47] for SCIEX/ABI SCIEX/ABI Analyst format to mzXML, DTA, MGF and PMF

See also

  • Mass spectrometry software

References

  1. "File formats commonly used in mass spectrometry proteomics" (in English). Molecular & Cellular Proteomics 11 (12): 1612–21. December 2012. doi:10.1074/mcp.R112.019695. PMID 22956731. 
  2. R.S. McDonald and P.A. Wilks; "JCAMP-DX: A Standard Form for Exchange of Infrared Spectra in Computer-Readable Form"; Applied Spectroscopy, Vol. 42, No. 1, January 1988, pp 151-162.
  3. "JCAMP-DX for mass spectrometry.". Applied Spectroscopy 48 (12): 1545–52. December 1994. doi:10.1366/0003702944027840. https://www.osapublishing.org/as/abstract.cfm?uri=as-48-12-1545. 
  4. ASTM E1947 – 98(2009) Standard Specification for Analytical Data Interchange Protocol for Chromatographic Data
  5. "Controlled vocabularies and ontologies in proteomics: overview, principles and practice". Biochimica et Biophysica Acta (BBA) - Proteins and Proteomics 1844 (1 Pt A): 98–107. January 2014. doi:10.1016/j.bbapap.2013.02.017. PMID 23429179. 
  6. Davies, Tony (2007). "Herding AnIMLs (no, it's not a spelling mistake): Update on the IUPAC and ASTM Collaboration on Analytical Data Standards". Chemistry International 29 (6). https://old.iupac.org/publications/ci/2007/2906/pp1_animls.html. 
  7. "Five years of progress in the Standardization of Proteomics Data 4th Annual Spring Workshop of the HUPO-Proteomics Standards Initiative April 23-25, 2007 Ecole Nationale Supérieure (ENS), Lyon, France". Proteomics 7 (19): 3436–40. October 2007. doi:10.1002/pmic.200700658. PMID 17907277. 
  8. "mzData". HUPO-PSI. https://www.psidev.info/mzdata. 
  9. "A common open representation of mass spectrometry data and its application to proteomics research". Nature Biotechnology 22 (11): 1459–66. November 2004. doi:10.1038/nbt1031. PMID 15529173. 
  10. "What is mzXML good for?". Expert Review of Proteomics 2 (6): 839–45. December 2005. doi:10.1586/14789450.2.6.839. PMID 16307524. 
  11. "An efficient data format for mass spectrometry-based proteomics". Journal of the American Society for Mass Spectrometry 21 (10): 1784–8. October 2010. doi:10.1016/j.jasms.2010.06.014. PMID 20674389. 
  12. "mzML". HUPO-Proteomics Standards Initiative. http://www.psidev.info/mzml. 
  13. "mzML: a single, unifying data format for mass spectrometer output". Proteomics 8 (14): 2776–7. July 2008. doi:10.1002/pmic.200890049. PMID 18655045. 
  14. "mzAPI: a new strategy for efficiently sharing mass spectrometry data". Nature Methods 6 (4): 240–1. April 2009. doi:10.1038/nmeth0409-240. PMID 19333238. 
  15. "mz5: space- and time-efficient storage of mass spectrometry data sets". Molecular & Cellular Proteomics 11 (1): O111.011379. January 2012. doi:10.1074/mcp.O111.011379. PMID 21960719. 
  16. "imzML--a common data format for the flexible exchange and processing of mass spectrometry imaging data". Journal of Proteomics 75 (16): 5106–5110. August 2012. doi:10.1016/j.jprot.2012.07.026. PMID 22842151. 
  17. "mzDB: a file format using multiple indexing strategies for the efficient analysis of large LC-MS/MS and SWATH-MS data sets". Molecular & Cellular Proteomics 14 (3): 771–81. March 2015. doi:10.1074/mcp.O114.039115. PMID 25505153. 
  18. "Toffee – a highly efficient, lossless file format for DIA-MS". Scientific Reports 10 (1): 8939. June 2020. doi:10.1038/s41598-020-65015-y. PMID 32488104. 
  19. "mzMLb: A Future-Proof Raw Mass Spectrometry Data Format Based on Standards-Compliant mzML and Optimized for Speed and Storage Requirements". Journal of Proteome Research 20 (1): 172–183. January 2021. doi:10.1021/acs.jproteome.0c00192. PMID 32864978. 
  20. "MZmine website". https://mzmine.github.io. 
  21. "BSI: PEAKS website". Bioinfor.com. http://www.bioinfor.com/peaks. 
  22. "Insilicos website". http://www.insilicos.com/. 
  23. "MS-Spectre website". Ms-spectre.sourceforge.net. http://ms-spectre.sourceforge.net. 
  24. "OpenMS and TOPP website". Open-ms.sourceforge.net. http://open-ms.sourceforge.net. 
  25. "An open source viewer developed under academic projects". Staff.icar.cnr.it. http://staff.icar.cnr.it/cannataro/projects/SpectraViewer/. 
  26. "An open source viewer developed by Matt Chambers at Vanderbilt". Proteowizard.sourceforge.net. http://proteowizard.sourceforge.net. 
  27. "An open source viewer developed by at the Fred Hutchinson Cancer Center". Proteomics.fhcrc.org. http://proteomics.fhcrc.org/CPL/msinspect.html. 
  28. "jmzML". http://code.google.com/p/jmzml/. 
  29. Matrix Science Limited. "Commercial software with free viewer mode for mzXML and many proprietary formats". Matrixscience.com. http://www.matrixscience.com/distiller.html. 
  30. "Peaksel - software to read and process proprietary and open HPLC formats". https://elsci.io/peaksel/. 
  31. "ITAviewer online". https://scholi.github.io/ITAviewer. 
    "ITAviewer source". 9 November 2017. https://github.com/scholi/ITAviewer. 
  32. "pySPM website". 17 June 2022. https://github.com/scholi/pySPM. 
  33. Hermes
  34. "Hermes website". Icecoffee.ch. http://www.icecoffee.ch/hermes/converter.html. 
  35. 35.0 35.1 "FileConverter". Open-ms.sourceforge.net. http://open-ms.sourceforge.net. 
  36. 36.0 36.1 TOPP
  37. "mzXML". http://tools.proteomecenter.org/wiki/index.php?title=Formats:mzXML. 
  38. 38.0 38.1 "msconvert". ProteoWizard. http://proteowizard.sourceforge.net/tools/msconvert.html. 
  39. 39.0 39.1 "ProteoWizard". http://proteowizard.sourceforge.net. 
  40. "ReAdW". Tools.proteomecenter.org. http://tools.proteomecenter.org/wiki/index.php?title=Software:ReAdW. 
  41. "TransProteomicPipeline". Tools.proteomecenter.org. 25 May 2011. http://tools.proteomecenter.org/wiki/index.php?title=Software:TPP. 
  42. MASSTransit by Palisade
  43. "Gas Chromatography (GC)". PerkinElmer. http://www.perkinelmer.com/gc. 
  44. aston – Open source chromatography and mass spectrometry software – Google Project Hosting
  45. unfinnigan – Painless extraction of mass spectra from Thermo "raw" files – Google Project Hosting
  46. "Review of free data processing software for chromatography". Mediterranean Journal of Chemistry 4 (4): 193–200. 2015-08-07. doi:10.13171/mjc.4.4.2015.15.09.16.35/dabrowski. http://medjchem.com/index.php/medjchem/article/viewFile/197/239. 
  47. wiff2dta at sourceforge