mzmatch.ipeak.graphics
PeakMLToTIC

version: 1.0.0
mzmatch version: 1.0.2
author: RA Scheltema (r.a.scheltema@rug.nl)


mzmatch.ipeak.graphics.PeakMLToTIC
Creates Total Ion Current graphs from the given PeakML file. The contents is analyzed and correctly summed to get to the real TIC. When the file contains multiple measurements, a seperate TIC is made for each measurement.

Example(s)

Windows batch-file:
SET JAVA=java -cp mzmatch.jar -da -dsa -Xmn1g -Xms1425m -Xmx1425m -Xss128k -XX:+UseParallelGC -XX:ParallelGCThreads=10

REM create a TIC overview
%JAVA% mzmatch.ipeak.graphics.PeakMLToTIC -v -i file.peakml -o image.pdf

References:


Commandline options*
-i <filename> The input file in the PeakML format. When this option is not set, the input is read from the standard input.
-o <filename> The output file for the graph(s). This option is required to be set.
-width <integer> The width of a graph.
-height <integer> The height of a graph.
-h   When this is set, the help is shown.
-v   When this is set, the progress is shown on the standard output.
* per option: [] denotes multiple input values; <> denotes a single input value