tests/testthat/test-bed.R

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"))
    }
})
GuangchuangYu/ChIPseeker documentation built on Feb. 9, 2024, 2:06 a.m.