Skip to content

Commit

Permalink
Merge pull request #64 from rformassspectrometry/andrea
Browse files Browse the repository at this point in the history
matchMz, CompareMassParam
  • Loading branch information
jorainer authored Mar 23, 2022
2 parents 51b92af + 1b4e836 commit 193c065
Show file tree
Hide file tree
Showing 7 changed files with 1,396 additions and 787 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MetaboAnnotation
Title: Utilities for Annotation of Metabolomics Data
Version: 0.99.7
Version: 0.99.8
Description:
High level functions to assist in annotation of (metabolomics) data sets.
These include functions to perform simple tentative annotations based on
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ export(MatchForwardReverseParam)
export(Matched)
export(MatchedSpectra)
export(MatchedSummarizedExperiment)
export(Mz2MassParam)
export(Mz2MassRtParam)
export(MzParam)
export(MzRtParam)
export(ValueParam)
export(matchFormula)
export(matchMz)
export(matchSpectra)
Expand Down Expand Up @@ -44,6 +47,7 @@ importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpmapply)
importFrom(MetaboCoreUtils,adductNames)
importFrom(MetaboCoreUtils,mass2mz)
importFrom(MetaboCoreUtils,mz2mass)
importFrom(MetaboCoreUtils,standardizeFormula)
importFrom(MsCoreUtils,ndotproduct)
importFrom(MsCoreUtils,ppm)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# MetaboAnnotation 0.99

## Changes in 0.99.8

- Add `matchMz, Mz2MassParam` and `matchMz, Mz2MassRtParam`. (issue
[#56](https://github.com/rformassspectrometry/MetaboAnnotation/issues/56)).

## Changes in 0.99.7

- Add formula matching functions.
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
985 changes: 657 additions & 328 deletions R/matchMz.R

Large diffs are not rendered by default.

321 changes: 198 additions & 123 deletions man/matchMz.Rd

Large diffs are not rendered by default.

Loading

0 comments on commit 193c065

Please sign in to comment.