Nothing
test_that("works for yeast_cds", {
# determine optimal codons requires sufficient data.
# we only test the function works.
set.seed(2024)
seqs_sample <- yeast_cds[sample.int(length(yeast_cds), 100)]
cf_sample <- count_codons(seqs_sample)
expect_visible(get_fop(cf_sample))
})
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.