mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 13:21:50 +02:00
(v0.9.0.9029) add uti to as.rsi()
This commit is contained in:
16
NEWS.md
16
NEWS.md
@ -1,3 +1,19 @@
|
||||
# AMR 1.0.0.9000
|
||||
## <small>Last updated: 20-Feb-2020</small>
|
||||
|
||||
### Changed
|
||||
* Added antibiotic abbreviations for a laboratory manufacturer (GLIMS) for cefuroxime, cefotaxime, ceftazidime, cefepime, cefoxitin and trimethoprim/sulfamethoxazole
|
||||
* Fixed floating point error for some MIC compa in EUCAST 2020 guideline
|
||||
* Interpretation from MIC values to R/SI can now be used with `mutate_at()` of the dplyr package:
|
||||
```r
|
||||
yourdata %>%
|
||||
mutate_at(vars(antibiotic1:antibiotic25), as.rsi, mo = "E. coli")
|
||||
|
||||
yourdata %>%
|
||||
mutate_at(vars(antibiotic1:antibiotic25), as.rsi, mo = .$mybacteria)
|
||||
```
|
||||
* Added `uti` (as abbreviation of urinary tract infections) as parameter to `as.rsi()`, so interpretation of MIC values and disk zones can be made dependent on isolates specifically from UTIs
|
||||
|
||||
# AMR 1.0.0
|
||||
|
||||
This software is now out of beta and considered stable. Nonetheless, this package will be developed continually.
|
||||
|
Reference in New Issue
Block a user