Nothing
context("DenoisedCounts/Rates")
test_that("DenoisedCounts and Rates require matching dimensions", {
data <- makeExampleBASiCS_Data()
chain <- run_MCMC(
data,
N = 10,
Thin = 2,
Burn = 4,
Regression = FALSE,
WithSpikes = TRUE
)
expect_error(
BASiCS_DenoisedCounts(data, ChainSC),
"Chain and Data are different dimensions"
)
expect_error(
BASiCS_DenoisedRates(data, ChainSC),
"Chain and Data are different dimensions"
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.