View source: R/Functions_peakPicking.R
find_peaks2 | R Documentation |
Find peaks in a multiEIC output list item, using peakDetect()
find_peaks2(EIC, ...)
EIC |
an EIC output item |
... |
arguments passed to |
Columns of the returned data.table:
rt
retention time of peak maximum
rtmin
retention time of peak start position in trace
rtmax
retention time of peak end position in trace
file
file names
a data.table with information on peak position in EICs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.