Skip to contents

Data set containing clinical breakpoints to interpret MIC and disk diffusion to SIR values, according to international guidelines. Currently implemented guidelines are EUCAST (2013-2022) and CLSI (2013-2022). Use as.sir() to transform MICs or disks measurements to SIR values.

Usage

clinical_breakpoints

Format

A tibble with 18 271 observations and 11 variables:

  • guideline
    Name of the guideline

  • method
    Either "DISK" or "MIC"

  • site
    Body site, e.g. "Oral" or "Respiratory"

  • mo
    Microbial ID, see as.mo()

  • rank_index
    Taxonomic rank index of mo from 1 (subspecies/infraspecies) to 5 (unknown microorganism)

  • ab
    Antibiotic ID, see as.ab()

  • ref_tbl
    Info about where the guideline rule can be found

  • disk_dose
    Dose of the used disk diffusion method

  • breakpoint_S
    Lowest MIC value or highest number of millimetres that leads to "S"

  • breakpoint_R
    Highest MIC value or lowest number of millimetres that leads to "R"

  • uti
    A logical value (TRUE/FALSE) to indicate whether the rule applies to a urinary tract infection (UTI)

Details

Like all data sets in this package, this data set is publicly available for download in the following formats: R, MS Excel, Apache Feather, Apache Parquet, SPSS, SAS, and Stata. Please visit our website for the download links. The actual files are of course available on our GitHub repository.

They allow for machine reading EUCAST and CLSI guidelines, which is almost impossible with the MS Excel and PDF files distributed by EUCAST and CLSI.

Examples

clinical_breakpoints
#> # A tibble: 18,271 × 11
#>    guideline   method site  mo               rank_index ab   ref_tbl   disk_dose
#>    <chr>       <chr>  <chr> <mo>                  <dbl> <ab> <chr>     <chr>    
#>  1 EUCAST 2022 MIC    NA    F_ASPRG_MGTS              2 AMB  Aspergil… NA       
#>  2 EUCAST 2022 MIC    NA    F_ASPRG_NIGR              2 AMB  Aspergil… NA       
#>  3 EUCAST 2022 MIC    NA    F_CANDD_ALBC              2 AMB  Candida   NA       
#>  4 EUCAST 2022 MIC    NA    F_CANDD_DBLN              2 AMB  Candida   NA       
#>  5 EUCAST 2022 MIC    NA    F_CANDD_GLBR              2 AMB  Candida   NA       
#>  6 EUCAST 2022 MIC    NA    F_CANDD_KRUS              2 AMB  Candida   NA       
#>  7 EUCAST 2022 MIC    NA    F_CANDD_PRPS              2 AMB  Candida   NA       
#>  8 EUCAST 2022 MIC    NA    F_CANDD_TRPC              2 AMB  Candida   NA       
#>  9 EUCAST 2022 MIC    NA    F_CRYPT_NFRM              2 AMB  Candida   NA       
#> 10 EUCAST 2022 DISK   NA    B_[ORD]_ENTRBCTR          5 AMC  Enteroba… 20ug/10ug
#> # ℹ 18,261 more rows
#> # ℹ 3 more variables: breakpoint_S <dbl>, breakpoint_R <dbl>, uti <lgl>