test_that("SCE", {
x <- melt(sce)
expect_s4_class(x, "DFrame")
expect_identical(
object = colnames(x),
expected = c(
"rowname",
"colname",
"value",
"sampleId",
"sampleName",
"interestingGroups"
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.