Nothing
################################################################################
# yarn function unit tests
################################################################################
library("yarn"); library("testthat");
test_that("`filterLowGenes` function provides expected values", {
data(skin)
expect_equal(as.numeric(nrow(skin)),40824)
skin = filterLowGenes(skin,"SMTSD")
expect_equal(as.numeric(nrow(skin)),19933)
})
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.