test_that("Testing plotGeneQC", {
library(ggplot2)
data("dkd_spe_subset")
spe <- addPerROIQC(dkd_spe_subset)
p <- plotGeneQC(spe)
expect_silent(print(p))
expect_error(plotGeneQC(col = xyz))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.