bug_drug_combinations.Rd
Determine antimicrobial resistance (AMR) of all bug-drug combinations in your data set where at least 30 (default) isolates are available per species. Use format
on the result to prettify it to a printable format, see Examples.
bug_drug_combinations(x, col_mo = NULL, minimum = 30)
x | data with antibiotic columns, like e.g. |
---|---|
col_mo | column name of the unique IDs of the microorganisms (see |
minimum | the minimum allowed number of available (tested) isolates. Any isolate count lower than |
M39 Analysis and Presentation of Cumulative Antimicrobial Susceptibility Test Data, 4th Edition, 2014, Clinical and Laboratory Standards Institute (CLSI). https://clsi.org/standards/products/microbiology/documents/m39/.
On our website https://msberends.gitlab.io/AMR you can find a tutorial about how to conduct AMR analysis, the complete documentation of all functions (which reads a lot easier than here in R) and an example analysis using WHONET data.
# NOT RUN { x <- bug_drug_combinations(septic_patients) x format(x) # }