| smooth_chrom | R Documentation |
This function smooths chromatogram peaks using different algorithms.
smooth_chrom(chrom_res, filter = "mean", window = 2, iter = 2)
chrom_res |
ChromRes object |
filter |
Filter to use. Options are "mean", "median", "savgol", "gaussian" |
window |
Window size for the filter |
iter |
Number of iterations. If 0, no smoothing is applied. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.