test_that("SCE", {
object <- metrics(sce)
expect_s4_class(object, "DFrame")
expect_identical(
object = colnames(object),
expected = c(
"sampleId",
"sampleName",
"interestingGroups"
)
)
expect_identical(
object = rownames(object)[[1L]],
expected = "cell001"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.