R/cloneRate-package.R

#' The 'cloneRate' package.
#'
#' @description Quickly estimate the net growth rate of a population or clone whose growth can be approximated by a birth-death branching process.
#'
#' @docType package
#' @name cloneRate-package
#' @aliases cloneRate
#' @useDynLib cloneRate, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @import rstantools
#' @importFrom rstan sampling
#'
#' @references Johnson et al. 2023 Bioinformatics. <doi:10.1093/bioinformatics/btad561>
#'
NULL

Try the cloneRate package in your browser

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

cloneRate documentation built on Sept. 22, 2023, 5:09 p.m.