Description Usage Arguments Details Value
View source: R/peakwidth_table.R
This function is designed to generate estimates of peakwidth for each peak within the peakList and some properties of each peak. After this is done, the table of estimates is exported.
1 | peakwidth_table(Autotuner, returned_peaks = 10)
|
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. |
The actual calculations used to estimate peakwidth are done within the function "peakwidth_est".
This function will return a peak table with information on the peak width for each detected peak across samples, the name attribute for when the peak starts and ends, and the time points associated with each of those parameters and for the midpoint.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.