#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.