View source: R/testing-helpers.R
randomGeneSetDb | R Documentation |
I wrote this because initial fetching from msigdbr can be slow, and also having some weird crashes in the unit tests of bioc3.14-devel.
randomGeneSetDb(x, n = 10, bias = NULL, ...)
x |
an input container to |
n |
number of genesets |
bias |
column in |
... |
pass through args |
This is a helper function for development, and shouldn't be used by normal users of this package.
A randomly generated GeneSetDb you can use against x
for testing.
gdb.rando <- randomGeneSetDb(exampleDgeResult(), 10, bias = "t")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.