group_peaks_rt | R Documentation |
This function groups retention time (RT) values based on a specified tolerance, clustering peaks that fall within the same RT range.
group_peaks_rt(rt, rt.tol = 10)
rt |
A numeric vector of retention times. |
rt.tol |
Numeric; retention time tolerance for grouping. Default is '10'. |
A data frame with two columns: - 'rt': The retention times of grouped peaks. - 'class': The assigned group ID.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.