test_that("compareCodons()", {
for(i in names(Biostrings::GENETIC_CODE)){
for(j in names(Biostrings::GENETIC_CODE)){
compareCodons(i,j)}}
expect_true(compareCodons(i,j)[1] == 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.