show_active_genesets_hist: show_active_genesets_hist

Description Usage Arguments Value Examples

View source: R/lib_enrichment.R

Description

function to plot distribution of size of active_genesets object

Usage

1

Arguments

nbins

Number of bins to include in histogram

...

further argumants are passed on to plot()

Value

NULL. The plot is shown.

Examples

 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)

MTZimmer/RITAN documentation built on Feb. 21, 2020, 7:09 a.m.