Data sets for download / own use
-05 February 2025
+07 February 2025
Source:vignettes/datasets.Rmd
datasets.Rmd
antibiotics
: Antibiotic (+Antifungal) Drugs
-A data set with 486 rows and 14 columns, containing the following +
A data set with 487 rows and 14 columns, containing the following
column names:
ab, cid, name, group, atc,
atc_group1, atc_group2, abbreviations,
synonyms, oral_ddd, oral_units,
iv_ddd, iv_units, and loinc.
This data set is in R available as antibiotics
, after
you load the AMR
package.
It was last updated on 15 January 2025 15:14:09 UTC. Find more info +
It was last updated on 7 February 2025 17:01:22 UTC. Find more info about the structure of this data set here.
Direct download links:
-
@@ -541,7 +541,7 @@ Names and Codes)
- Removed all functions and references that used the deprecated
rsi
class, which were all replaced with theirsir
equivalents two years ago -
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.
@@ -109,7 +109,7 @@
- Function
- 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. @@ -117,24 +117,26 @@
- It is now possible to use column names for argument
-
antibiogram()
function -- New argument
formatting_type
to set any of the 12 options for the formatting of all ‘cells’. This defaults to10
, changing the output of antibiograms to cells with5% (15/300)
instead of the previous standard of just5
.
+ - New argument
formatting_type
to set any of the 22 options for the formatting of all ‘cells’. This defaults to10
for non-WISCA and14
for WISCA, changing the output of antibiograms to cells with more info. - For this reason,
add_total_n
is nowFALSE
at default since the denominators are added to the cells - The
ab_transform
argument now defaults to"name"
, displaying antibiotic column names instead of codes
- New argument
- Antimicrobial selectors (previously: antibiotic selectors)
- ‘Antibiotic selectors’ are now called ‘antimicrobial selectors’ since their scope is broader than just antibiotics. All documentation have been updated, and
ab_class()
andab_selector()
have been replaced withamr_class()
andamr_selector()
. The old functions are now deprecated and will be removed in a future version.
- - Added selectors
nitrofurans()
,phenicols()
, andrifamycins()
+ - Added selectors
isoxazolylpenicillins()
,monobactams()
,nitrofurans()
,phenicols()
, andrifamycins()
- - When using antimicrobial selectors (such as
aminoglycosides()
) that exclude non-treatable drugs (such as gentamicin-high), the function now always returns a warning that these can be included usingonly_treatable = FALSE
+ - When using antimicrobial selectors that exclude non-treatable drugs (such as gentamicin-high when using
aminoglycosides()
), the function now always returns a warning that these can be included usingonly_treatable = FALSE
- Added a new argument
return_all
to all selectors, which defaults toTRUE
to include any match. WithFALSE
, the old behaviour, only the first hit for each unique antimicrobial is returned. - All selectors can now be run as a separate command to retrieve a vector of all possible antimicrobials that the selector can select +
- The selectors
lincosamides()
andmacrolides()
do not overlap anymore - each antibiotic is now classified as either of these and not both
- ‘Antibiotic selectors’ are now called ‘antimicrobial selectors’ since their scope is broader than just antibiotics. All documentation have been updated, and
-
antibiotics
data set- Added “clindamycin inducible screening” as
CLI1
. Since clindamycin is a lincosamide, the antimicrobial selectorlincosamides()
now contains the argumentonly_treatable = TRUE
(similar to other antibiotic 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 “clindamycin inducible screening” as
- MICs
- Added as valid levels: 4096, 6 powers of 0.0625, and 5 powers of 192 (192, 384, 576, 768, 960) @@ -143,6 +145,8 @@
- Sorting of MIC values (using
sort()
) was fixed in the same manner;<0.001
now gets sorted before0.001
, and>0.001
gets sorted after0.001
. - Intermediate log2 levels used for MIC plotting are now more common values instead of following a strict dilution range
+ -
+
eucast_rules()
now has an argumentoverwrite
(default:TRUE
) to indicate whether non-NA
values should be overwritten - Disks of 0 to 5 mm are now allowed, the newly allowed range for disk diffusion (
as.disk()
) is now between 0 and 50 mm - Updated
italicise_taxonomy()
to support HTML output - @@ -173,7 +177,7 @@
- Added console colours support of
sir
class for Positron - Added Dr. Larisse Bolton as contributor for her 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
.
@@ -181,7 +185,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. - 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 373a1b1d9..245511bab 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-02-05T19:55Z +last_built: 2025-02-07T17:05Z 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 f5997829e..3aa3305a6 100644 --- a/reference/AMR-deprecated.html +++ b/reference/AMR-deprecated.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9140 + 2.1.1.9141
AMR 2.1.1.9140
+AMR 2.1.1.9141
(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
New
+New
Changed
+Changed
Other
+Other
Older Versions
+Older Versions
This changelog only contains changes from AMR v3.0 (February 2025) and later.