MergePeakMatrices: MergePeakMatrices.

Description Usage Arguments Value

View source: R/Process.R

Description

Merges a list containing various peak matrices in a single peak matrix. The rMSIproc binning method is used to calculate the new masses.

Usage

1
MergePeakMatrices(PeakMatrixList, binningTolerance = 100, binningFilter = 0.01)

Arguments

PeakMatrixList

A list of various peak matrix objexts produced using rMSIproc.

binningTolerance

the tolerance used to merge peaks to the same bin specified in ppm. It is recomanded to use the half of the peak width.

binningFilter

the peaks bins non detected in at least the BinFitler*TotalNumberOfPixels spectra will be deleted.

Value

a intensity matrix where each row corresponds to an spectrum.


prafols/rMSIproc documentation built on Dec. 12, 2021, 7:31 p.m.