We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e8011 commit 63ef227Copy full SHA for 63ef227
R/cleanup_spectra.R
@@ -11,7 +11,8 @@
11
#' @examples NULL
12
cleanup_spectra <- function(spectra) {
13
spectra <- spectra |>
14
- Spectra::reduceSpectra()
+ Spectra::reduceSpectra() |>
15
+ Spectra::applyProcessing()
16
if ("MSLEVEL" %in% colnames(spectra@backend@spectraData)) {
17
spectra <- spectra[spectra$MSLEVEL == 2]
18
}
0 commit comments