Nothing
library("GSEAmining")
data(genesets_sel)
test_that("Test that gm_filter produces a data.frame with the 4 correct
columns", {
gs.filt <- gm_filter(genesets_sel,
p.adj = 0.05,
neg_NES = 2.6,
pos_NES = 2)
expect_equal(class(gs.filt), 'data.frame')
expect_equal(names(gs.filt), c("ID", "NES", "p.adjust", "core_enrichment"))
})
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.