Skip to content

Commit

Permalink
quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Mar 5, 2024
1 parent 9b4b8a2 commit 3639c0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/MsBackend.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
#' backend provides.
#'
#' @param condition For `filterRanges` and `filterValues` (default "all") can
#' be used to can be used to specify whether `all` conditions must match
#' or if any condition can match the `values`/`ranges` input.
#' be used to can be used to specify whether "all" conditions must match
#' or if "any" condition can match the `values`/`ranges` input.
#'
#' @param data For `backendInitialize`: `DataFrame` with spectrum
#' metadata/data. This parameter can be empty for `MsBackendMzR` backends
Expand Down
4 changes: 4 additions & 0 deletions R/Spectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,10 @@ NULL
#' `c("mz", "value")` but any values returned by `peaksVariables(object)`
#' with `object` being the `Spectra` object are supported.
#'
#' @param condition For `filterRanges` and `filterValues` (default "all") can
#' be used to can be used to specify whether "all" conditions must match
#' or if "any" condition can match the `values`/`ranges` input.
#'
#' @param dataOrigin For `filterDataOrigin`: `character` to define which
#' spectra to keep.
#' For `filterAcquisitionNum`: optionally specify if filtering should occurr
Expand Down

0 comments on commit 3639c0d

Please sign in to comment.