context("estimate.n*")
test_that("estimate.nPathways works", {
expect_length(estimate.nPathways(c(4, 5, 5, 5, 5, 5)), 2L)
})
test_that("estimate.nGenes works", {
expect_length(estimate.nGenes(c(4, 5, 5, 5, 5, 5)), 2L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.