Description Usage Arguments Value Examples
View source: R/lib_enrichment.R
function to plot distribution of size of active_genesets object
1 | show_active_genesets_hist(nbins = 50, ...)
|
nbins |
Number of bins to include in histogram |
... |
further argumants are passed on to plot() |
NULL. The plot is shown.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | require(RITANdata)
load_geneset_symbols('GO_slim_generic')
show_active_genesets_hist()
## Not run:
## Show the distribution of geneset sizes for the default set of geneset resources
load_geneset_symbols()
show_active_genesets_hist()
## Show the distribution of geneset sizes for a specific resource
load_geneset_symbols(gmt="ReactomePathways")
show_active_genesets_hist()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.