test_that("multiBigwig_summary() gives correct error", {
sample_data_table <- data.frame(bw_path = c("bw1.bw", "bw2.bw"),
sample_id = c("bw1", "bw2"))
expect_error(multiBigwig_summary(data_table = sample_data_table))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.