Go to file
dr. M.S. (Matthijs) Berends 2899b3c840 new `mo_group_members()` 2024-04-19 10:18:21 +02:00
.github fix rounding MICs on R-devel 2023-07-20 08:24:27 +02:00
R new `mo_group_members()` 2024-04-19 10:18:21 +02:00
data support veterinary MIC/disk translation 2024-02-24 15:16:52 +01:00
data-raw update MIC comparisons 2024-04-05 16:44:43 +02:00
inst new `mo_group_members()` 2024-04-19 10:18:21 +02:00
man new `mo_group_members()` 2024-04-19 10:18:21 +02:00
pkgdown update website colours 2024-04-08 09:55:21 +02:00
tests prepare for CRAN 2023-10-20 14:51:48 +02:00
vignettes new Norwegian link 2024-03-03 23:24:57 +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 v2.1.1 2023-10-22 15:51:27 +02:00
DESCRIPTION new `mo_group_members()` 2024-04-19 10:18:21 +02:00
LICENSE (v0.7.1.9068) gramstain to freq() 2019-08-30 14:50:56 +02:00
NAMESPACE new `mo_group_members()` 2024-04-19 10:18:21 +02:00
NEWS.md new `mo_group_members()` 2024-04-19 10:18:21 +02:00
README.md check for 2.0 2023-03-12 13:02:37 +01:00
_pkgdown.yml update MIC implementation 2024-04-07 20:22:59 +02:00
codecov.yml new species groups, updated clinical breakpoints 2023-07-08 17:30:05 +02:00
cran-comments.md prepare for CRAN 2023-10-20 14:51:48 +02:00
index.md navbar colour 2024-02-25 16:48:04 +01:00
logo.svg new logo 2024-02-25 14:20:43 +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.