1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-29 18:15:54 +02:00

Built site for AMR@3.0.1.9036: 4171d5b

This commit is contained in:
github-actions
2026-03-20 16:11:30 +00:00
parent ba003f3e23
commit 3560dfd611
115 changed files with 820 additions and 779 deletions

View File

@@ -131,8 +131,8 @@ y
#> 9 I R 28 16 2
#> 10 J S 22 16 4
mean_amr_distance(y)
#> Calculating mean AMR distance based on columns "amox", "cipr", "gent",
#> and "tobr"
#> Calculating mean AMR distance based on columns "amox", "cipr", "gent", and
#> "tobr"
#> [1] 0.52677313 0.16501937 0.34372779 -0.05155946 -0.97765805 0.26901032
#> [7] 0.30452889 -0.58337098 0.36899264 -0.36546366
y$amr_distance <- mean_amr_distance(y, is.mic(y))
@@ -158,8 +158,8 @@ if (require("dplyr")) {
) %>%
arrange(check_id_C)
}
#> Calculating mean AMR distance based on columns "amox", "cipr", "gent",
#> and "tobr"
#> Calculating mean AMR distance based on columns "amox", "cipr", "gent", and
#> "tobr"
#> id amox cipr gent tobr amr_distance check_id_C
#> 1 C S 27 16 32 0.34372779 0.00000000
#> 2 I R 28 16 2 0.36899264 0.02526485
@@ -180,8 +180,8 @@ if (require("dplyr")) {
mutate(dist = mean_amr_distance(.)) %>%
arrange(mo, dist)
}
#> Using column 'mo' as input for `mo_genus()`
#> Using column 'mo' as input for `mo_species()`
#> Using column 'mo' as input for `mo_genus()` (`?AMR::mo_genus()`)
#> Using column 'mo' as input for `mo_species()` (`?AMR::mo_species()`)
#> For `carbapenems()` using columns 'IPM' (imipenem) and 'MEM' (meropenem)
#> Calculating mean AMR distance based on columns "TCY", "IPM", and "MEM"
#> # A tibble: 63 × 5