# Tests for calcMaf
test <- c(0, 0.1, 0.75, 1)
test_that("filterMaf removes snps by maf",
{
expect_equal(calcMaf(test), c(0, 0.1, 0.25, 0))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.