View source: R/Functions_peakPicking.R
getpeaks2 | R Documentation |
find and then merge peaks for an EIC object. wrapper function for
find_peaks2()
and mergepeaks2()
getpeaks2( EIC, findProps = list(SN = 1, minwidth = 4, localNoise = 7, localNoiseFactor = 0.5, globalNoiseFactor = 0.5, extend = T), mergeProps = list(rttol = 3, minint = 0, minrelint = 0, topN = 100) )
EIC |
a single EIC object (list item of multiEIC output), or a list of EIC items (multiEIC output) |
findProps |
named list of arguments passed to |
mergeProps |
named list of arguments passed to |
Columns of the returned data.table:
rt
retention time of peak maximum,
average across merged peaks, weighted by peak intensity
rtmin
retention time of peak start,
average across merged peaks, weighted by peak intensity
rtmax
retention time of peak end,
average across merged peaks, weighted by peak intensity
maxint
maximum intensity of peak
file
file names, separated by "|"
a data.frame with information on peak position in EICs, or a list of
such data.frames if EIC
is a list of EIC matrices (e.g. EICs for multiple mz values)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.