context("testing util functions")
test_that("get URL links", {
dt <- data.table(
seqnames = "chr1",
start= 1,
end= 2,
hgnc_symbol="TIMMDC1"
)
expect_is(createFullLinkTable(dt, TRUE), "data.table")
expect_is(createFullLinkTable(dt, FALSE), "data.table")
expect_is(createFullLinkTable(dt[0]), "data.table")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.