From: Simon A. <sim...@bb...> - 2006-10-24 11:13:46
|
On 23 Oct 2006, at 17:10, Pancerella, Carmen M wrote: > Hi. > > I'm looking for a converter that converts from mzData into either a > text or CSV representation. I'd prefer open source source code, as > I want to use this in a project that we're doing. What information are you looking to extract from the mzData? Being XML mzData files are already text (albeit structured text). Trying to make a more plain text format which kept all of the information in the original file would end up being a mess. We've written an opensource mzData viewer which parses the XML files and extracts out the core data. Maybe some of the classes in there would help you get started? Adding a text output to it wouldn't be hard. You can find it at: http://www.bioinformatics.bbsrc.ac.uk/ projects/mzviewer/ Simon. |