AMR/man/microorganisms.umcg.Rd

22 lines
843 B
Plaintext
Raw Normal View History

2018-02-21 11:52:31 +01:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{microorganisms.umcg}
\alias{microorganisms.umcg}
2018-09-17 20:53:32 +02:00
\title{Translation table for UMCG}
2018-10-31 12:10:49 +01:00
\format{A \code{\link{data.frame}} with 1,095 observations and 2 variables:
2018-02-21 11:52:31 +01:00
\describe{
2018-08-31 13:36:19 +02:00
\item{\code{umcg}}{Code of microorganism according to UMCG MMB}
\item{\code{certe}}{Code of microorganism according to Certe MMB}
2018-02-21 11:52:31 +01:00
}}
\usage{
microorganisms.umcg
2018-02-21 11:52:31 +01:00
}
\description{
2018-09-01 21:19:46 +02:00
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}}.
2018-02-21 11:52:31 +01:00
}
\seealso{
\code{\link{as.mo}} \code{\link{microorganisms.certe}} \code{\link{microorganisms}}
2018-02-21 11:52:31 +01:00
}
\keyword{datasets}