Nothing
test_that("get_human_tfs return list of TFs", {
skip_if_offline()
skip_on_bioc()
human.tfs <- get_human_tfs()
expect_true("FOXA1" %in% human.tfs$external_gene_name)
expect_true(!"COL6A1" %in% human.tfs$external_gene_name)
})
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.