1
0
mirror of https://github.com/msberends/AMR.git synced 2026-09-11 16:18:54 +02:00
Files
AMR/reference/intrinsic_resistant.md
2026-09-03 12:36:14 +00:00

3.1 KiB
Raw Blame History

Data Set Denoting Bacterial Intrinsic Resistance

Data set containing 'EUCAST Expected Resistant Phenotypes' of all bug-drug combinations between the microorganisms and antimicrobials data sets.

Usage

intrinsic_resistant

Format

A tibble with 294 079 observations and 3 variables:

Details

This data set is currently strictly follows 'EUCAST Expected Resistant Phenotypes' v1.2 (2023). The

This data set is internally used by:

Download Our Reference Data

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.

Examples

intrinsic_resistant
#> # A tibble: 294,079 × 3
#>    mo          ab   version                                    
#>    <mo>        <ab> <chr>                                      
#>  1 B_GRAMP     ATM  'EUCAST Expected Resistant Phenotypes' v1.2
#>  2 B_GRAMP     COL  'EUCAST Expected Resistant Phenotypes' v1.2
#>  3 B_GRAMP     NAL  'EUCAST Expected Resistant Phenotypes' v1.2
#>  4 B_GRAMP     PLB  'EUCAST Expected Resistant Phenotypes' v1.2
#>  5 B_GRAMP     TEM  'EUCAST Expected Resistant Phenotypes' v1.2
#>  6 B_ANAER-POS ATM  'EUCAST Expected Resistant Phenotypes' v1.2
#>  7 B_ANAER-POS COL  'EUCAST Expected Resistant Phenotypes' v1.2
#>  8 B_ANAER-POS NAL  'EUCAST Expected Resistant Phenotypes' v1.2
#>  9 B_ANAER-POS PLB  'EUCAST Expected Resistant Phenotypes' v1.2
#> 10 B_ANAER-POS TEM  'EUCAST Expected Resistant Phenotypes' v1.2
#> #  294,069 more rows