mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 07:26:13 +01:00
dr. M.S. (Matthijs) Berends
502a44eb25
- Renamed `ablist` to `antibiotics` - Added support for character vector in join functions - Altered `%like%` to make it case insensitive
35 lines
1.5 KiB
R
35 lines
1.5 KiB
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/data.R
|
|
\docType{data}
|
|
\name{bactlist}
|
|
\alias{bactlist}
|
|
\title{Dataset with ~2500 microorganisms}
|
|
\format{A data.frame with 2507 observations and 12 variables:
|
|
\describe{
|
|
\item{\code{bactid}}{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{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"}}
|
|
}}
|
|
\source{
|
|
MOLIS (LIS of Certe) - \url{https://www.certe.nl}
|
|
}
|
|
\usage{
|
|
bactlist
|
|
}
|
|
\description{
|
|
A dataset containing all microorganisms of MOLIS. MO codes of the UMCG can be looked up using \code{\link{bactlist.umcg}}.
|
|
}
|
|
\seealso{
|
|
\code{\link{guess_bactid}} \code{\link{antibiotics}} \code{\link{bactlist.umcg}}
|
|
}
|
|
\keyword{datasets}
|