R/salsa-data.R

#' 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"
jmw86069/salsa documentation built on May 21, 2019, 10:31 a.m.