Data sets for download / own use
-28 March 2025
+29 March 2025
Source:vignettes/datasets.Rmd
datasets.Rmd
AMR 2.1.1.9230
+AMR 2.1.1.9231
(this beta version will eventually become v3.0. We’re happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using the instructions here.)
A New Milestone: AMR v3.0 with One Health Support (= Human + Veterinary + Environmental)
+A New Milestone: AMR v3.0 with One Health Support (= Human + Veterinary + Environmental)
This package now supports not only tools for AMR data analysis in clinical settings, but also for veterinary and environmental microbiology. This was made possible through a collaboration with the University of Prince Edward Island’s Atlantic Veterinary College, Canada. To celebrate this great improvement of the package, we also updated the package logo to reflect this change.
Breaking
+Breaking
- Dataset
antibiotics
has been renamed toantimicrobials
as the data set contains more than just antibiotics. Usingantibiotics
will still work, but now returns a warning. - Removed all functions and references that used the deprecated
rsi
class, which were all replaced with theirsir
equivalents over two years ago. - Function
resistance_predict()
is now deprecated and will be removed in a future version. Use thetidymodels
framework instead, for which we wrote a basic introduction.
New
+New
-
One Health implementation
- Function
as.sir()
now has extensive support for veterinary breakpoints from CLSI. Usebreakpoint_type = "animal"
and set thehost
argument to a variable that contains animal species names.
@@ -116,7 +116,7 @@
- Function
Changed
+Changed
- SIR interpretation
- It is now possible to use column names for argument
ab
,mo
, anduti
:as.sir(..., ab = "column1", mo = "column2", uti = "column3")
. This greatly improves the flexibility for users. - Users can now set their own criteria (using regular expressions) as to what should be considered S, I, R, SDD, and NI. @@ -192,7 +192,7 @@
- Added console colours support of
sir
class for Positron
- It is now possible to use column names for argument
Other
+Other
- Added Dr. Larisse Bolton and Aislinn Cook as contributors for their fantastic implementation of WISCA in a mathematically solid way
- Added Matthew Saab, Dr. Jordan Stull, and Prof. Javier Sanchez as contributors for their tremendous input on veterinary breakpoints and interpretations
- Added Prof. Kat Holt, Dr. Jane Hawkey, and Dr. Natacha Couto as contributors for their many suggestions, ideas and bugfixes @@ -201,7 +201,7 @@
- Stopped support for SAS (
.xpt
) files, since their file structure and extremely inefficient and requires more disk space than GitHub allows in a single commit.
Older Versions
+Older Versions
This changelog only contains changes from AMR v3.0 (March 2025) and later.
- For prior v2 versions, please see our v2 archive.
- For prior v1 versions, please see our v1 archive. diff --git a/pkgdown.yml b/pkgdown.yml index 87542e943..78ae4a18c 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -11,7 +11,7 @@ articles: PCA: PCA.html welcome_to_AMR: welcome_to_AMR.html WHONET: WHONET.html -last_built: 2025-03-28T15:55Z +last_built: 2025-03-29T17:08Z urls: reference: https://msberends.github.io/AMR/reference article: https://msberends.github.io/AMR/articles diff --git a/reference/AMR-deprecated.html b/reference/AMR-deprecated.html index cb325ec7e..a58ad0b51 100644 --- a/reference/AMR-deprecated.html +++ b/reference/AMR-deprecated.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/AMR-options.html b/reference/AMR-options.html index f4b5d947b..0753577d6 100644 --- a/reference/AMR-options.html +++ b/reference/AMR-options.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/AMR.html b/reference/AMR.html index 76c39f9bd..0375a17c1 100644 --- a/reference/AMR.html +++ b/reference/AMR.html @@ -21,7 +21,7 @@ The AMR package is available in English, Chinese, Czech, Danish, Dutch, Finnish, AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/WHOCC.html b/reference/WHOCC.html index 0a08b9b17..625fcdf57 100644 --- a/reference/WHOCC.html +++ b/reference/WHOCC.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/WHONET.html b/reference/WHONET.html index 30babac20..20e65f6a0 100644 --- a/reference/WHONET.html +++ b/reference/WHONET.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/ab_from_text.html b/reference/ab_from_text.html index b079f2df1..de29f4ef1 100644 --- a/reference/ab_from_text.html +++ b/reference/ab_from_text.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/ab_property.html b/reference/ab_property.html index 45c4c2613..30459b269 100644 --- a/reference/ab_property.html +++ b/reference/ab_property.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/add_custom_antimicrobials.html b/reference/add_custom_antimicrobials.html index 33176c846..d1914f67a 100644 --- a/reference/add_custom_antimicrobials.html +++ b/reference/add_custom_antimicrobials.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/add_custom_microorganisms.html b/reference/add_custom_microorganisms.html index 56b4da8fe..cf313591f 100644 --- a/reference/add_custom_microorganisms.html +++ b/reference/add_custom_microorganisms.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug diff --git a/reference/age.html b/reference/age.html index fcf64d1a7..2b296bbac 100644 --- a/reference/age.html +++ b/reference/age.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9230 + 2.1.1.9231
- Conduct Principal Component Analysis for AMR
- Determine Multi-Drug Resistance (MDR)
- Work with WHONET Data -
- Apply Eucast Rules +
- Apply EUCAST Rules
- Get Taxonomy of a Microorganism
- Get Properties of an Antibiotic Drug
- Get Properties of an Antiviral Drug @@ -112,16 +112,16 @@ df #> birth_date age age_exact age_at_y2k -#> 1 1999-06-30 25 25.74247 0 -#> 2 1968-01-29 57 57.15890 31 -#> 3 1965-12-05 59 59.30959 34 -#> 4 1980-03-01 45 45.07397 19 -#> 5 1949-11-01 75 75.40274 50 -#> 6 1947-02-14 78 78.11507 52 -#> 7 1940-02-19 85 85.10137 59 -#> 8 1988-01-10 37 37.21096 11 -#> 9 1997-08-27 27 27.58356 2 -#> 10 1978-01-26 47 47.16712 21 +#> 1 1999-06-30 25 25.74521 0 +#> 2 1968-01-29 57 57.16164 31 +#> 3 1965-12-05 59 59.31233 34 +#> 4 1980-03-01 45 45.07671 19 +#> 5 1949-11-01 75 75.40548 50 +#> 6 1947-02-14 78 78.11781 52 +#> 7 1940-02-19 85 85.10411 59 +#> 8 1988-01-10 37 37.21370 11 +#> 9 1997-08-27 27 27.58630 2 +#> 10 1978-01-26 47 47.16986 21