context("scDD simulation")
test_that("scDD simulation output is valid", {
skip_if_not_installed("scDD")
params <- newSCDDParams(nDE = 5, nDP = 5, nDM = 5, nDB = 5, nEE = 5,
nEP = 5)
expect_true(validObject(scDDSimulate(params)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.