test_that("DESeqAnalysis", {
object <- objs[["deseq"]]
value <- metadata(object@results[[1L]])[["lfcThreshold"]]
expect_type(value, "integer")
lfcThreshold(object) <- NULL
expect_identical(lfcThreshold(object), value)
value <- 1L
lfcThreshold(object) <- value
expect_identical(lfcThreshold(object), value)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.