library(ChIPseeker)
context("bed file")
test_that("parse bed file", {
files <- getSampleFiles()
for (i in seq_along(files)) {
expect_true(is(readPeakFile(files[[i]]), "GRanges"))
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.