esbl_tests | R Documentation |
This data set contains phenotypic test outcomes of the presence of ESBL (Extended Spectrum Beta-Lactamase) genes, with the minimum inhibitory concentrations (MIC, in mg/L) for 17 antibiotic drugs.
esbl_tests
A tibble/data.frame with 500 observations and 19 variables:
esbl
: Outcome of ESBL test (TRUE
(n = 250), FALSE
(n = 250))
genus
: Taxonomic genus of the bacteria (Citrobacter (n = 42), Enterobacter (n = 30), Escherichia (n = 301), Klebsiella (n = 70), Morganella (n = 24), Proteus (n = 33))
AMC
: MIC values of amoxicillin/clavulanic acid
AMP
: MIC values of ampicillin
TZP
: MIC values of piperacillin/tazobactam
CXM
: MIC values of cefuroxime
FOX
: MIC values of cefoxitin
CTX
: MIC values of cefotaxime
CAZ
: MIC values of ceftazidime
GEN
: MIC values of gentamicin
TOB
: MIC values of tobramycin
TMP
: MIC values of trimethoprim
SXT
: MIC values of trimethoprim/sulfamethoxazole
NIT
: MIC values of nitrofurantoin
FOS
: MIC values of fosfomycin
CIP
: MIC values of ciprofloxacin
IPM
: MIC values of imipenem
MEM
: MIC values of meropenem
COL
: MIC values of colistin
print(esbl_tests, n = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.