Nothing
test_that("test get_genes works", {
skip_on_cran()
expected <- otargen::getLociGenes(chromosome = "2", start = 239634984, end = 241634984)
expect_s3_class(expected, c("tbl_df", "tbl", "data.frame"))
expect_named(expected, c("id", "symbol","bioType","description","chromosome", "tss", "start","end","fwdStrand","exons"))
expect_false(is.null(dim(expected)))
expect_error(otargen::getLociGenes(chromosome = 1, start = "239634984", end = "241634984"))
})
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.