library(GOSemSim)
context("load_OrgDb")
test_that("load OrgDb with package name", {
db <- load_OrgDb("org.Hs.eg.db")
expect_true(is(db, "OrgDb"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.