test_that("listing mutations work", {
dir <- paste0("../testdata/GRETTA_example/")
df <- list_mutations(gene = "ARID1A", data_dir = dir)
expect_equal(nrow(df), 458)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.