Nothing
test_that("test plot_manhattan works", {
skip_on_cran()
expected <- otargen::manhattan(study_id = "GCST003044") %>% otargen::plot_manhattan()
expect_s3_class(expected, "ggplot")
expect_false(is.null(expected))
})
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.