R/methylation_matrix.R

#' Matrix with simulated beta values for CpG islands
#' for testing purposes
#'
#' The matrix contains 20 rows (CpG islands) and 20 columns
#' (20 samples). The beta values are uniformly distributed
#' between 0 and 0.1 for all samples and CpG islands. 
#' Sample #1 values for (CpG_4 - CpG_16) are >> 0.1
#'
#' @usage data("methylation_matrix")
#' @return A matrix object.
#' @examples
#' data("methylation_matrix")
#' dim(methylation_matrix)
#'
"methylation_matrix"
yocra3/epimutacions documentation built on Jan. 1, 2021, 1:46 p.m.