View source: R/functions_preprocessing.R
apply_peak_picking | R Documentation |
Function to apply peak picking parameters on a data subset
apply_peak_picking(
data,
method,
ppm = 25,
p_width = c(20, 50),
snt = 3,
noise = 1e+06,
prefilter = c(1, 100),
mz_diff = 0.001,
bin = 0.1,
fwhm = 30,
sigma = 12.72,
max = 10,
steps = 2
)
data |
An MSnExp object in centroid mode. |
p_width |
Minium and maximum allowed peak width. |
snt |
Minimum signal-to-noise threshold allowed. |
noise |
Noise threshold. |
prefilter |
Prefilter step cutoff ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.