CPeakList2PeakMatrix: CPeakList2PeakMatrix.

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Convert's an R peak list into a peak matrix.

Usage

1
2
3
4
5
6
CPeakList2PeakMatrix(
  RpeakList,
  BinTolerance = 5,
  BinFilter = 0.1,
  BinToleranceUsingPPM = TRUE
)

Arguments

RpeakList

R peak list.

BinFilter

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

BinToleranceUsingPPM

if True the peak binning tolerance is specified in ppm, if false the tolerance is set using scans.

the

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

Value

peak matrix.


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