R/data.R

#' Test Counts
#'
#' A sparse matrix of PBMC single-cell gene expression data for function
#' testing.
#'
#' This dataset consists of an abridged sparse matrix originally derived from
#' PBMC single-cell RNA sequencing data.
#' The data was processed and stored in a sparse matrix format.
#'
#' @format A sparse matrix with:
#' \itemize{
#'   \item 32 738 rows representing genes.
#'   \item 500 columns representing single cells.
#'   \item Stored expression values representing nonzero gene expression levels.
#' }
#'
#' @usage data(test_counts)
#' @name test_counts
#' @docType data
#' @source \doi{10.1038/s41591-020-0769-8}
"test_counts"

Try the DamageDetective package in your browser

Any scripts or data that you put into this service are public.

DamageDetective documentation built on April 4, 2025, 2:39 a.m.