test_that("can parse example cal_mean_module", {
data(geneExpress)
data(module)
result <- cal_mean_module(geneExpress, module)
expect_equal( ncol(result) , ncol(geneExpress))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.