Nothing
context("switch_alph()")
test_that("motif alphabet switching works", {
m1 <- create_motif()
m2 <- switch_alph(m1)
expect_s4_class(m2, "universalmotif")
expect_equal(m2@alphabet, "RNA")
})
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.