Nothing
context("merge_motifs()")
test_that("motif merging works", {
m1 <- create_motif("AAAAAAA", nsites = 10)
m2 <- create_motif("TTTTTTT", nsites = 10)
m3 <- merge_motifs(list(m1, m2), tryRC = FALSE, min.overlap = 10)
expect_equal(m3@consensus, "WWWWWWW")
})
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.