R/data.R

#' A toy gene expression matrix
#'
#' A gene expression matrix simulating expression profiles of 20 samples. It should
#'   be used only for testing purpose.
#' @format A random normal data matrix with 20000 genes as rows and 20 samples as columns.
#' @examples
#' class(test_expr)
#' dim(test_expr)
#' check_sig(test_expr)
#' @docType data
#' @keywords datasets
"test_expr"

Try the hacksig package in your browser

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

hacksig documentation built on March 18, 2022, 6:44 p.m.