1
0
mirror of https://github.com/msberends/AMR.git synced 2026-01-11 08:34:41 +01:00

Built site for AMR@3.0.1.9008: 9d1b456

This commit is contained in:
github-actions
2026-01-06 22:21:25 +00:00
parent 01880ee020
commit 46858ec0a2
114 changed files with 478 additions and 358 deletions

View File

@@ -145,26 +145,31 @@ eucast_exceptional_phenotypes(x = NULL, only_sir_columns = any(is.sir(x)),
`all_nonsusceptible_columns`, `guideline`
- CMI 2012 paper - function `mdr_cmi2012()` or `mdro()`:
Ordered [factor](https://rdrr.io/r/base/factor.html) with levels
`Negative` \< `Multi-drug-resistant (MDR)` \<
Ordered
[factor](https://rdatatable.gitlab.io/data.table/reference/fctr.html)
with levels `Negative` \< `Multi-drug-resistant (MDR)` \<
`Extensively drug-resistant (XDR)` \< `Pandrug-resistant (PDR)`
- TB guideline - function `mdr_tb()` or `mdro(..., guideline = "TB")`:
Ordered [factor](https://rdrr.io/r/base/factor.html) with levels
`Negative` \< `Mono-resistant` \< `Poly-resistant` \<
Ordered
[factor](https://rdatatable.gitlab.io/data.table/reference/fctr.html)
with levels `Negative` \< `Mono-resistant` \< `Poly-resistant` \<
`Multi-drug-resistant` \< `Extensively drug-resistant`
- German guideline - function `mrgn()` or
`mdro(..., guideline = "MRGN")`:
Ordered [factor](https://rdrr.io/r/base/factor.html) with levels
`Negative` \< `3MRGN` \< `4MRGN`
Ordered
[factor](https://rdatatable.gitlab.io/data.table/reference/fctr.html)
with levels `Negative` \< `3MRGN` \< `4MRGN`
- Everything else, except for custom guidelines:
Ordered [factor](https://rdrr.io/r/base/factor.html) with levels
`Negative` \< `Positive, unconfirmed` \< `Positive`. The value
`"Positive, unconfirmed"` means that, according to the guideline, it
is not entirely sure if the isolate is multi-drug resistant and this
should be confirmed with additional (e.g. genotypic) tests
Ordered
[factor](https://rdatatable.gitlab.io/data.table/reference/fctr.html)
with levels `Negative` \< `Positive, unconfirmed` \< `Positive`. The
value `"Positive, unconfirmed"` means that, according to the
guideline, it is not entirely sure if the isolate is multi-drug
resistant and this should be confirmed with additional (e.g.
genotypic) tests
## Details