Nothing
context("Test median +- k*MAD")
test_that("Correct calculation of median +- k*MAD", {
madSelection <- sapply("P001", madSelect, exampleDat,
control = "control", treatment = "treatment", simplify = FALSE)
expect_equal(as.numeric(madSelection$P001[1, 2:4]),
c(0.8966, 0.8981399, 1.001757), tolerance = 1e-3)
expect_equal(as.character(madSelection$P001[1, 5]), "No")
expect_equal(rownames(madSelection$P001)[1], "AAK1 si3")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.