Nothing
test_that("test geneOntologyQuery works", {
skip_on_cran()
result <- geneOntologyQuery(ensgId = "ENSG00000141510")
expect_true(is.null(result) || tibble::is_tibble(result))
if (!is.null(result)) {
expect_true(all(c("term.id", "term.name", "aspect", "evidence", "geneProduct", "source") %in% colnames(result)))
}
})
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.