mzmatch.ipeak.normalisation.Normalisation: mzmatch.ipeak.normalisation.Normalisation

Description Usage Arguments Details Value Author(s) References See Also

View source: R/mzmatch.ipeak.normalisation.Normalisation.R

Description

General tool to perform basic normalisation on a PeakML file resulting from the Combine process (ie each entry is the combination of peaks from multiple measurements).

Usage

1
mzmatch.ipeak.normalisation.Normalisation(JHeapSize=1425, i, o, type, v, h)

Arguments

JHeapSize

Amount of RAM memory in megabytes, which should be reserved by the Java virtual machine. The default value is 1425 megabytes.

i

Option for the input file. The only allowed format is PeakML and when it is not set the input is read from standard in. The tool expects a combination of peaks from different sets and will exit when this is not encountered.

o

Option for the ouput file. The file is written in the PeakML file format and peaks that passed the defined filter are saved here. When this option is not set the output is written to the standard out. Be sure to unset the verbose option when setting up a pipeline reading and writing from the standard in- and outputs.

type

- znormalization Z-score normalization, scales the intensity values to 0 mean and 1 stddev.- quantile Quantile normalisation, essentially rank-based normalisation.

v

When this is set, the progress is shown on the standard output.

h

When this is set, the help is shown.

Details

General tool to perform basic normalisation on a PeakML file resulting from the Combine process (ie each entry is the combination of peaks from multiple measurements). The commonly used z-score and quantile normalisation procedures have been implemented, which adjust the intensity-values according to the factors they find.

Value

This function returns no value.

Author(s)

RA Scheltema (r.a.scheltema@rug.nl)

References

0. PeakML/mzMatch - a file format, Java library, R library and tool-chain for mass spectrometry data analysis. In preparation.

See Also

PeakML.xcms.read


andzajan/mzmatch.R documentation built on Dec. 1, 2020, 11:33 a.m.