test_that("Check class of loadAnnotations", {
myOGRE <- makeExampleOGREDataSet()
myOGRE <- loadAnnotations(myOGRE)
expect_equal(class(myOGRE),class(GRangesList()))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.