Group the peaks over all the traces

group_peaks(peak_list, rt_diff = 5)

Arguments

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

Value

A data frame the same as the input, but with some extra columns added containing the grouping information.

Author

Rico Derks