test_that("Annotation data frame retrieval", {
anno_df <- get_annotation_orgdb(dds_airway, "org.Hs.eg.db", "ENSEMBL")
expect_s3_class(anno_df, "data.frame")
expect_true(all(dim(anno_df) == c(63677, 2)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.