Description Usage Arguments Value References Examples
View source: R/peakDetection.R
Title Use function in python to do peak detection.
1 | peakDetection(eicData, m = 200)
|
eicData, |
a matrix containing EIC data, the first column is rt (retention time) and the second column is intensity. |
m |
parameter of peak detection. |
extractedPeaks
https://github.com/stas-g/findPeaks
1 2 | load(system.file("extdata/testData", "eicDataTest.rda", package = "MetEx"))
extractedPeaks <- peakDetection(eicData = eicDataTest, m=200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.