#' Sample data scRNA-seq nUMI per Cell
#'
#' Sample data scRNA-seq nUMI per Cell
#'
#' @family SALSA example data
#'
#' @format `data.frame` with two colnames:
#'
#' * `barcode` represents the unique sequence barcode
#' for a given cell.
#' * `count` represents the total number of UMI
#' per cell from the raw data, without filtering.
#'
"oz2_numi_per_cell"
#' Sample data scRNA-seq nUMI per Gene
#'
#' Sample data scRNA-seq nUMI per Gene
#'
#' @family SALSA example data
#'
#' @format `data.frame` with two colnames:
#'
#' * `gene` represents the annotated gene symbol.
#' * `count` represents the total number of UMI
#' per gene from the raw data, without filtering.
#'
"oz2_numi_per_gene"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.