View source: R/functions_preprocessing.R
test_peak_picking | R Documentation |
Function to test peak picking parameters on a data subset
test_peak_picking(
data,
mz_range,
rt_range,
p_width,
snt,
noise,
prefilter = c(1, 100)
)
data |
An MSnExp object in centroid mode. |
snt |
Minimum signal-to-noise threshold allowed |
noise |
Noise threshold |
prefilter |
Prefilter step cutoff ( |
mz.range |
mz range ( |
rt.range |
rt range ( |
p.width |
Minium and maximum allowed peak width |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.