mzmatch.ipeak.graphics.PeakMLToTICCreates 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.pdfReferences:
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. |