R/data.R

#' Testdat
#' @name Testdat
#' @title Test data for EpiXprS functionality including missing data and beta-values
#' @docType data
#' @description
#' Test data for EpiXprS from TCGA-BRCA dataset containing the genes A1BG and 
#' A1CF, as well as the CpG sites within 1MB of their transcription start sites
#' and stop sites. 
#' @keywords data
#' 
#' @examples
#' data('Testdat', package = 'EpiXprS')
"Testdat"

#' ProcTest
#' @name ProcTest
#' @title Test data for EpiXprS functionality that has been pre-processed
#' @docType data
#' @description
#' Test data for EpiXprS from TCGA-BRCA dataset containing the genes A1BG and 
#' A1CF, as well as the CpG sites within 1MB of their transcription start sites
#' and stop sites. 
#' @keywords data
#' 
#' @examples 
#' data('ProcTest', package = 'EpiXprS')
"ProcTest"
iloveless1/EpiXprS documentation built on Dec. 20, 2021, 6:56 p.m.