meme.full <- system.file("extdata", "meme_full.txt", package = "universalmotif")
test_that("MEME Import errors correctly", {
suppressWarnings(
expect_error(importMeme(meme.full, parse_genomic_coord = TRUE),
"Problem parsing genomic coordinates"),
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.