test_that("SCE", {
expect_message(
object = convertSampleIdsToNames(sce),
regexp = "unmodified"
)
expect_identical(
object = convertSampleIdsToNames(sce),
expected = sce
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.