AMR/man/mo_property.Rd

160 lines
5.8 KiB
Plaintext
Raw Normal View History

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mo_property.R
\name{mo_property}
\alias{mo_property}
\alias{mo_fullname}
2018-09-05 10:51:46 +02:00
\alias{mo_shortname}
2018-09-17 20:53:32 +02:00
\alias{mo_subspecies}
\alias{mo_species}
\alias{mo_genus}
\alias{mo_family}
\alias{mo_order}
\alias{mo_class}
\alias{mo_phylum}
2018-09-24 23:33:29 +02:00
\alias{mo_subkingdom}
2018-10-01 14:44:40 +02:00
\alias{mo_ref}
\alias{mo_type}
2018-09-24 23:33:29 +02:00
\alias{mo_TSN}
\alias{mo_gramstain}
2018-09-17 20:53:32 +02:00
\alias{mo_taxonomy}
\title{Property of a microorganism}
\usage{
2018-10-01 11:39:43 +02:00
mo_fullname(x, language = NULL, ...)
2018-10-01 11:39:43 +02:00
mo_shortname(x, language = NULL, ...)
2018-09-17 20:53:32 +02:00
2018-10-01 11:39:43 +02:00
mo_subspecies(x, language = NULL, ...)
2018-10-01 11:39:43 +02:00
mo_species(x, language = NULL, ...)
2018-10-01 11:39:43 +02:00
mo_genus(x, language = NULL, ...)
2018-10-01 11:39:43 +02:00
mo_family(x, ...)
2018-10-01 11:39:43 +02:00
mo_order(x, ...)
2018-09-17 20:53:32 +02:00
2018-10-01 11:39:43 +02:00
mo_class(x, ...)
2018-09-17 20:53:32 +02:00
2018-10-01 11:39:43 +02:00
mo_phylum(x, ...)
2018-09-05 10:51:46 +02:00
2018-10-01 11:39:43 +02:00
mo_subkingdom(x, ...)
2018-09-24 23:33:29 +02:00
2018-10-01 14:44:40 +02:00
mo_ref(x, ...)
2018-10-01 11:39:43 +02:00
mo_type(x, language = NULL, ...)
2018-10-01 11:39:43 +02:00
mo_TSN(x, ...)
2018-09-17 20:53:32 +02:00
2018-10-01 11:39:43 +02:00
mo_gramstain(x, language = NULL, ...)
mo_property(x, property = "fullname", language = NULL, ...)
mo_taxonomy(x, ...)
}
\arguments{
\item{x}{any (vector of) text that can be coerced to a valid microorganism code with \code{\link{as.mo}}}
2018-09-25 16:44:40 +02:00
\item{language}{language of the returned text, defaults to English (\code{"en"}) and can also be set with \code{\link{getOption}("AMR_locale")}. Either one of \code{"en"} (English), \code{"de"} (German), \code{"nl"} (Dutch), \code{"es"} (Spanish) or \code{"pt"} (Portuguese).}
2018-09-17 20:53:32 +02:00
\item{...}{other parameters passed on to \code{\link{as.mo}}}
2018-10-01 11:39:43 +02:00
2018-09-25 16:44:40 +02:00
\item{property}{one of the column names of one of the \code{\link{microorganisms}} data set or \code{"shortname"}}
}
2018-09-05 12:21:27 +02:00
\value{
A \code{list} (in case of \code{mo_taxonomy}) or a \code{character} otherwise
2018-09-05 12:21:27 +02:00
}
\description{
Use these functions to return a specific property of a microorganism from the \code{\link{microorganisms}} data set. All input values will be evaluated internally with \code{\link{as.mo}}.
}
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
}
\section{Source}{
[1] Becker K \emph{et al.} \strong{Coagulase-Negative Staphylococci}. 2014. Clin Microbiol Rev. 27(4): 870926. \url{https://dx.doi.org/10.1128/CMR.00109-13}
[2] Lancefield RC \strong{A serological differentiation of human and other groups of hemolytic streptococci}. 1933. J Exp Med. 57(4): 57195. \url{https://dx.doi.org/10.1084/jem.57.4.571}
[3] Integrated Taxonomic Information System (ITIS). Retrieved September 2018. \url{http://www.itis.gov}
}
\examples{
2018-10-01 11:39:43 +02:00
# All properties of Escherichia coli
2018-09-24 23:33:29 +02:00
mo_subkingdom("E. coli") # "Negibacteria"
2018-09-17 20:53:32 +02:00
mo_phylum("E. coli") # "Proteobacteria"
mo_class("E. coli") # "Gammaproteobacteria"
mo_order("E. coli") # "Enterobacteriales"
mo_family("E. coli") # "Enterobacteriaceae"
mo_genus("E. coli") # "Escherichia"
mo_species("E. coli") # "coli"
mo_subspecies("E. coli") # NA
mo_fullname("E. coli") # "Escherichia coli"
2018-09-05 10:51:46 +02:00
mo_shortname("E. coli") # "E. coli"
2018-09-24 23:33:29 +02:00
mo_gramstain("E. coli") # "Gram negative"
mo_TSN("E. coli") # 285
mo_type("E. coli") # "Bacteria"
2018-10-01 14:44:40 +02:00
mo_ref("E. coli") # "Castellani and Chalmers, 1919"
# Abbreviations known in the field
mo_genus("MRSA") # "Staphylococcus"
mo_species("MRSA") # "aureus"
2018-09-05 10:51:46 +02:00
mo_shortname("MRSA") # "S. aureus"
2018-09-24 23:33:29 +02:00
mo_gramstain("MRSA") # "Gram positive"
mo_genus("VISA") # "Staphylococcus"
mo_species("VISA") # "aureus"
# Known subspecies
mo_genus("doylei") # "Campylobacter"
mo_species("doylei") # "jejuni"
2018-09-24 23:33:29 +02:00
mo_fullname("doylei") # "Campylobacter jejuni doylei"
2018-09-24 23:33:29 +02:00
mo_fullname("K. pneu rh") # "Klebsiella pneumoniae rhinoscleromatis"
2018-09-05 10:51:46 +02:00
mo_shortname("K. pneu rh") # "K. pneumoniae"
# Becker classification, see ?as.mo
2018-09-05 12:21:27 +02:00
mo_fullname("S. epi") # "Staphylococcus epidermidis"
mo_fullname("S. epi", Becker = TRUE) # "Coagulase Negative Staphylococcus (CoNS)"
mo_shortname("S. epi") # "S. epidermidis"
mo_shortname("S. epi", Becker = TRUE) # "CoNS"
# Lancefield classification, see ?as.mo
2018-09-05 12:21:27 +02:00
mo_fullname("S. pyo") # "Streptococcus pyogenes"
mo_fullname("S. pyo", Lancefield = TRUE) # "Streptococcus group A"
mo_shortname("S. pyo") # "S. pyogenes"
mo_shortname("S. pyo", Lancefield = TRUE) # "GAS"
# Language support for German, Dutch, Spanish and Portuguese
mo_type("E. coli", language = "de") # "Bakterium"
mo_type("E. coli", language = "nl") # "Bacterie"
mo_type("E. coli", language = "es") # "Bakteria"
2018-09-24 23:33:29 +02:00
mo_gramstain("E. coli", language = "de") # "Gramnegativ"
mo_gramstain("E. coli", language = "nl") # "Gram-negatief"
mo_gramstain("E. coli", language = "es") # "Gram negativo"
2018-09-09 12:11:44 +02:00
mo_fullname("S. pyogenes",
Lancefield = TRUE,
language = "de") # "Streptococcus Gruppe A"
2018-09-09 12:11:44 +02:00
mo_fullname("S. pyogenes",
Lancefield = TRUE,
language = "nl") # "Streptococcus groep A"
2018-09-17 20:53:32 +02:00
2018-09-24 23:33:29 +02:00
# Complete taxonomy up to Subkingdom, returns a list
2018-09-17 20:53:32 +02:00
mo_taxonomy("E. coli")
}
\seealso{
\code{\link{microorganisms}}
}