AMR/man/catalogue_of_life_version.Rd

39 lines
1.7 KiB
Plaintext
Raw Normal View History

2019-02-20 00:04:48 +01:00
% Generated by roxygen2: do not edit by hand
2019-02-26 12:33:26 +01:00
% Please edit documentation in R/catalogue_of_life.R
2019-02-20 00:04:48 +01:00
\name{catalogue_of_life_version}
\alias{catalogue_of_life_version}
\title{Version info of included Catalogue of Life}
\usage{
catalogue_of_life_version()
}
2019-03-18 14:29:41 +01:00
\value{
a \code{\link{list}}, which prints in pretty format
2019-03-18 14:29:41 +01:00
}
2019-02-20 00:04:48 +01:00
\description{
2019-06-11 14:18:25 +02:00
This function returns information about the included data from the Catalogue of Life.
2019-02-20 00:04:48 +01:00
}
2019-02-27 11:36:12 +01:00
\details{
For DSMZ, see \link{microorganisms}.
2019-02-27 11:36:12 +01:00
}
2019-02-20 00:04:48 +01:00
\section{Catalogue of Life}{
2019-02-28 13:56:28 +01:00
\if{html}{\figure{logo_col.png}{options: height=40px style=margin-bottom:5px} \cr}
2019-08-13 16:15:08 +02:00
This package contains the complete taxonomic tree of almost all microorganisms (~70,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.
2019-02-20 00:04:48 +01:00
\link[=catalogue_of_life]{Click here} for more information about the included taxa. Check which version of the Catalogue of Life was included in this package with \code{\link[=catalogue_of_life_version]{catalogue_of_life_version()}}.
2019-02-20 00:04:48 +01:00
}
2019-02-21 18:55:52 +01:00
\section{Read more on our website!}{
2020-02-17 14:38:01 +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-02-21 18:55:52 +01:00
}
2019-02-26 12:33:26 +01:00
\examples{
library(dplyr)
microorganisms \%>\% freq(kingdom)
microorganisms \%>\% group_by(kingdom) \%>\% freq(phylum, nmax = NULL)
}
2019-02-20 00:04:48 +01:00
\seealso{
\link{microorganisms}
2019-02-20 00:04:48 +01:00
}