test_that("bcbioRNASeq", {
x <- plotCountsPerFeature(object, geom = "boxplot")
expect_s3_class(x, "ggplot")
x <- plotCountsPerFeature(
object = object,
geom = "density",
normalized = "vst",
interestingGroups = "sampleName"
)
expect_s3_class(x, "ggplot")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.