tests/testthat/test-postVCF.R

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)
})

Try the handyFunctions package in your browser

Any scripts or data that you put into this service are public.

handyFunctions documentation built on Aug. 22, 2022, 5:06 p.m.