mirror of
https://github.com/msberends/AMR.git
synced 2025-04-22 13:23:50 +02:00
41 lines
1.9 KiB
R
41 lines
1.9 KiB
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/data.R
|
|
\docType{data}
|
|
\name{microorganisms.groups}
|
|
\alias{microorganisms.groups}
|
|
\title{Data Set with 534 Microorganisms In Species Groups}
|
|
\format{
|
|
A \link[tibble:tibble]{tibble} with 534 observations and 4 variables:
|
|
\itemize{
|
|
\item \code{mo_group}\cr ID of the species group / microbiological complex
|
|
\item \code{mo}\cr ID of the microorganism belonging in the species group / microbiological complex
|
|
\item \code{mo_group_name}\cr Name of the species group / microbiological complex, as retrieved with \code{\link[=mo_name]{mo_name()}}
|
|
\item \code{mo_name}\cr Name of the microorganism belonging in the species group / microbiological complex, as retrieved with \code{\link[=mo_name]{mo_name()}}
|
|
}
|
|
}
|
|
\usage{
|
|
microorganisms.groups
|
|
}
|
|
\description{
|
|
A data set containing species groups and microbiological complexes, which are used in \link[=clinical_breakpoints]{the clinical breakpoints table}.
|
|
}
|
|
\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{
|
|
microorganisms.groups
|
|
|
|
# these are all species in the Bacteroides fragilis group, as per WHONET:
|
|
microorganisms.groups[microorganisms.groups$mo_group == "B_BCTRD_FRGL-C", ]
|
|
}
|
|
\seealso{
|
|
\code{\link[=as.mo]{as.mo()}} \link{microorganisms}
|
|
}
|
|
\keyword{datasets}
|