araskind / jmzml

Automatically exported from code.google.com/p/jmzml
0 stars 0 forks source link

Simple example of file processing #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Can you please provide a simple example Java file that opens an mzML file
and iterates over the scans, pulling out basic information (retention time,
precursor mass, spectra, etc) for each scan?

I'm the developer of msInspect, and I want to look into using jmzML to
handle reading of mzML files.  I see some code in XMLTest.java that I could
use to get started, but rather than proceed by trial and error I'd like to
have a more complete example to go by.

Apologies if there's some documentation somewhere that I'm missing.  I
didn't find any example code or docs on this site.

Thanks!

Original issue reported on code.google.com by damon....@gmail.com on 3 Jun 2009 at 7:59

GoogleCodeExporter commented 8 years ago
For examples of how to use jmzML see 
http://code.google.com/p/jmzml/wiki/HowToUseJMzML or the code used by the 
JmzMLViewer included in jmzML.

Original comment by harald.b...@gmail.com on 16 Jul 2010 at 5:18