context("normExp")
data('simCounts')
tpm <- apply(simCounts, 2, function(x) {
(1e+06 * x)/sum(x)
})
test_that("normExp", {
expect_true(is.matrix(normExp(tpm)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.