Nothing
test_that("Coverage in right format",
expect_type(
get_protein_coverage(t_dat),
"double"
)
)
test_that("Coverage for test file",
expect_equal(
get_protein_coverage(t_dat, protein_length = 132),
86.36
)
)
test_that("Coverage protein legth is ok",
expect_error(get_protein_coverage(t_dat, protein_length = 100))
)
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.