test_that("DESeqResults", {
object <- results(objs[["deseq"]], i = 1L)
expect_s4_class(object, "DESeqResults")
expect_identical(
object = contrastName(object),
expected = "condition_B_vs_A"
)
contrastName(object) <- "XXX"
expect_identical(
object = contrastName(object),
expected = "XXX"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.