Learn R Programming

MethodOpt (version 1.0.0)

peaks_rts: 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)

Value

list containing the peaks' heights, times where they occur, the full data TIC, full time index, and the peaks' widths

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.