Learn R Programming

gCMAPWeb (version 1.12.0)

gCMAPWeb-package: A web-interface for gene-set enrichment analysis

Description

A web-interface for gene-set enrichment analysis

Arguments

Details

This package provides a stand-alone web interface for gene-set enrichment analysis. Run either through R's internal Rhttpd server of deployed through an Apache2 webserver, gCMAPWeb allows users to search reference datasets stored in NChannelSet or CMAPCollection objects via three different methods:
  • Directional queries performed by calculating the parametric JG score from the reference datasets
  • Non-directional queries performed via Fisher's exact test
  • Profile queires performed by calculating the parametric JG score from the query data

A web interace is populated based on a configuration file in YAML format and additional information from the reference dataset objects (if available). For each query, a report is generated in html format, including graphs and tabular output. Extensive customization of the graphical user interface can easily be performed through global options.

References

Jiang Z, Gentleman R., Extensions to gene set enrichment. Bioinformatics. 2007 Feb 1;23(3):306-13 http://www.ncbi.nlm.nih.gov/pubmed/17127676

Examples

Run this code
example( gCMAPWeb )

Run the code above in your browser using DataLab