#'
#' a purified gene expression data set to sample correlation strcuture from
#' @name puri_data
#' @docType data
#' @usage data(puri_data)
#' @keywords datasets
#' @format A matrix of 2000 rows (genes) and 256 columns (cells), where each entry is
#' the log transformed normalized gene expression.
#' @source \url{https://www.eurekalert.org/pub_releases/2017-11/sfn-nwa111417.php}
#' @examples
#' data(puri_data)
"puri_data"
#' a pool of gene lengths to sample from
#' @name gene_len_pool
#' @docType data
#' @usage data(gene_len_pool)
#' @format a vector.
#' @keywords datasets
#' @examples
#' data(gene_len_pool)
"gene_len_pool"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.