data("sarsCovData")
# prepare testing matrix
testMat <- sarsCovMat[1:1000,]
tmm <- countsToTmm(testMat)
test_that("Normalized output is a matrix", expect_equal(class(tmm), c("matrix", "array")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.