tests/testthat/test_basic.R

library(BiocRnaHap)

context("test look1kg")
test_that("retrieve VCF data working", {
 l1 = look1kg()
 dd = dim(l1)
 expect_true(all(dd == c(3, 2504)))
})
vjcitn/BiocRnaHap documentation built on June 17, 2019, 9:31 p.m.