test_that("tmm", {
for (object in list(
"bcbioRNASeq" = object,
"matrix" = assay(object)
)) {
expect_type(
object = tmm(object),
type = "double"
)
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.