context("reviseEachJunction")
## this is not a regression
test_that("reviseEachJunction2", {
path <- system.file("extdata", package = "svbams")
sv <- readRDS(file.path(path, "reviseEachJunction.ca5194d.rds"))
param <- DeletionParam()
sv2 <- hemizygousBorders(sv, param)
expect_identical(colnames(mcols(variant(sv2))),
colnames(mcols(variant(sv))))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.