enrichmentPlot: Enrichment plot.

Description Usage Arguments Details Value Author(s) Examples

Description

enrichmentPlot Enrichment plot of a gene set resulting from mGSZ2.

Usage

1
enrichmentPlot(mGSZres, geneSetId)

Arguments

mGSZres

Result object obtained after applying mGSZ2 function.

geneSetId

character with one ID present in mGSZres (a rowname of it).

Details

It plots the running enrichment score of a gene set.

Value

A ggplot2 object.

Author(s)

Juan Cruz Rodriguez jcrodriguez@bdmg.com.ar

Examples

1
2
3
4
5
6
## Not run: 
data(dummyData);
mGSZres <- mGSZ2(dummyData$x, dummyData$y, dummyData$l);
enrichmentPlot(mGSZres, rownames(mGSZres)[[1]]);

## End(Not run)

jcrodriguez1989/mGSZ2 documentation built on May 24, 2019, 9:51 a.m.