library(BiocRnaHap)
context("test look1kg")
test_that("retrieve VCF data working", {
l1 = look1kg()
dd = dim(l1)
expect_true(all(dd == c(3, 2504)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.