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