Nothing
library(stringr)
library(stats)
library(handyFunctions)
library(ggplot2)
data(SNV_1MB_density_data)
test_that("multiplication works", {
expect_output(ShowSNPDensityPlot(SNV_1MB_density_data, binSize = 1e6, chromSet = c(38:1)),regexp = NA)
})
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.