context("ExpressionSet object S4 type")
library(tinker)
test_that("gse is an s4 object", {
gse <- download_gse_data("GSE108000")
expect_type(gse, "S4")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.