# library(testthat); library(scRNAseq); source('test-zeisel-nervous.R')
test_that("Zeisel nervous getter works as expected", {
sce <- ZeiselNervousData()
expect_s4_class(sce, "SingleCellExperiment")
sce <- ZeiselNervousData(location=FALSE)
expect_true(all(lengths(sce)==0))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.