peakDetection: Title Use function in python to do peak detection.

View source: R/peakDetection.R

peakDetectionR Documentation

Title Use function in python to do peak detection.

Description

Title Use function in python to do peak detection.

Usage

peakDetection(eicData, m = 200)

Arguments

eicData,

a matrix containing EIC data, the first column is rt (retention time) and the second column is intensity.

m

parameter of peak detection.

Value

extractedPeaks

References

https://github.com/stas-g/findPeaks

Examples

load(system.file("extdata/testData", "eicDataTest.rda", package = "MetEx"))
extractedPeaks <- peakDetection(eicData = eicDataTest, m=200)

zhengfj1994/MetEx documentation built on Nov. 19, 2023, 1:34 p.m.