mirror of
https://github.com/msberends/AMR.git
synced 2025-04-22 23:03:54 +02:00
42 lines
2.0 KiB
R
42 lines
2.0 KiB
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/data.R
|
|
\docType{data}
|
|
\name{intrinsic_resistant}
|
|
\alias{intrinsic_resistant}
|
|
\title{Data Set Denoting Bacterial Intrinsic Resistance}
|
|
\format{
|
|
A \link[tibble:tibble]{tibble} with 271 905 observations and 2 variables:
|
|
\itemize{
|
|
\item \code{mo}\cr Microorganism ID which occurs in \code{\link[=microorganisms]{microorganisms$mo}}. Names can be retrieved using \code{\link[=mo_name]{mo_name()}}.
|
|
\item \code{ab}\cr Antimicrobial ID which occurs in \code{\link[=antimicrobials]{antimicrobials$ab}}. Names can be retrieved using \code{\link[=ab_name]{ab_name()}}.
|
|
}
|
|
}
|
|
\usage{
|
|
intrinsic_resistant
|
|
}
|
|
\description{
|
|
Data set containing 'EUCAST Expected Resistant Phenotypes' of \emph{all} bug-drug combinations between the \link{microorganisms} and \link{antimicrobials} data sets.
|
|
}
|
|
\details{
|
|
This data set is currently based on \href{https://www.eucast.org/expert_rules_and_expected_phenotypes}{'EUCAST Expected Resistant Phenotypes' v1.2} (2023).
|
|
|
|
This data set is internally used by:
|
|
\itemize{
|
|
\item \code{\link[=not_intrinsic_resistant]{not_intrinsic_resistant()}} (an \link[=antimicrobial_selectors]{antimicrobial selector})
|
|
\item \code{\link[=mo_is_intrinsic_resistant]{mo_is_intrinsic_resistant()}}
|
|
}
|
|
}
|
|
\section{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 \href{https://amr-for-r.org/articles/datasets.html}{our website for direct download links}, or explore the actual files in \href{https://github.com/msberends/AMR/tree/main/data-raw}{our GitHub repository}.
|
|
}
|
|
|
|
\examples{
|
|
intrinsic_resistant
|
|
}
|
|
\keyword{datasets}
|