Go to file
dr. M.S. (Matthijs) Berends a2cbbf470e AMR v2.1.0 pre-release 2023-07-16 16:18:53 +02:00
.github add strep groups to ABCG 2023-07-12 11:41:25 +01:00
R Added C. freundii complex and Y. pseudotuberculosis complex 2023-07-14 10:49:06 +02:00
data Added C. freundii complex and Y. pseudotuberculosis complex 2023-07-14 10:49:06 +02:00
data-raw Added C. freundii complex and Y. pseudotuberculosis complex 2023-07-14 10:49:06 +02:00
inst console hyperlink fix 2023-07-14 09:50:13 +02:00
man Added C. freundii complex and Y. pseudotuberculosis complex 2023-07-14 10:49:06 +02:00
pkgdown test to remove unit tests from build 2023-07-13 09:42:37 +01:00
tests Added C. freundii complex and Y. pseudotuberculosis complex 2023-07-14 10:49:06 +02:00
vignettes test to remove unit tests from build 2023-07-13 09:42:37 +01:00
.Rbuildignore include unit tests again 2023-07-13 12:45:14 +01:00
.gitignore prehook 2023-02-18 14:58:02 +01:00
AMR.Rproj New mo algorithm, prepare for 2.0 2022-10-05 09:12:22 +02:00
CRAN-SUBMISSION AMR v2.1.0 pre-release 2023-07-16 16:18:53 +02:00
DESCRIPTION AMR v2.1.0 pre-release 2023-07-16 16:18:53 +02:00
LICENSE (v0.7.1.9068) gramstain to freq() 2019-08-30 14:50:56 +02:00
NAMESPACE add oxygen tolerance 2023-05-11 21:56:27 +02:00
NEWS.md AMR v2.1.0 pre-release 2023-07-16 16:18:53 +02:00
README.md check for 2.0 2023-03-12 13:02:37 +01:00
_pkgdown.yml random() fix 2023-07-08 21:00:49 +02:00
codecov.yml new species groups, updated clinical breakpoints 2023-07-08 17:30:05 +02:00
cran-comments.md new species groups, updated clinical breakpoints 2023-07-08 17:30:05 +02:00
index.md Update clinical breakpoints and fix some `as.mo()` bugs (#117) 2023-06-22 15:10:59 +02:00
logo.svg (v1.7.1.9068) new logo, unit tests 2021-12-12 11:07:02 +01:00

README.md

AMR (for R)


This work was published in the Journal of Statistical Software (Volume 104(3); DOI 10.18637/jss.v104.i03) and formed the basis of two PhD theses (DOI 10.33612/diss.177417131 and DOI 10.33612/diss.192486375).

AMR is a free, open-source and independent R package to simplify the analysis and prediction of Antimicrobial Resistance (AMR) and to work with microbial and antimicrobial data and properties, by using evidence-based methods. Our aim is to provide a standard for clean and reproducible antimicrobial resistance data analysis, that can therefore empower epidemiological analyses to continuously enable surveillance and treatment evaluation in any setting. It is currently being used in over 175 countries.

After installing this package, R knows ~52,000 distinct microbial species and all ~600 antibiotic, antimycotic, and antiviral drugs by name and code (including ATC, WHONET/EARS-Net, PubChem, LOINC and SNOMED CT), and knows all about valid SIR and MIC values. It supports any data format, including WHONET/EARS-Net data. Antimicrobial names and group names are available in English, Chinese, Danish, Dutch, French, German, Greek, Italian, Japanese, Polish, Portuguese, Russian, Spanish, Swedish, Turkish, and Ukrainian.

This package is fully independent of any other R package and works on Windows, macOS and Linux with all versions of R since R-3.0.0 (April 2013). It was designed to work in any setting, including those with very limited resources. It was created for both routine data analysis and academic research at the Faculty of Medical Sciences of the University of Groningen, in collaboration with non-profit organisations Certe Medical Diagnostics and Advice Foundation and University Medical Center Groningen. This R package is actively maintained and free software; you can freely use and distribute it for both personal and commercial (but not patent) purposes under the terms of the GNU General Public License version 2.0 (GPL-2), as published by the Free Software Foundation.

This is the development source of the AMR package for R. Not a developer? Then please visit our website https://msberends.github.io/AMR/ to read more about this package.

NOTE: this source code is on GitHub (https://github.com/msberends/AMR), but also automatically mirrored to our university's Gitea server (https://git.web.rug.nl/P281424/AMR) and to GitLab (https://gitlab.com/msberends/AMR).

How to get this package

Please see our website.

You can install or update the AMR package from CRAN using:

install.packages("AMR")

It will be downloaded and installed automatically. For RStudio, click on the menu Tools > Install Packages... and then type in "AMR" and press Install.


This AMR package for R is free, open-source software and licensed under the [GNU General Public License v2.0 (GPL-2)](https://msberends.github.io/AMR/LICENSE-text.html). These requirements are consequently legally binding: modifications must be released under the same license when distributing the package, changes made to the code must be documented, source code must be made available when the package is distributed, and a copy of the license and copyright notice must be included with the package.