test_that("Getting 3mers (codons) from mRNA sequence works", {
expect_equal(make_codons(mRNA = "AUCGAUGCA") , c("AUC", "GAU", "GCA"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.