@@ -236,21 +236,21 @@ make the structure of your data generally look like this:
-
2022-12-09
+
2022-12-10
abcd
Escherichia coli
S
S
-
2022-12-09
+
2022-12-10
abcd
Escherichia coli
S
R
-
2022-12-09
+
2022-12-10
efgh
Escherichia coli
R
@@ -380,12 +380,12 @@ data set:
-
+
-
+
date
@@ -400,70 +400,70 @@ data set:
-
2015-07-01
-
N10
-
Hospital B
-
Escherichia coli
-
R
+
2012-03-09
+
P2
+
Hospital A
+
Streptococcus pneumoniae
+
S
S
S
S
F
-
2017-06-08
-
T6
+
2014-07-20
+
J2
Hospital A
Escherichia coli
-
R
+
S
S
R
S
-
F
+
M
-
2013-05-17
-
Q7
-
Hospital D
-
Staphylococcus aureus
-
R
-
R
-
S
-
S
-
F
-
-
-
2013-01-27
-
T4
-
Hospital B
-
Klebsiella pneumoniae
-
S
-
S
-
R
-
S
-
F
-
-
-
2013-06-25
-
X6
+
2011-01-23
+
O1
Hospital D
Escherichia coli
S
-
S
+
R
S
S
F
-
2017-10-09
-
U7
+
2011-12-08
+
I9
Hospital A
-
Klebsiella pneumoniae
+
Escherichia coli
S
+
S
+
S
+
S
+
M
+
+
+
2010-07-15
+
J5
+
Hospital B
+
Escherichia coli
+
I
+
S
+
S
+
R
+
M
+
+
+
2014-12-28
+
D6
+
Hospital C
+
Klebsiella pneumoniae
R
S
S
-
F
+
S
+
M
@@ -499,16 +499,16 @@ Longest: 1
1
M
-
10,352
-
51.76%
-
10,352
-
51.76%
+
10,307
+
51.54%
+
10,307
+
51.54%
2
F
-
9,648
-
48.24%
+
9,693
+
48.47%
20,000
100.00%
@@ -621,10 +621,10 @@ takes into account the antimicrobial susceptibility test results using
# Basing inclusion on all antimicrobial results, using a points threshold of# 2# Including isolates from ICU.
-# => Found 10,610 'phenotype-based' first isolates (53.1% of total where a
+# => Found 10,602 'phenotype-based' first isolates (53.0% of total where a# microbial ID was available)
-
So only 53.1% is suitable for resistance analysis! We can now filter
-on it with the filter() function, also from the
+
So only 53% is suitable for resistance analysis! We can now filter on
+it with the filter() function, also from the
dplyr package:
# base R:plot(disk_values, mo ="E. coli", ab ="cipro")
diff --git a/articles/AMR_files/figure-html/disk_plots-1.png b/articles/AMR_files/figure-html/disk_plots-1.png
index b663f27c..dde20bbf 100644
Binary files a/articles/AMR_files/figure-html/disk_plots-1.png and b/articles/AMR_files/figure-html/disk_plots-1.png differ
diff --git a/articles/AMR_files/figure-html/disk_plots_mo_ab-1.png b/articles/AMR_files/figure-html/disk_plots_mo_ab-1.png
index d0f9b801..a73d25fc 100644
Binary files a/articles/AMR_files/figure-html/disk_plots_mo_ab-1.png and b/articles/AMR_files/figure-html/disk_plots_mo_ab-1.png differ
diff --git a/articles/AMR_files/figure-html/mic_plots-1.png b/articles/AMR_files/figure-html/mic_plots-1.png
index 9a8a8ec9..5c085a20 100644
Binary files a/articles/AMR_files/figure-html/mic_plots-1.png and b/articles/AMR_files/figure-html/mic_plots-1.png differ
diff --git a/articles/AMR_files/figure-html/mic_plots-2.png b/articles/AMR_files/figure-html/mic_plots-2.png
index 1fa15535..b1e691b9 100644
Binary files a/articles/AMR_files/figure-html/mic_plots-2.png and b/articles/AMR_files/figure-html/mic_plots-2.png differ
diff --git a/articles/AMR_files/figure-html/mic_plots_mo_ab-1.png b/articles/AMR_files/figure-html/mic_plots_mo_ab-1.png
index 0d01dbdb..7fdb75a8 100644
Binary files a/articles/AMR_files/figure-html/mic_plots_mo_ab-1.png and b/articles/AMR_files/figure-html/mic_plots_mo_ab-1.png differ
diff --git a/articles/AMR_files/figure-html/mic_plots_mo_ab-2.png b/articles/AMR_files/figure-html/mic_plots_mo_ab-2.png
index beaf4b89..96b4a879 100644
Binary files a/articles/AMR_files/figure-html/mic_plots_mo_ab-2.png and b/articles/AMR_files/figure-html/mic_plots_mo_ab-2.png differ
diff --git a/articles/AMR_files/figure-html/plot 1-1.png b/articles/AMR_files/figure-html/plot 1-1.png
index ef4e38d7..0e56c396 100644
Binary files a/articles/AMR_files/figure-html/plot 1-1.png and b/articles/AMR_files/figure-html/plot 1-1.png differ
diff --git a/articles/AMR_files/figure-html/plot 3-1.png b/articles/AMR_files/figure-html/plot 3-1.png
index 8a3782d2..64dd4c3d 100644
Binary files a/articles/AMR_files/figure-html/plot 3-1.png and b/articles/AMR_files/figure-html/plot 3-1.png differ
diff --git a/articles/AMR_files/figure-html/plot 4-1.png b/articles/AMR_files/figure-html/plot 4-1.png
index 10b4c5c2..467ba0a9 100644
Binary files a/articles/AMR_files/figure-html/plot 4-1.png and b/articles/AMR_files/figure-html/plot 4-1.png differ
diff --git a/articles/AMR_files/figure-html/plot 5-1.png b/articles/AMR_files/figure-html/plot 5-1.png
index 53f08f7a..ce0a1e9f 100644
Binary files a/articles/AMR_files/figure-html/plot 5-1.png and b/articles/AMR_files/figure-html/plot 5-1.png differ
diff --git a/articles/EUCAST.html b/articles/EUCAST.html
index 054ff101..53b00440 100644
--- a/articles/EUCAST.html
+++ b/articles/EUCAST.html
@@ -38,7 +38,7 @@
AMR (for R)
- 1.8.2.9059
+ 1.8.2.9060
diff --git a/articles/MDR.html b/articles/MDR.html
index 7b7cae14..d779a1c5 100644
--- a/articles/MDR.html
+++ b/articles/MDR.html
@@ -38,7 +38,7 @@
AMR (for R)
- 1.8.2.9059
+ 1.8.2.9060
@@ -375,19 +375,19 @@ names or codes, this would have worked exactly the same way:
head(my_TB_data)# rifampicin isoniazid gatifloxacin ethambutol pyrazinamide moxifloxacin
-# 1 S S R R R S
-# 2 R R I I R R
-# 3 S S R I R I
-# 4 S I R I R R
-# 5 R S R R I I
-# 6 S S S R I I
+# 1 R R S S S R
+# 2 S I I R R R
+# 3 R I S S S R
+# 4 I R S R I I
+# 5 S R R R R I
+# 6 R I S R I R# kanamycin# 1 R
-# 2 I
-# 3 R
+# 2 R
+# 3 I# 4 S# 5 S
-# 6 R
+# 6 I
We can now add the interpretation of MDR-TB to our data set. You can
use:
This version will eventually become v2.0! We’re happy to reach a new major milestone soon!
-
Breaking
-
Removed all species of the taxonomic kingdom Chromista from the package. This was done for multiple reasons:
+
Breaking
+
+Removed all species of the taxonomic kingdom Chromista from the package. This was done for multiple reasons:
CRAN allows packages to be around 5 MB maximum, some packages are exempted but this package is not one of them
Chromista are not relevant when it comes to antimicrobial resistance, thus lacking the primary scope of this package
Chromista are almost never clinically relevant, thus lacking the secondary scope of this package
@@ -151,12 +152,12 @@
Using units in ab_ddd(..., units = "...") had been deprecated and is now not supported anymore. Use ab_ddd_units() instead.
-
New
+
New
EUCAST 2022 and CLSI 2022 guidelines have been added for as.rsi(). EUCAST 2022 (v12.0) is now the new default guideline for all MIC and disks diffusion interpretations, and for eucast_rules() to apply EUCAST Expert Rules.
-
Support for the following languages: Chinese, Greek, Japanese, Polish, Turkish and Ukrainian. We are very grateful for the valuable input by our colleagues from other countries. The AMR package is now available in 16 languages. The automatic language determination will give a note at start-up on systems in supported languages.
+
Support for the following languages: Chinese, Greek, Japanese, Polish, Turkish and Ukrainian. We are very grateful for the valuable input by our colleagues from other countries. The AMR package is now available in 16 languages. The automatic language determination will give a note on systems in supported languages.
-All new algorithm for as.mo() (and thus all mo_*() functions) while still following our original set-up as described in our recently submitted JSS paper (DOI 10.18637/jss.v104.i03).
+All new algorithm for as.mo() (and thus all mo_*() functions) while still following our original set-up as described in our recently published JSS paper (DOI 10.18637/jss.v104.i03).
A new argument keep_synonyms allows to not correct for updated taxonomy, in favour of the now deleted argument allow_uncertain
It has increased tremendously in speed and returns generally more consequent results
Cleaning columns with as.rsi(), as.mic(), or as.disk() will now show the column name in the warning for invalid results
-
Other
+
Other
New website to make use of the new Bootstrap 5 and pkgdown 2.0. The website now contains results for all examples and will be automatically regenerated with every change to our repository, using GitHub Actions
Added Peter Dutey-Magni, Dmytro Mykhailenko, Anton Mymrikov, and Jonas Salm as contributors, to thank them for their valuable input
All R and Rmd files in this project are now styled using the styler package