mirror of https://github.com/msberends/AMR.git
30 lines
1.2 KiB
R
Executable File
30 lines
1.2 KiB
R
Executable File
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/data.R
|
|
\docType{data}
|
|
\name{microorganisms}
|
|
\alias{microorganisms}
|
|
\title{Data set with human pathogenic microorganisms}
|
|
\format{A \code{\link{tibble}} with 2,669 observations and 10 variables:
|
|
\describe{
|
|
\item{\code{mo}}{ID of microorganism}
|
|
\item{\code{bactsys}}{Bactsyscode of microorganism}
|
|
\item{\code{family}}{Family name of microorganism}
|
|
\item{\code{genus}}{Genus name of microorganism, like \code{"Echerichia"}}
|
|
\item{\code{species}}{Species name of microorganism, like \code{"coli"}}
|
|
\item{\code{subspecies}}{Subspecies name of bio-/serovar of microorganism, like \code{"EHEC"}}
|
|
\item{\code{fullname}}{Full name, like \code{"Echerichia coli (EHEC)"}}
|
|
\item{\code{aerobic}}{Logical whether bacteria is aerobic}
|
|
\item{\code{type}}{Type of microorganism, like \code{"Bacteria"} and \code{"Fungus/yeast"}}
|
|
\item{\code{gramstain}}{Gram of microorganism, like \code{"Negative rods"}}
|
|
}}
|
|
\usage{
|
|
microorganisms
|
|
}
|
|
\description{
|
|
A data set containing 2,669 (potential) human pathogenic microorganisms. MO codes can be looked up using \code{\link{guess_mo}}.
|
|
}
|
|
\seealso{
|
|
\code{\link{guess_mo}} \code{\link{antibiotics}} \code{\link{microorganisms.umcg}}
|
|
}
|
|
\keyword{datasets}
|