AMR/man/microorganisms.Rd

48 lines
3.1 KiB
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}
\alias{microorganisms}
2018-09-24 23:33:29 +02:00
\title{Data set with taxonomic data from ITIS}
2018-10-01 14:44:40 +02:00
\format{A \code{\link{data.frame}} with 18,833 observations and 15 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-09-24 23:33:29 +02:00
\item{\code{tsn}}{Taxonomic Serial Number (TSN), as defined by ITIS}
\item{\code{genus}}{Taxonomic genus of the microorganism as found in ITIS, see Source}
\item{\code{species}}{Taxonomic species of the microorganism as found in ITIS, see Source}
\item{\code{subspecies}}{Taxonomic subspecies of the microorganism as found in ITIS, see Source}
\item{\code{fullname}}{Full name, like \code{"Echerichia coli"}}
2018-09-17 20:53:32 +02:00
\item{\code{family}}{Taxonomic family of the microorganism as found in ITIS, see Source}
\item{\code{order}}{Taxonomic order of the microorganism as found in ITIS, see Source}
\item{\code{class}}{Taxonomic class of the microorganism as found in ITIS, see Source}
\item{\code{phylum}}{Taxonomic phylum of the microorganism as found in ITIS, see Source}
2018-09-24 23:33:29 +02:00
\item{\code{subkingdom}}{Taxonomic subkingdom of the microorganism as found in ITIS, see Source}
\item{\code{gramstain}}{Gram of microorganism, like \code{"Gram negative"}}
\item{\code{type}}{Type of microorganism, like \code{"Bacteria"} and \code{"Fungi"}}
2018-10-31 12:10:49 +01:00
\item{\code{prevalence}}{An integer based on estimated prevalence of the microorganism in humans. Used internally by \code{\link{as.mo}}, otherwise quite meaningless. It has a value of 25 for manually added items and a value of 1000 for all unprevalent microorganisms whose genus was somewhere in the top 250 (with another species).}
2018-10-01 14:44:40 +02:00
\item{\code{ref}}{Author(s) and year of concerning publication as found in ITIS, see Source}
2018-02-21 11:52:31 +01:00
}}
2018-09-17 20:53:32 +02:00
\source{
2018-09-24 23:33:29 +02:00
[3] Integrated Taxonomic Information System (ITIS) on-line database, \url{https://www.itis.gov}.
2018-09-17 20:53:32 +02:00
}
2018-02-21 11:52:31 +01:00
\usage{
microorganisms
2018-02-21 11:52:31 +01:00
}
\description{
2018-09-24 23:33:29 +02:00
A data set containing the complete microbial taxonomy of the kingdoms Bacteria, Fungi and Protozoa. MO codes can be looked up using \code{\link{as.mo}}.
2018-02-21 11:52:31 +01:00
}
2018-09-24 23:33:29 +02:00
\section{ITIS}{
\if{html}{\figure{itis_logo.jpg}{options: height=60px style=margin-bottom:5px} \cr}
2018-10-01 11:39:43 +02:00
This package contains the \strong{complete microbial taxonomic data} (with all seven taxonomic ranks - from subkingdom to subspecies) from the publicly available Integrated Taxonomic Information System (ITIS, \url{https://www.itis.gov}).
2018-10-31 12:10:49 +01:00
All (sub)species from the \strong{taxonomic kingdoms Bacteria, Fungi and Protozoa are included in this package}, as well as all previously accepted names known to ITIS. Furthermore, the responsible authors and year of publication are available. This \strong{allows users to use authoritative taxonomic information} for their data analysis on any microorganism, not only human pathogens. It also helps to \strong{quickly determine the Gram stain of bacteria}, since all bacteria are classified into subkingdom Negibacteria or Posibacteria.
2018-10-01 11:39:43 +02:00
ITIS is a partnership of U.S., Canadian, and Mexican agencies and taxonomic specialists [3].
2018-09-24 23:33:29 +02:00
}
2018-02-21 11:52:31 +01:00
\seealso{
2018-09-24 23:33:29 +02:00
\code{\link{as.mo}} \code{\link{mo_property}} \code{\link{microorganisms.umcg}}
2018-02-21 11:52:31 +01:00
}
\keyword{datasets}