test_that("calculateHZEIint works for example sequence", {
x <- round(calculateHZEIint('ATACCAGCCAGCTATTACATTT'),3)
expect_equal(x, 24.593)
})
test_that("calculateHZEIint works for example sequence", {
x <- calculateHZEIint('ATACCAGCCAGCTATTACATTT')
expect_is(x, "numeric")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.