Skip to content

Commit

Permalink
updates: code and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreavicini committed Mar 16, 2022
1 parent 0c76791 commit c3e9e27
Show file tree
Hide file tree
Showing 5 changed files with 428 additions and 329 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export(MatchedSummarizedExperiment)
export(Mz2MassParam)
export(MzParam)
export(MzRtParam)
export(ValueParam)
export(matchFormula)
export(matchMz)
export(matchSpectra)
Expand Down
2 changes: 2 additions & 0 deletions R/matchFormula.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ setGeneric("matchFormula", function(query, target, ...)
#' @rdname matchFormula
#'
#' @importFrom MetaboCoreUtils standardizeFormula
#'
#' @importFrom BiocParallel bpmapply SerialParam
setMethod(
"matchFormula",
signature = c(query = "character",
Expand Down
Loading

0 comments on commit c3e9e27

Please sign in to comment.