@@ -231,21 +231,21 @@ make the structure of your data generally look like this:
-
2022-10-31
+
2022-11-05
abcd
Escherichia coli
S
S
-
2022-10-31
+
2022-11-05
abcd
Escherichia coli
S
R
-
2022-10-31
+
2022-11-05
efgh
Escherichia coli
R
@@ -395,70 +395,70 @@ data set:
-
2010-04-13
-
B10
+
2017-05-11
+
P2
+
Hospital B
+
Escherichia coli
+
S
+
R
+
S
+
S
+
F
+
+
+
2014-09-24
+
W9
Hospital B
Streptococcus pneumoniae
S
S
S
S
-
M
-
-
-
2014-01-20
-
K9
-
Hospital A
-
Escherichia coli
-
R
-
S
-
R
-
S
-
M
+
F
-
2016-01-31
-
N7
+
2015-03-26
+
P5
+
Hospital B
+
Escherichia coli
+
S
+
S
+
R
+
S
+
F
+
+
+
2010-10-29
+
B9
Hospital D
-
Streptococcus pneumoniae
-
R
-
R
-
R
-
S
-
F
-
-
-
2012-03-04
-
E5
-
Hospital B
Escherichia coli
S
-
S
R
S
+
R
M
-
2011-08-21
-
N6
-
Hospital C
-
Escherichia coli
-
S
-
S
-
S
-
S
-
F
-
-
-
2011-10-21
-
F6
+
2013-04-29
+
U9
Hospital A
Staphylococcus aureus
-
I
+
R
S
S
S
-
M
+
F
+
+
+
2010-07-12
+
U6
+
Hospital B
+
Escherichia coli
+
S
+
S
+
S
+
S
+
F
@@ -494,16 +494,16 @@ Longest: 1
1
M
-
10,278
-
51.39%
-
10,278
-
51.39%
+
10,235
+
51.18%
+
10,235
+
51.18%
2
F
-
9,722
-
48.61%
+
9,765
+
48.83%
20,000
100.00%
@@ -616,10 +616,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,616 'phenotype-based' first isolates (53.1% of total where a
+# => Found 10,603 '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 37e42e13..10fc3d0a 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 4009941b..45ce8cca 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 0243dbe1..f698d19a 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 6d8e6ff8..7ea3d1be 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 7c9c453a..35c9fdc6 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 93bfa0a4..d86dfb44 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 f80d0706..ef74625b 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 803557a1..1a7b6875 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 8b2387df..71161387 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 96253057..be49afe4 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 ea8aae8b..506311a5 100644
--- a/articles/EUCAST.html
+++ b/articles/EUCAST.html
@@ -38,7 +38,7 @@
AMR (for R)
- 1.8.2.9041
+ 1.8.2.9042
diff --git a/articles/MDR.html b/articles/MDR.html
index 3c05966d..245f291c 100644
--- a/articles/MDR.html
+++ b/articles/MDR.html
@@ -38,7 +38,7 @@
AMR (for R)
- 1.8.2.9041
+ 1.8.2.9042
@@ -370,18 +370,18 @@ names or codes, this would have worked exactly the same way:
head(my_TB_data)# rifampicin isoniazid gatifloxacin ethambutol pyrazinamide moxifloxacin
-# 1 I I R I I S
-# 2 S R I R R S
-# 3 S R R I S R
-# 4 S I R R S I
-# 5 I I S I I I
-# 6 S I S S I S
+# 1 S I S S I R
+# 2 I R I S R R
+# 3 S I I S R R
+# 4 R I S S I I
+# 5 I I R I I I
+# 6 I I S I S I# kanamycin
-# 1 R
-# 2 R
-# 3 R
-# 4 S
-# 5 S
+# 1 S
+# 2 S
+# 3 S
+# 4 R
+# 5 I# 6 S
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
+
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
@@ -143,7 +143,7 @@
Removal of interpretation guidelines older than 10 years, the oldest now included guidelines of EUCAST and CLSI are from 2013
-
New
+
New
EUCAST 2022 and CLSI 2022 guidelines have been added for as.rsi(). EUCAST 2022 is now the new default guideline for all MIC and disks diffusion interpretations.
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.
All new algorithm for as.mo() (and thus all mo_*() functions) while still following our original set-up as described in our paper (DOI 10.18637/jss.v104.i03).
@@ -176,7 +176,7 @@
-
Changed
+
Changed
Fix for using as.rsi() on certain EUCAST breakpoints for MIC values
Fix for using as.rsi() on NA values (e.g. as.rsi(as.disk(NA), ...))
Fix for using as.rsi() on bug-drug combinations with multiple breakpoints for different body sites
@@ -207,7 +207,7 @@
Fix for mo_shortname() in case of higher taxonomic ranks (order, class, phylum)
-
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