#' Retrieve dna methylation test dataset
#'
#' This dataset is a minimal subset of CpGs from the
#' Tsaprouni et al. 2014 data available at the
#' Gene Expression Omnibus (GEO), accession number GSE50660:
#' https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE50660
#'
#' @export
dnamalci.load.test.data <- function(){
path <- system.file("gse50660", package="dnamalci")
as.matrix(read.csv(file.path(path, "gse50660.csv"),
row.names = 1, stringsAsFactors=F))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.