mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 14:01:55 +02:00
(v0.7.1.9033) 5000 new fungi
This commit is contained in:
@ -18,10 +18,10 @@ This package contains the complete taxonomic tree of almost all microorganisms (
|
||||
|
||||
Included are:
|
||||
\itemize{
|
||||
\item{All ~55,000 (sub)species from the kingdoms of Archaea, Bacteria and Protozoa}
|
||||
\item{All ~3,500 (sub)species from these orders of the kingdom of Fungi: Eurotiales, Onygenales, Pneumocystales, Saccharomycetales, Schizosaccharomycetales and Tremellales. The kingdom of Fungi is a very large taxon with almost 300,000 different (sub)species, of which most are not microbial (but rather macroscopic, like mushrooms). Because of this, not all fungi fit the scope of this package and including everything would tremendously slow down our algorithms too. By only including the aforementioned taxonomic orders, the most relevant fungi are covered (like all species of \emph{Aspergillus}, \emph{Candida}, \emph{Cryptococcus}, \emph{Histplasma}, \emph{Pneumocystis}, \emph{Saccharomyces} and \emph{Trichophyton}).}
|
||||
\item{All ~2,000 (sub)species from ~100 other relevant genera, from the kingdoms of Animalia and Plantae (like \emph{Strongyloides} and \emph{Taenia})}
|
||||
\item{All ~21,000 previously accepted names of included (sub)species that have been taxonomically renamed}
|
||||
\item{All ~61,000 (sub)species from the kingdoms of Archaea, Bacteria, Chromista and Protozoa}
|
||||
\item{All ~8,500 (sub)species from these orders of the kingdom of Fungi: Eurotiales, Microascales, Mucorales, Onygenales, Pneumocystales, Saccharomycetales, Schizosaccharomycetales and Tremellales. The kingdom of Fungi is a very large taxon with almost 300,000 different (sub)species, of which most are not microbial (but rather macroscopic, like mushrooms). Because of this, not all fungi fit the scope of this package and including everything would tremendously slow down our algorithms too. By only including the aforementioned taxonomic orders, the most relevant fungi are covered (like all species of \emph{Aspergillus}, \emph{Candida}, \emph{Cryptococcus}, \emph{Histplasma}, \emph{Pneumocystis}, \emph{Saccharomyces} and \emph{Trichophyton}).}
|
||||
\item{All ~150 (sub)species from ~100 other relevant genera from the kingdom of Animalia (like \emph{Strongyloides} and \emph{Taenia})}
|
||||
\item{All ~23,000 previously accepted names of all included (sub)species (these were taxonomically renamed)}
|
||||
\item{The complete taxonomic tree of all included (sub)species: from kingdom to subspecies}
|
||||
\item{The responsible author(s) and year of scientific publication}
|
||||
}
|
||||
|
@ -17,7 +17,8 @@ ggplot_rsi(data, position = NULL, x = "antibiotic",
|
||||
colours = c(S = "#61a8ff", SI = "#61a8ff", I = "#61f7ff", IR =
|
||||
"#ff6961", R = "#ff6961"), datalabels = TRUE, datalabels.size = 2.5,
|
||||
datalabels.colour = "gray15", title = NULL, subtitle = NULL,
|
||||
caption = NULL, x.title = NULL, y.title = NULL, ...)
|
||||
caption = NULL, x.title = "Antimicrobial", y.title = "Proportion",
|
||||
...)
|
||||
|
||||
geom_rsi(position = NULL, x = c("antibiotic", "interpretation"),
|
||||
fill = "interpretation", translate_ab = "name",
|
||||
|
@ -3,8 +3,8 @@
|
||||
\docType{data}
|
||||
\name{microorganisms}
|
||||
\alias{microorganisms}
|
||||
\title{Data set with ~65,000 microorganisms}
|
||||
\format{A \code{\link{data.frame}} with 68,260 observations and 16 variables:
|
||||
\title{Data set with ~70,000 microorganisms}
|
||||
\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}
|
||||
|
@ -4,7 +4,7 @@
|
||||
\name{microorganisms.old}
|
||||
\alias{microorganisms.old}
|
||||
\title{Data set with previously accepted taxonomic names}
|
||||
\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}
|
||||
|
Reference in New Issue
Block a user