Description Usage Arguments Details
View source: R/shiny-module-reactiveGeneSetDb-module.R
This can be instantiated from a "static" or "reactive" GeneSetDb object. It allows users to customize which genesets are active by:
1 2 3 4 5 6 7 8 9 10 | reactiveGeneSetDb(
input,
output,
session,
gdb,
min.gs.size = 2L,
max.gs.size = Inf,
default_collections = NULL,
...
)
|
gdb |
A static or reactive GeneSetDb object |
min.gs.size, max.gs.size |
the default minimum and maximum geneset size set in the UI when 'gdb' is first loaded or changes (when reactive) |
1. Filtering out entire collections; and 2. Filtering genesets based on min and max (gene) size.
This should be in mutliGSEA.shiny, but is developed here for now to make it easier to develop within the FacieAnalysis shiny world.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.