Skip to content

Commit

Permalink
Merge pull request #157 from taxonomicallyinformedannotation/dev
Browse files Browse the repository at this point in the history
Adding translations for cliqueMS (#141)
  • Loading branch information
Adafede authored Jul 8, 2024
2 parents 7b4af5f + b3b83fc commit a8ccf52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/annotate_masses.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,18 @@ annotate_masses <-
# TODO this should be externalized
adducts_translations <-
c(
"-2H" = "-H2", # cliqueMS
"-3H" = "-H3", # cliqueMS
"-2H2O" = "-H4O2 (2xH2O)", # mzmine
"-3H2O" = "-H6O3 (3xH2O)", # mzmine
"-4H2O" = "-H8O4 (4xH2O)", # mzmine
"-5H2O" = "-H10O5 (5xH2O)", # mzmine
"-NH3" = "+H3N", # mzmine
"+2H" = "+H2", # mzmine
"+2K" = "+K2", # cliqueMS
"+2Na" = "+Na2", # mzmine
"+3K" = "+K3", # cliqueMS
"+3Na" = "+Na3", # cliqueMS
"+Acetate" = "C2H3O2", # mzmine
"+ACN" = "+C2H3N", # mzmine
"+FA" = "CHO2", # mzmine
Expand Down

0 comments on commit a8ccf52

Please sign in to comment.