Nothing
context("FDR")
test_that("Basic tests", {
expect_that(calculateFDR(0.9, matrix(rep(1,100),10), FALSE), equals(1))
expect_that(calculateFDR(1.0, matrix(rep(1,100),10), FALSE), equals(1))
expect_that(calculateFDR(1.1, matrix(rep(1,100),10), FALSE), equals(0))
})
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.