tests/testthat/test_dataImport.R

library(DESeq2)

context("DChIPRep data import")

test_that("dataImport_works", {
    directory <- file.path(system.file("extdata", package="DChIPRep"))
    data(exampleSampleTable)
    res <- importData(exampleSampleTable, directory)
    expect_is(res, "DChIPRepResults")
})
b-klaus/DChIPRep documentation built on May 14, 2019, 11:15 a.m.