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

Description Details Author(s) References Examples

Description

A web-interface for gene-set enrichment analysis

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:

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.

Author(s)

Thomas Sandmann

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

1

Example output

Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colMeans, colSums, colnames, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
    pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
    setdiff, sort, table, tapply, union, unique, unsplit, which,
    which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: gCMAP
Loading required package: GSEABase
Loading required package: annotate
Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: IRanges
Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid

Loading required package: XML
Loading required package: graph

Attaching package: 'graph'

The following object is masked from 'package:XML':

    addNode

Loading required package: limma

Attaching package: 'limma'

The following object is masked from 'package:BiocGenerics':

    plotMA


Attaching package: 'gCMAP'

The following object is masked from 'package:IRanges':

    members

Loading required package: Rook

gCMAPW> if (interactive()) {
gCMAPW+   ## start a gCMAPWeb instance with the example data and
gCMAPW+   ## configuration provided in the package
gCMAPW+   gCMAPWeb()
gCMAPW+   ## same as above, explicitely specifying the location
gCMAPW+   ## of the configuration file
gCMAPW+   gCMAPWeb( 
gCMAPW+     config.file.path = system.file("config", "config.yml", 
gCMAPW+                                     package = "gCMAPWeb" )
gCMAPW+   )
gCMAPW+ }
Warning message:
system call failed: Cannot allocate memory 

gCMAPWeb documentation built on April 28, 2020, 8:23 p.m.