Nothing
test_that("Redundancy in right format",
expect_type(
get_protein_redundancy(t_dat),
"double"
)
)
test_that("Redundancy for test file",
expect_equal(
get_protein_redundancy(t_dat, 132),
4.56
)
)
test_that("Redundancy protein legth is ok",
expect_error(
get_protein_redundancy(t_dat, 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.