library(testthat)
library(ChIPAnalyzer)
#this test requires the full methylation dataset which is too big
#to push to github
test_that("The methylation Pie chart pipeline works", {
testOverlap <- ChIPAnalyzer::getMethylOverlap(chipPath = "MAZ_very_small_test.bed",
methylPath = "HcfUMethylData.bed")
expect_equal(typeof(plotMethylPercentage(testOverlap)), "list")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.