#' Bayesian model selection for scRNA-seq count data
#'
#' @export
#' @return ... Reports the version of the package:scRATE.
#
version <- function() {
cat("____ ____ ____ ____ ___ ____\n")
cat("[__ | |__/ |__| | |___\n")
cat("___] |___ | \\ | | | |___\n")
cat(" Ver:0.1.2\n")
cat("\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.