mzmatch.ipeak.graphics.PeakMLToTIC {mzmatch.R} | R Documentation |
Creates Total Ion Current graphs from the given PeakML file.
mzmatch.ipeak.graphics.PeakMLToTIC(JHeapSize=1425, i, o, width, height, h, v)
JHeapSize |
Amount of RAM memory in megabytes, which should be reserved by the Java virtual machine. The default value is 1425 megabytes. |
i |
The input file in the PeakML format. When this option is not set, the input is read from the standard input. |
o |
The output file for the graph(s). This option is required to be set. |
width |
The width of a graph. |
height |
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. |
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.
This function returns no value.
RA Scheltema (r.a.scheltema@rug.nl)
0. PeakML/mzMatch - a file format, Java library, R library and tool-chain for mass spectrometry data analysis. In preparation.