mirror of https://github.com/msberends/AMR.git
22 lines
839 B
R
Executable File
22 lines
839 B
R
Executable File
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/data.R
|
|
\docType{data}
|
|
\name{microorganisms.umcg}
|
|
\alias{microorganisms.umcg}
|
|
\title{Translation table for UMCG}
|
|
\format{A \code{\link{tibble}} with 1,095 observations and 2 variables:
|
|
\describe{
|
|
\item{\code{umcg}}{Code of microorganism according to UMCG MMB}
|
|
\item{\code{certe}}{Code of microorganism according to Certe MMB}
|
|
}}
|
|
\usage{
|
|
microorganisms.umcg
|
|
}
|
|
\description{
|
|
A data set containing all bacteria codes of UMCG MMB. These codes can be joined to data with an ID from \code{\link{microorganisms}$mo} (using \code{\link{left_join_microorganisms}}). GLIMS codes can also be translated to valid \code{MO}s with \code{\link{guess_mo}}.
|
|
}
|
|
\seealso{
|
|
\code{\link{as.mo}} \code{\link{microorganisms.certe}} \code{\link{microorganisms}}
|
|
}
|
|
\keyword{datasets}
|