group_peaks.RdGroup the peaks over all the traces
group_peaks(peak_list, rt_diff = 5)
| peak_list | a data frame with all the peaks found in each trace in long format. |
|---|---|
| rt_diff | the retention time window to group around in seconds. Default is 5 seconds |
A data frame the same as the input, but with some extra columns added containing the grouping information.
Rico Derks