context("coerceS4ToList")
test_that("coerceS4ToList", {
object <- coerceS4ToList(rse)
expect_is(object, "list")
expect_identical(
object = names(object),
expected = c(
"rowRanges",
"colData",
"assays",
"NAMES",
"elementMetadata",
"metadata"
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.