1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 08:32:04 +02:00

(v0.7.1.9033) 5000 new fungi

This commit is contained in:
2019-08-09 23:22:10 +02:00
parent 6a349bf757
commit 6598c5615d
31 changed files with 136 additions and 109 deletions

View File

@ -51,11 +51,11 @@
#' @seealso \code{\link{microorganisms}}
"antibiotics"
#' Data set with ~65,000 microorganisms
#' Data set with ~70,000 microorganisms
#'
#' 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}}.
#' @inheritSection catalogue_of_life Catalogue of Life
#' @format A \code{\link{data.frame}} with 68,260 observations and 16 variables:
#' @format A \code{\link{data.frame}} with 69,854 observations and 16 variables:
#' \describe{
#' \item{\code{mo}}{ID of microorganism as used by this package}
#' \item{\code{col_id}}{Catalogue of Life ID}
@ -98,7 +98,7 @@ catalogue_of_life <- list(
#'
#' A data set containing old (previously valid or accepted) taxonomic names according to the Catalogue of Life. This data set is used internally by \code{\link{as.mo}}.
#' @inheritSection catalogue_of_life Catalogue of Life
#' @format A \code{\link{data.frame}} with 21,743 observations and 4 variables:
#' @format A \code{\link{data.frame}} with 22,932 observations and 4 variables:
#' \describe{
#' \item{\code{col_id}}{Catalogue of Life ID that was originally given}
#' \item{\code{col_id_new}}{New Catalogue of Life ID that responds to an entry in the \code{\link{microorganisms}} data set}