context("Consensus calling")
## TODO! IMPORTANT! Write new tests when toy samples are in inst folder
test_that("consmat accepts different inputs", {
mat <- matrix(c("A", "A", "A",
"C", "C", "C",
"T", "T", "T"),
3,3)
expect_equal(TRUE, TRUE)
})
test_that("input is correct", {
expect_equal(TRUE, TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.