test_that("can parse example diff_CNV", {
aa <- matrix(sample(c(0, 1, -1), 200, replace = TRUE), 25, 8)
rownames(aa) <- paste0("gene", 1:25)
colnames(aa) <- paste0("sample", 1:8)
sampleGroup <- sample(c("A", "B"), ncol(aa), replace = TRUE)
diffCnv <- differential_CNV(aa, sampleGroup)
expect_true( "P.Value" %in% colnames(diffCnv))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.