tests/testthat/test_Testing.R

context("DChIPRep testing test")

test_that("runTesting_works", {
  data(testData)
  dcr <- DChIPRepResults(testData)
  dcr <- runTesting(dcr)
  expect_is(resultsDChIPRep(dcr), "data.frame")
  expect_is(FDRresults(dcr),"list")
})

Try the DChIPRep package in your browser

Any scripts or data that you put into this service are public.

DChIPRep documentation built on April 29, 2020, 4:26 a.m.