1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:41:58 +02:00

(v0.7.1.9066) bug-drug fix

This commit is contained in:
2019-08-27 23:00:00 +02:00
parent 248638ad91
commit e2b78fa428
12 changed files with 24 additions and 17 deletions

View File

@ -11,7 +11,7 @@
bug_drug_combinations(x, col_mo = NULL, minimum = 30)
\method{format}{bug_drug_combinations}(x, combine_IR = FALSE,
add_ab_group = TRUE)
add_ab_group = TRUE, ...)
}
\arguments{
\item{x}{data with antibiotic columns, like e.g. \code{AMX} and \code{AMC}}
@ -23,6 +23,8 @@ bug_drug_combinations(x, col_mo = NULL, minimum = 30)
\item{combine_IR}{logical to indicate whether values R and I should be summed}
\item{add_ab_group}{logical to indicate where the group of the antimicrobials must be included as a first column}
\item{...}{argumments passed on to \code{\link{mo_name}}}
}
\description{
Determine antimicrobial resistance (AMR) of all bug-drug combinations in your data set where at least 30 (default) isolates are available per species. Use \code{format} on the result to prettify it to a printable format, see Examples.