Nothing
context("trim_motifs()")
test_that("motif trimming works", {
m1 <- create_motif("NNCCCNN", nsites = 100)
m2 <- trim_motifs(m1)
expect_equal(ncol(m2), 3)
})
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.