context("inferring CNV")
test_that("CNV must be of class cnv", {
data(dataMLPA)
CNV <- cnv(x = dataMLPA$Gene2, threshold.0 = 0.01,
mix.method = "mixdist")
expect_equal(class(CNV), "cnv")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.