R/chromer-package.R

#' Chromer: Programmatic access to Chromosome Counts Database
#'
#' This package is a R based interface to the Chromosome Counts Database (CCDB). Currently, this consists of just one function \code{\link{chrom_counts}}, which queries the database using the taxa supplied. The function \code{\link{summarize_counts}} cleans and processes the data.
#'
#' @references Rice, A., L. Glick, S. Abadi, M. Einhorn, N.M. Kopelman, A. Salman-Minkov, J. Mayzel, O. Chay, and I. Mayrose. 2014. The Chromosome Counts Database (CCDB) -- a community resource of plant chromosome numbers. New Phytologist doi:10.1111/nph.13191.
#'
#' @docType package
#' @keywords internal
#' @importFrom stats na.omit
#'
"_PACKAGE"

Try the chromer package in your browser

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

chromer documentation built on Sept. 21, 2023, 5:06 p.m.