test_that("autZ125 function test", {
data(aln)
autms <- autZ125(
seq = aln,
start = 28,
end = 30,
verbose = FALSE
)
test1 <- autms$autm == 106
expect_true(test1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.