#' Single-Cell RNASeq from PBMC data
#'
#' Human peripheral blood mononuclear cells sequenced using the 10x Chromium platform.
#' This dataset has been subset to 1,000 samples and contains 58,828 genes. Genes are in rows
#' and samples are in columns. Genes are labeled with HGNC names.
#'
#' @docType data
#'
#' @usage data(pbmc.raw)
#'
#' @format A matrix.
#'
#' @source "[insert citation]"
#'
#' @examples
#' data(pbmc.raw)
#' \donttest{dim(pbmc.raw)}
"pbmc.raw"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.