show_active_genesets_hist {RITAN}R Documentation

show_active_genesets_hist

Description

function to plot distribution of size of active_genesets object

Usage

show_active_genesets_hist(nbins = 50, ...)

Arguments

nbins

Number of bins to include in histogram

...

further argumants are passed on to plot()

Value

NULL. The plot is shown.

Examples

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)

[Package RITAN version 1.8.0 Index]