Nothing
#
library(testthat)
#detach(package:vcfR, unload=TRUE)
library(vcfR)
context("queryMETA")
##### ##### ##### ##### #####
test_that("queryMETA works",{
data(vcfR_test)
myMeta <- queryMETA(vcfR_test)
expect_is(myMeta, "character")
})
test_that("queryMETA element works",{
data(vcfR_test)
myMeta <- queryMETA(vcfR_test, element = 'DP')
expect_is(myMeta, "list")
})
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.