1
0
mirror of https://github.com/msberends/AMR.git synced 2026-06-24 09:36:34 +02:00

Built site for AMR@3.0.1.9061: 0c1709c

This commit is contained in:
github-actions
2026-06-23 18:00:14 +00:00
parent 9447e0f2c2
commit 2a7bfb9ffb
328 changed files with 5357 additions and 3687 deletions

View File

@@ -14,8 +14,8 @@ intrinsic_resistant
## Format
A [tibble](https://tibble.tidyverse.org/reference/tibble.html) with 285
928 observations and 2 variables:
A [tibble](https://tibble.tidyverse.org/reference/tibble.html) with 294
079 observations and 2 variables:
- `mo`
Microorganism ID which occurs in
@@ -44,6 +44,10 @@ This data set is internally used by:
- [`mo_is_intrinsic_resistant()`](https://amr-for-r.org/reference/mo_property.md)
- [`wisca()`](https://amr-for-r.org/reference/antibiogram.md) to model
\\\beta(1, 9999)\\ for resistant bug-drug combinations, per
[doi:10.1093/jac/dkv397](https://doi.org/10.1093/jac/dkv397)
## Download Our Reference Data
All reference data sets in the AMR package - including information on
@@ -64,7 +68,7 @@ repository](https://github.com/msberends/AMR/tree/main/data-raw/datasets).
``` r
intrinsic_resistant
#> # A tibble: 285,928 × 2
#> # A tibble: 294,079 × 2
#> mo ab
#> <mo> <ab>
#> 1 B_GRAMP ATM
@@ -77,5 +81,5 @@ intrinsic_resistant
#> 8 B_ANAER-POS NAL
#> 9 B_ANAER-POS PLB
#> 10 B_ANAER-POS TEM
#> # 285,918 more rows
#> # 294,069 more rows
```