Nothing
context("convert_motifs()")
test_that("motif conversion works", {
m <- matrix(rep(0.25, 16), nrow = 4)
rownames(m) <- c("A", "C", "G", "T")
mm <- convert_motifs(m)
expect_equal(mm@alphabet, "DNA")
})
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.