test_that("createCodonMatrix works for example sequence", {
x <- dim(createCodonMatrix('ATGACCGATCGAATCCGG'))
expect_equal(x, c(2, 6))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.