peaks_rts {MethodOpt} | R Documentation |
peak calculations with retention times
Description
Locate the maxima of the peaks corresponding to the retention times.
Usage
peaks_rts(raw_data, retention_times, rt_index, bl_noise = 0)
Arguments
raw_data |
time versus intensity dataframe. |
retention_times |
retention time file. |
rt_index |
which method to evaluate for. |
bl_noise |
constant level at which response should be considered as noise. |
Value
list containing the peaks' heights, times where they occur, the full data TIC, full time index, and the peaks' widths
[Package MethodOpt version 1.0.0 Index]