mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 00:13:21 +02:00
(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms()
and fixed Python wrapper
This commit is contained in:
@ -19,19 +19,11 @@ Leclercq et al. \strong{EUCAST expert rules in antimicrobial susceptibility test
|
||||
}
|
||||
}
|
||||
\usage{
|
||||
eucast_rules(
|
||||
x,
|
||||
col_mo = NULL,
|
||||
info = interactive(),
|
||||
eucast_rules(x, col_mo = NULL, info = interactive(),
|
||||
rules = getOption("AMR_eucastrules", default = c("breakpoints", "expert")),
|
||||
verbose = FALSE,
|
||||
version_breakpoints = 12,
|
||||
version_expertrules = 3.3,
|
||||
ampc_cephalosporin_resistance = NA,
|
||||
only_sir_columns = FALSE,
|
||||
custom_rules = NULL,
|
||||
...
|
||||
)
|
||||
verbose = FALSE, version_breakpoints = 12, version_expertrules = 3.3,
|
||||
ampc_cephalosporin_resistance = NA, only_sir_columns = FALSE,
|
||||
custom_rules = NULL, ...)
|
||||
|
||||
eucast_dosage(ab, administration = "iv", version_breakpoints = 12)
|
||||
}
|
||||
|
Reference in New Issue
Block a user