# Package-level documentation and package-level imports
#' cytobox: A toolbox for analyzing single cell RNA-seq data
#'
#' Functions for processing, interrogating, and
#' visualizing single cell RNA-seq data.
#'
#' @docType package
#' @name cytobox
"_PACKAGE"
#' @importFrom magrittr %>%
NULL
#' @importClassesFrom Seurat seurat
NULL
#' pbmc
#'
#' @inherit Seurat::pbmc_small
"pbmc"
#' @import ggplot2
NULL
#' @importFrom ggplot2 theme
NULL
#' @importFrom glue glue
NULL
#' @importFrom viridis viridis
NULL
#' @import dplyr
NULL
#' @importFrom rlang :=
NULL
#' @importFrom stats median cor
NULL
#' @importFrom cowplot plot_grid
NULL
#' @importFrom utils head
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.