test_that("SummarizedExperiment", {
se <- SummarizedExperiment(
assays = list(
tpm = matrix(
data = seq_len(4L),
nrow = 2L,
ncol = 2L,
byrow = TRUE
)
)
)
x <- tpm(se)
expect_type(x, "integer")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.