Nothing
context("Test zinbModel class accessors.")
set.seed(13124)
BiocParallel::register(BiocParallel::SerialParam())
test_that("Non-integer numbers are caught", {
se <- SummarizedExperiment(matrix(rnorm(60, mean=5), nrow=10, ncol=6),
colData = data.frame(bio = gl(2, 3)))
expect_error(m1 <- zinbwave(se), "The input matrix should contain only whole numbers.")
expect_error(m2 <- zinbwave(se), "The input matrix should contain only whole numbers.")
})
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.