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

Description Usage Arguments Value References Examples

View source: R/peakDetection.R

Description

Title Use function in python to do peak detection.

Usage

1
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

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

zhengfj1994/MeTEA documentation built on June 29, 2021, 5:21 a.m.