mirror of https://github.com/msberends/AMR.git
22 lines
850 B
R
Executable File
22 lines
850 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 with ~1100 microorganisms}
|
|
\format{A data.frame with 1090 observations and 2 variables:
|
|
\describe{
|
|
\item{\code{mocode}}{Code of microorganism according to UMCG MMB}
|
|
\item{\code{bactid}}{Code of microorganism in \code{\link{microorganisms}}}
|
|
}}
|
|
\usage{
|
|
microorganisms.umcg
|
|
}
|
|
\description{
|
|
A dataset containing all bacteria codes of UMCG MMB. These codes can be joined to data with an ID from \code{\link{microorganisms}$bactid} (using \code{\link{left_join_microorganisms}}). GLIMS codes can also be translated to valid \code{bactid}'s with \code{\link{guess_bactid}}.
|
|
}
|
|
\seealso{
|
|
\code{\link{guess_bactid}} \code{\link{microorganisms}}
|
|
}
|
|
\keyword{datasets}
|