R/logo.R

Defines functions logo

Documented in logo

#' A Statistical Framework for Modeling and Identifying Differential Distributions in Single-cell RNA-sequencing Data
#'
#' @export
#' @return ... Reports the logo of the package:scShapes.
#
 <- function() {
  cat("            ____\n")
  cat("          |     |\n")
  cat("____ ____ |____ |____ ____ ____ ____  ____\n")
  cat("[__  |        | |   | ___| |   ||___] [__\n")
  cat("___] |___ ____| |   ||___| |___||___  ___]\n")
  cat("                           |\n")
  cat("                           |\n")
  cat("\n")
}
Malindrie/scShapes documentation built on Nov. 21, 2022, 8:58 a.m.