Nothing
context("motif_rc()")
test_that("motif reverse complement works", {
m1 <- create_motif("AAAAA")
m2 <- motif_rc(m1)
expect_equal(m2@consensus, "TTTTT")
})
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.