| show_active_genesets_hist {RITAN} | R Documentation |
function to plot distribution of size of active_genesets object
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.
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)