test_TCGA_getData <- function(){
EpiMixResults <- TCGA_GetData(CancerSite = "OV",
mode = "Regular",
roadmap.epigenome.ids = "E097", # only required for running the enhancer mode
outputDirectory = tempdir(),
cores = 10)
RUnit::checkEquals(nrow(EpiMixResults$FunctionalPairs), 789)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.