intrinsic_resistant | R Documentation |
Data set containing 'EUCAST Expected Resistant Phenotypes' of all bug-drug combinations between the microorganisms and antimicrobials data sets.
intrinsic_resistant
A tibble with 271 905 observations and 2 variables:
mo
Microorganism ID which occurs in microorganisms$mo
. Names can be retrieved using mo_name()
.
ab
Antimicrobial ID which occurs in antimicrobials$ab
. Names can be retrieved using ab_name()
.
This data set is currently based on 'EUCAST Expected Resistant Phenotypes' v1.2 (2023).
This data set is internally used by:
not_intrinsic_resistant()
(an antimicrobial selector)
mo_is_intrinsic_resistant()
All reference data sets in the AMR package - including information on microorganisms, antimicrobials, and clinical breakpoints - are freely available for download in multiple formats: R, MS Excel, Apache Feather, Apache Parquet, SPSS, and Stata.
For maximum compatibility, we also provide machine-readable, tab-separated plain text files suitable for use in any software, including laboratory information systems.
Visit our website for direct download links, or explore the actual files in our GitHub repository.
intrinsic_resistant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.