Nothing
test_that("readGAF() works", {
d<-readGAF("gene_association_head.goa_ref_human.gz")
expect_equal(d@numberOfItems, 184)
})
test_that("readGAF() with aspect works", {
d<-readGAF("gene_association_head.goa_ref_human.gz",aspect="C")
expect_equal(d@numberOfItems, 149)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.