Nothing
context("test-extractBoundaries")
test_that("Whether extractBoundaries gives us the same output", {
data("arrowhead_gm12878_5kb")
bounds.GR <- extractBoundaries(domains.mat=arrowhead_gm12878_5kb,
preprocess=FALSE,
CHR=paste0("CHR",c(1:8,10:22)),
resolution=5000)
expect_equal(length(bounds.GR), 15468)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.