Nothing
#
library(testthat)
#detach(package:vcfR, unload=TRUE)
#
library(vcfR)
#
context("INFO2df")
test_that("INFO2df example works",{
data("vcfR_test")
myDf <- INFO2df(vcfR_test)
expect_true(class(myDf) == 'data.frame')
})
test_that("metaINFO2df example works",{
data("vcfR_test")
myDf <- metaINFO2df(vcfR_test)
expect_true(class(myDf) == 'data.frame')
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.