Data sets for download / own use
-07 March 2025
+09 March 2025
Source:vignettes/datasets.Rmd
datasets.Rmd
ab, cid, name, group, a you load the
AMR
package.
It was last updated on 7 March 2025 19:43:26 UTC. Find more info about the structure of this data set here.
+Direct download links:
+-
+
- Download as original
+R Data Structure (RDS) file (42 kB)
+
+ - Download as tab-separated
+text file (0.1 MB)
+
+ - Download as Microsoft
+Excel workbook (74 kB)
+
+ - Download as Apache
+Feather file (0.1 MB)
+
+ - Download as Apache
+Parquet file (0.1 MB)
+
+ - Download as IBM
+SPSS Statistics data file (0.4 MB)
+
+ - Download as Stata +DTA file (0.4 MB) +
The tab-separated text, Microsoft Excel, SPSS, and Stata files all contain the ATC codes, common abbreviations, trade names and LOINC codes as comma separated values.
diff --git a/articles/index.html b/articles/index.html index 359a32bf9..4a4e39663 100644 --- a/articles/index.html +++ b/articles/index.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9189 + 2.1.1.9190The AMR
package is a free and open-source R package with zero dependencies 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 AMR data analysis, that can therefore empower epidemiological analyses to continuously enable surveillance and treatment evaluation in any setting. Many different researchers from around the globe are continually helping us to make this a successful and durable project!
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).
-After installing this package, R knows ~52,000 distinct microbial species (updated December 2022) and all ~600 antimicrobial and antiviral drugs by name and code (including ATC, EARS-Net, ASIARS-Net, PubChem, LOINC and SNOMED CT), and knows all about valid SIR and MIC values. The integral clinical breakpoint guidelines from CLSI and EUCAST are included, even with epidemiological cut-off (ECOFF) values. It supports and can read any data format, including WHONET data. This package works on Windows, macOS and Linux with all versions of R since R-3.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.
+After installing this package, R knows ~52,000 distinct microbial species (updated December 2022) and all ~600 antimicrobial and antiviral drugs by name and code (including ATC, EARS-Net, ASIARS-Net, PubChem, LOINC and SNOMED CT), and knows all about valid SIR and MIC values. The integral clinical breakpoint guidelines from CLSI and EUCAST are included, even with epidemiological cut-off (ECOFF) values. It supports and can read any data format, including WHONET data. This package works on Windows, macOS and Linux with all versions of R since R-3.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.
Used in over 175 countries, available in 20 languages
@@ -254,7 +254,7 @@If used inside R Markdown or Quarto, the table will be printed in the right output format automatically (such as markdown, LaTeX, HTML, etc.).
antibiogram(example_isolates,
- antibiotics = c(aminoglycosides(), carbapenems()),
+ antimicrobials = c(aminoglycosides(), carbapenems()),
formatting_type = 14)
In combination antibiograms, it is clear that combined antibiotics yield higher empiric coverage:
+In combination antibiograms, it is clear that combined antimicrobials yield higher empiric coverage:
antibiogram(example_isolates,
- antibiotics = c("TZP", "TZP+TOB", "TZP+GEN"),
+ antimicrobials = c("TZP", "TZP+TOB", "TZP+GEN"),
mo_transform = "gramstain",
formatting_type = 14)