Nothing
test_that("Annotation options by organism", {
expect_equal(
annotation_options("human"),
c(
"gencode_v26",
"gencode_v29",
"fantom6_cat",
"refseq",
"ercc",
"sirv"
)
)
expect_equal(annotation_options("mouse"), "gencode_v23")
})
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.