test_that("list", {
object <- objs[["deseq"]]
x <- DESeqAnalysisList(
object = list(
"object1" = object,
"object2" = object
)
)
expect_s4_class(x, "DESeqAnalysisList")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.