Nothing
test_that("ggvenn() is working", {
testdat <- readRDS(file.path(system.file("extdata", package="hypeR"), "testdat.rds"))
signature <- testdat$signature
genesets <- testdat$gsets$genesets
p <- ggvenn(signature, genesets[[1]], "signature", "genset", "Geneset Name")
expect_is(p, "gg")
})
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.