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