test_plotStateSize <- function() {
data(exSCE)
dat <- SingleCellExperiment(assay=list(logcounts=logcounts(exSCE)))
RUnit::checkException(plotStateSize(dat)) #Empty
ggp <- plotStateSize(exSCE)
RUnit::checkTrue(length(ggp$layers) > 0)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.