test_that("readGAF() works", {
d<-readGAF("gene_association_head.goa_ref_human.gz")
expect_equal(d@numberOfItems, 182)
})
test_that("readGAF() with aspect works", {
d<-readGAF("gene_association_head.goa_ref_human.gz",aspect="C")
expect_equal(d@numberOfItems, 149)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.