Nothing
context("makeVCFHeaderFromGA4GHResponse")
test_that("makeVCFHeaderFromGA4GHResponse works", {
skip_on_bioc()
library(VariantAnnotation)
host <- "http://1kgenomes.ga4gh.org/"
datasetId <- searchDatasets(host, nrows = 1)$id
variantSetId <- searchVariantSets(host, datasetId, nrows = 1)$id
variantSet <- getVariantSet(host, variantSetId, asVCFHeader = FALSE)
output <- makeVCFHeaderFromGA4GHResponse(variantSet)
expect_s4_class(output, "VCFHeader")
})
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.