AMR/man/microorganisms.Rd

59 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}
2019-02-18 02:33:37 +01:00
\title{Data set with ~60,000 microorganisms}
2019-03-02 22:47:04 +01:00
\format{A \code{\link{data.frame}} with 59,985 observations and 15 variables:
2018-02-21 11:52:31 +01:00
\describe{
2019-02-20 00:04:48 +01:00
\item{\code{mo}}{ID of microorganism as used by this package}
2019-02-18 02:33:37 +01:00
\item{\code{col_id}}{Catalogue of Life ID}
2018-09-24 23:33:29 +02:00
\item{\code{fullname}}{Full name, like \code{"Echerichia coli"}}
2019-02-20 00:04:48 +01:00
\item{\code{kingdom}}{Taxonomic kingdom of the microorganism}
\item{\code{phylum}}{Taxonomic phylum of the microorganism}
\item{\code{class}}{Taxonomic class of the microorganism}
\item{\code{order}}{Taxonomic order of the microorganism}
\item{\code{family}}{Taxonomic family of the microorganism}
\item{\code{genus}}{Taxonomic genus of the microorganism}
\item{\code{species}}{Taxonomic species of the microorganism}
\item{\code{subspecies}}{Taxonomic subspecies of the microorganism}
\item{\code{rank}}{Taxonomic rank of the microorganism, like \code{"species"} or \code{"genus"}}
\item{\code{ref}}{Author(s) and year of concerning scientific publication}
\item{\code{species_id}}{ID of the species as used by the Catalogue of Life}
2019-03-02 22:47:04 +01:00
\item{\code{prevalence}}{Prevalence of the microorganism, see \code{?as.mo}}
2018-02-21 11:52:31 +01:00
}}
2018-09-17 20:53:32 +02:00
\source{
2019-02-20 00:04:48 +01:00
Catalogue of Life: Annual Checklist (public online database), \url{www.catalogueoflife.org}.
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{
2019-02-18 02:33:37 +01:00
A data set containing the microbial taxonomy of six kingdoms from the Catalogue of Life. MO codes can be looked up using \code{\link{as.mo}}.
2018-02-21 11:52:31 +01:00
}
2019-02-08 16:06:54 +01:00
\details{
Manually added were:
\itemize{
2019-02-18 02:33:37 +01:00
\item{9 species of \emph{Streptococcus} (beta haemolytic groups A, B, C, D, F, G, H, K and unspecified)}
\item{2 species of \emph{Staphylococcus} (coagulase-negative [CoNS] and coagulase-positive [CoPS])}
2019-02-08 16:06:54 +01:00
\item{2 other undefined (unknown Gram negatives and unknown Gram positives)}
}
}
2019-02-20 00:04:48 +01:00
\section{Catalogue of Life}{
2018-09-24 23:33:29 +02:00
2019-02-28 13:56:28 +01:00
\if{html}{\figure{logo_col.png}{options: height=40px style=margin-bottom:5px} \cr}
This package contains the complete taxonomic tree of almost all microorganisms (~60,000 species) from the authoritative and comprehensive Catalogue of Life (\url{http://www.catalogueoflife.org}). The Catalogue of Life is the most comprehensive and authoritative global index of species currently available.
2018-10-01 11:39:43 +02:00
2019-02-28 13:56:28 +01:00
\link[=catalogue_of_life]{Click here} for more information about the included taxa. The Catalogue of Life releases updates annually; check which version was included in this package with \code{\link{catalogue_of_life_version}()}.
2018-09-24 23:33:29 +02:00
}
2019-01-02 23:24:07 +01:00
\section{Read more on our website!}{
2019-01-29 20:20:09 +01:00
On our website \url{https://msberends.gitlab.io/AMR} you can find \href{https://msberends.gitlab.io/AMR/articles/AMR.html}{a comprehensive tutorial} about how to conduct AMR analysis, the \href{https://msberends.gitlab.io/AMR/reference}{complete documentation of all functions} (which reads a lot easier than here in R) and \href{https://msberends.gitlab.io/AMR/articles/WHONET.html}{an example analysis using WHONET data}.
2019-01-02 23:24:07 +01:00
}
2018-02-21 11:52:31 +01:00
\seealso{
2019-02-20 00:04:48 +01:00
\code{\link{as.mo}}, \code{\link{mo_property}}, \code{\link{microorganisms.codes}}
2018-02-21 11:52:31 +01:00
}
\keyword{datasets}