esbl_isolates | R Documentation |
A data set containing 500 microbial isolates with MIC values of common antibiotics and a binary esbl
column for extended-spectrum beta-lactamase (ESBL) production. This data set contains randomised fictitious data but reflects reality and can be used to practise AMR-related machine learning, e.g., classification modelling with tidymodels.
esbl_isolates
A tibble with 500 observations and 19 variables:
esbl
Logical indicator if the isolate is ESBL-producing
genus
Genus of the microorganism
AMC:COL
MIC values for 17 antimicrobial agents, transformed to class mic
(see as.mic()
)
See our tidymodels integration for an example using this data set.
esbl_isolates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.