AMR/man/clinical_breakpoints.Rd

41 lines
2.2 KiB
Plaintext
Raw Normal View History

2019-05-10 16:44:59 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
2023-01-21 23:47:20 +01:00
\name{clinical_breakpoints}
\alias{clinical_breakpoints}
\title{Data Set with Clinical Breakpoints for SIR Interpretation}
2020-03-14 14:05:43 +01:00
\format{
A \link[tibble:tibble]{tibble} with 18 308 observations and 11 variables:
\itemize{
\item \code{guideline}\cr Name of the guideline
\item \code{method}\cr Either "DISK" or "MIC"
\item \code{site}\cr Body site, e.g. "Oral" or "Respiratory"
\item \code{mo}\cr Microbial ID, see \code{\link[=as.mo]{as.mo()}}
2021-12-13 10:18:28 +01:00
\item \code{rank_index}\cr Taxonomic rank index of \code{mo} from 1 (subspecies/infraspecies) to 5 (unknown microorganism)
\item \code{ab}\cr Antibiotic ID, see \code{\link[=as.ab]{as.ab()}}
\item \code{ref_tbl}\cr Info about where the guideline rule can be found
\item \code{disk_dose}\cr Dose of the used disk diffusion method
2020-02-17 14:38:01 +01:00
\item \code{breakpoint_S}\cr Lowest MIC value or highest number of millimetres that leads to "S"
\item \code{breakpoint_R}\cr Highest MIC value or lowest number of millimetres that leads to "R"
2021-05-12 18:15:03 +02:00
\item \code{uti}\cr A \link{logical} value (\code{TRUE}/\code{FALSE}) to indicate whether the rule applies to a urinary tract infection (UTI)
2020-03-14 14:05:43 +01:00
}
}
2019-05-10 16:44:59 +02:00
\usage{
2023-01-21 23:47:20 +01:00
clinical_breakpoints
2019-05-10 16:44:59 +02:00
}
\description{
2023-01-21 23:47:20 +01:00
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 \code{\link[=as.sir]{as.sir()}} to transform MICs or disks measurements to SIR values.
2020-01-27 19:14:23 +01:00
}
\details{
2022-08-27 20:49:37 +02:00
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 \href{https://msberends.github.io/AMR/articles/datasets.html}{our website for the download links}. The actual files are of course available on \href{https://github.com/msberends/AMR/tree/main/data-raw}{our GitHub repository}.
2020-08-21 11:40:13 +02:00
2022-08-27 20:49:37 +02:00
They \strong{allow for machine reading EUCAST and CLSI guidelines}, which is almost impossible with the MS Excel and PDF files distributed by EUCAST and CLSI.
2020-08-21 11:40:13 +02:00
}
2022-08-21 16:37:20 +02:00
\examples{
2023-01-21 23:47:20 +01:00
clinical_breakpoints
2019-05-10 16:44:59 +02:00
}
\seealso{
\link{intrinsic_resistant}
}
2019-05-10 16:44:59 +02:00
\keyword{datasets}