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}
|
2018-03-23 14:46:02 +01:00
|
|
|
\name{microorganisms}
|
|
|
|
\alias{microorganisms}
|
2018-08-28 13:51:13 +02:00
|
|
|
\title{Dataset with ~2650 microorganisms}
|
|
|
|
\format{A data.frame with 2,646 observations and 12 variables:
|
2018-02-21 11:52:31 +01:00
|
|
|
\describe{
|
2018-08-31 13:36:19 +02:00
|
|
|
\item{\code{mo}}{ID of microorganism}
|
2018-02-21 11:52:31 +01:00
|
|
|
\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)"}}
|
2018-03-19 12:43:22 +01:00
|
|
|
\item{\code{type}}{Type of microorganism, like \code{"Bacteria"} and \code{"Fungus/yeast"}}
|
|
|
|
\item{\code{gramstain}}{Gram of microorganism, like \code{"Negative rods"}}
|
|
|
|
\item{\code{aerobic}}{Logical whether bacteria is aerobic}
|
|
|
|
\item{\code{type_nl}}{Type of microorganism in Dutch, like \code{"Bacterie"} and \code{"Schimmel/gist"}}
|
|
|
|
\item{\code{gramstain_nl}}{Gram of microorganism in Dutch, like \code{"Negatieve staven"}}
|
2018-02-21 11:52:31 +01:00
|
|
|
}}
|
|
|
|
\usage{
|
2018-03-23 14:46:02 +01:00
|
|
|
microorganisms
|
2018-02-21 11:52:31 +01:00
|
|
|
}
|
|
|
|
\description{
|
2018-08-28 13:51:13 +02:00
|
|
|
A dataset containing 2,646 microorganisms. MO codes of the UMCG can be looked up using \code{\link{microorganisms.umcg}}.
|
2018-02-21 11:52:31 +01:00
|
|
|
}
|
|
|
|
\seealso{
|
2018-08-31 13:36:19 +02:00
|
|
|
\code{\link{guess_mo}} \code{\link{antibiotics}} \code{\link{microorganisms.umcg}}
|
2018-02-21 11:52:31 +01:00
|
|
|
}
|
|
|
|
\keyword{datasets}
|