Nothing
test_that("test genesForVariant works", {
skip_on_cran()
expected_1 <- otargen::genesForVariant(variant_id = "1_154453788_C_T")
expected_2 <- otargen::genesForVariant(variant_id = "rs55808324")
expect_type(expected_1, "list")
expect_type(expected_2, "list")
expect_false(is.null(length(expected_1)))
expect_false(is.null(length(expected_2)))
})
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.