data("stackepi")
data("stackepi_gr")
test_that("Convert as expected", {
expect_equal(
stackepi,
GRanges2RSE(stackepi_gr, patterns = c("^window_"), names = c("DNAme"))
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.