R/hostTaxonomy.R

#' Cached version of host taxonomy (see vignette for code to build from scratch)
#'
#' 
#' @description Host taxonomic cached data from NCBI (see vignette for code to re-make)
#'
#' \itemize{
#'   \item HostSpecies original host name from EDWIP
#'   \item HostTaxID NCBI taxonomic ID
#'   \item HostGenus host genus
#'   \item HostFamily host family
#'   \item HostOrder host order
#'   \item HostClass  host class
#'  }
#'
#' @docType data
#' @keywords datasets
#' @name hostTaxonomy
#' @usage data(hostTaxonomy)
#' @format A data.frame 

"hostTaxonomy"

Try the insectDisease package in your browser

Any scripts or data that you put into this service are public.

insectDisease documentation built on Jan. 7, 2023, 1:26 a.m.