Data sets for download / own use
-17 March 2025
+18 March 2025
Source:vignettes/datasets.Rmd
datasets.Rmd
ab, cid, name, group, a iv_ddd, iv_units, and loinc.
This data set is in R available as antimicrobials
, after
you load the AMR
package.
It was last updated on 14 March 2025 09:10:35 UTC. Find more info +
It was last updated on 18 March 2025 15:35:22 UTC. Find more info about the structure of this data set here.
Direct download links:
- Download as original
-R Data Structure (RDS) file (43 kB)
+R Data Structure (RDS) file (44 kB)
- Download as tab-separated
text file (0.1 MB)
@@ -470,7 +470,7 @@ Feather file (0.1 MB)
Parquet file (0.1 MB)
- Download as IBM
-SPSS Statistics data file (0.4 MB)
+SPSS Statistics data file (0.3 MB)
- Download as Stata DTA file (0.5 MB) @@ -511,7 +511,7 @@ Names and Codes)
AMR 2.1.1.9216
+AMR 2.1.1.9217
(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.
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.
@@ -114,7 +114,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. @@ -141,13 +141,13 @@
- It is now possible to use column names for argument
-
antimicrobials
data set -- Added agents used for screening, with an ID all ending with
-S
: benzylpenicillin screening test (PEN-S
), beta-lactamase screening test (BTL-S
), cefotaxime screening test (CTX-S
), clindamycin inducible screening test (CLI-S
), nalidixic acid screening test (NAL-S
), norfloxacin screening test (NOR-S
), oxacillin screening test (OXA-S
), pefloxacin screening test (PEF-S
), and tetracycline screening test (TCY-S
). The ID of cefoxitin screening was renamed fromFOX1
toFOX-S
, while the old code remains to work.
+ - Added agents used for screening, with an ID all ending with
-S
: benzylpenicillin screening test (PEN-S
), beta-lactamase screening test (BLA-S
), cefotaxime screening test (CTX-S
), clindamycin inducible screening test (CLI-S
), nalidixic acid screening test (NAL-S
), norfloxacin screening test (NOR-S
), oxacillin screening test (OXA-S
), pefloxacin screening test (PEF-S
), and tetracycline screening test (TCY-S
). The ID of cefoxitin screening was renamed fromFOX1
toFOX-S
, while the old code remains to work. - For this reason, the antimicrobial selectors
cephalosporins()
,cephalosporins_3rd()
,lincosamides()
,isoxazolylpenicillins()
,quinolones()
,fluoroquinolones()
, andtetracyclines()
now contain the argumentonly_treatable = TRUE
(similar to other antimicrobial selectors that contain non-treatable drugs) - Added amorolfine (
AMO
, D01AE16), which is now also part of theantifungals()
selector - Added efflux (
EFF
), to allow mapping to AMRFinderPlus - Added tigemonam (
TNM
), a monobactam - Added bleomycin (
BLM
), a glycopeptide
- - Added over 1,500 trade names +
- Updated all ATC codes, trade names, and DDDs
- Added agents used for screening, with an ID all ending with
- MICs
- Added as valid levels: 4096, 6 powers of 0.0625, and 5 powers of 192 (192, 384, 576, 768, 960) @@ -188,7 +188,7 @@
- Added console colours support of
sir
class for Positron
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
- Greatly improved
vctrs
integration, a Tidyverse package working in the background for many Tidyverse functions. For users, this means that functions such asdplyr
’sbind_rows()
,rowwise()
andc_across()
are now supported for e.g. columns of classmic
. Despite this, thisAMR
package is still zero-dependent on any other package, includingdplyr
andvctrs
.
@@ -196,7 +196,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 14e928fe5..460056806 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -12,7 +12,7 @@ articles: resistance_predict: resistance_predict.html welcome_to_AMR: welcome_to_AMR.html WHONET: WHONET.html -last_built: 2025-03-17T08:00Z +last_built: 2025-03-18T15:55Z 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 4ac712609..7df771062 100644 --- a/reference/AMR-deprecated.html +++ b/reference/AMR-deprecated.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9216 + 2.1.1.9217