Converting text format Mass spectrometry data to mzXML?
0
0
Entering edit mode
8.8 years ago

Hi friends,

I am having a set of ASCII format mass spectrometry (MS) data. I want to compare them to find out peaks with significantly different intensities. How can I do this? Are there tools for doing this if I had my data in mzXML format? If so then how can convert my data from ASCII to mzXML? I am attaching few lines of a file for your reference. Please help...

0,+,,ms1,-,line,100.7-3000.0,152,176.2 872016,909.2 910240,945.9 737760,963.6 710976,974.1 718016,...

0.028816,+,,ms1,-,line,100.7-3000.0,155,176.2 904904,834.0 712912,849.8 754160,889.7 752992,954.3 766272,...

0.0848331,+,,ms1,-,line,100.7-3000.0,159,176.2 949024,892.7 717104,958.5 741616,1110.5 1020704,1153.2 758320,...

mass spectrometry data formats mzXNL ASCII • 6.1k views
ADD COMMENT
0
Entering edit mode

You might need to choose a converter based on the original MS data source. A quick Google gives me these options: http://tools.proteomecenter.org/wiki/index.php?title=Formats:mzXML#Converter_Overview

ADD REPLY
0
Entering edit mode

Thanks Ram. But the problem is that I don't have access to the raw data. Any alternative?

ADD REPLY
1
Entering edit mode

The solution is the most difficult of all - talk to people and try to figure out which corner of the universe the data is from. Or, read through samples of all formats and try to guess.

ADD REPLY
0
Entering edit mode

It not that I don't know where the data is from. The data is from our own machine (Bruker). But the problem is I can't access the data right now. The question is precisely how can we write an mzXML file from a text data.

ADD REPLY
0
Entering edit mode

Hmmm. In that case, you should be able to use awk to get each column's values (cols separated by ","), then nest them in appropriate tags if you know the structure of mzXML well.

ADD REPLY

Login before adding your answer.

Traffic: 2456 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6