Apply Peak Picking
apply_peak_picking.Rd
Function to apply peak picking parameters on a data subset
Arguments
- 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 (
c(k, I)
). Mass will be retained if they contain at leastk
peaks with intensity >=I
.