# library(testthat); library(scRNAseq); source('test-bhaduri-organoid.R')
test_that("Bhaduri organoid getter works as expected", {
sce <- BhaduriOrganoidData()
expect_s4_class(sce, "SingleCellExperiment")
sce <- BhaduriOrganoidData(ensembl=TRUE)
expect_true(all(grepl("^ENSG", rownames(sce))))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.