@@ -261,21 +261,21 @@ make the structure of your data generally look like this:
-
2024-04-05
+
2024-04-07
abcd
Escherichia coli
S
S
-
2024-04-05
+
2024-04-07
abcd
Escherichia coli
S
R
-
2024-04-05
+
2024-04-07
efgh
Escherichia coli
R
diff --git a/articles/EUCAST.html b/articles/EUCAST.html
index 09aede96..7a2448cf 100644
--- a/articles/EUCAST.html
+++ b/articles/EUCAST.html
@@ -39,7 +39,7 @@
AMR (for R)
- 2.1.1.9016
+ 2.1.1.9017
diff --git a/articles/MDR.html b/articles/MDR.html
index d201ef2c..33d1dae5 100644
--- a/articles/MDR.html
+++ b/articles/MDR.html
@@ -39,7 +39,7 @@
AMR (for R)
- 2.1.1.9016
+ 2.1.1.9017
@@ -402,19 +402,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 S S R S
-#> 2 R I R S R S
-#> 3 S S I I S S
-#> 4 I I I I I I
-#> 5 R S I S I R
-#> 6 I I I I R R
+#> 1 S I R I R R
+#> 2 I I S I S R
+#> 3 S S S I S I
+#> 4 I S I S S I
+#> 5 R S S I R R
+#> 6 S R I R S I#> kanamycin#> 1 S
-#> 2 R
-#> 3 S
-#> 4 S
-#> 5 S
-#> 6 S
+#> 2 I
+#> 3 I
+#> 4 R
+#> 5 R
+#> 6 R
We can now add the interpretation of MDR-TB to our data set. You can
use:
(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!)
-
A New Milestone: One Health Support (= Human + Veterinary + Environmental)
+
A New Milestone: 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, Canada. To celebrate this great improvement of the package, we also updated the package logo to reflect this change.
-
Breaking
+
Breaking
Removed all functions and references that used the deprecated rsi class, which were all replaced with their sir equivalents over a year ago
-
New
+
New
One Health implementation
Function as.sir() now has extensive support for animal breakpoints from CLSI. Use breakpoint_type = "animal" and set the host argument to a variable that contains animal species names.
The clinical_breakpoints data set contains all these breakpoints, and can be downloaded on our download page.
@@ -184,7 +184,7 @@
Function limit_mic_range(), which allows to limit MIC values to a manually set range. This is the powerhouse behind the scale_*_mic() functions, but it can be used by users directly to e.g. compare equality in MIC distributions by rescaling them to the same range first.
-
Changed
+
Changed
For MICs:
Added as valid levels: 4096, 6 powers of 0.0625, and 5 powers of 192 (192, 384, 576, 768, 960)
Added new argument keep_operators to as.mic(). This can be "all" (default), "none", or "edges". This argument is also available in the new limit_mic_range() and scale_*_mic() functions.
@@ -196,7 +196,7 @@
Updated all antibiotic DDDs from WHOCC
-
Other
+
Other
Added Jordan Stull, Matthew Saab, and Javier Sanchez as contributors, to thank them for their valuable input