Description Usage Arguments Value
View source: R/extract_peaks.R
This function is designed to extract peaks observed within the TIC from each sample, and return their indicies for further processing.
1 | extract_peaks(Autotuner, returned_peaks = 10, signals)
|
Autotuner |
An Autotuner objected containing sample specific raw data. |
returned_peaks |
A scalar number of peaks to return for visual inspection. Five is the minimum possible value. is the standard. |
signals |
A list containing traces and locations where signals are detected across all samples being checked by the algorithm. |
peak_table_list - a list of data.frame tables containing information on where each where peaks are located within each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.