GOexpress-package: Visualise microarray and RNAseq data with gene ontology...

Description Details Author(s) See Also Examples

Description

Integrates gene expression data with gene ontology annotations to score and visualise genes and gene ontologies best clustering groups of experimental samples. Supports custom annotations, or alternatively provides an interface to the Ensembl annotations using the biomaRt package. The default scoring approach is based on the random forest framework, while a one-way ANOVA is available as an alteranative. GO term are scored and ranked according to the average rank (alternatively, average power) of all associated genes. P-values can be generated to assess the significance of GO term ranking. The ranked list of GO terms is returned, with tools allowing to visualise the statistics on a gene- and ontology-basis.

Details

Package: GOexpress
Type: Package
Version: 1.3.1
Date: 2014-04-20
License: GPL (>= 3)

This package requires only two input variables

  1. An ExpressionSet containing assayData and phenoData. The former should be a gene-by-sample matrix providing gene expression values for each gene in each sample. The latter should be an AnnotatedDataFrame from the Biobase package providing phenotypic information and grouping factors with two or more levels.

  2. The name of the grouping factor to investigate, which must be a valid column name in the phenoData slot of the above ExpressionSet.

Following analysis, visualisation methods include:

Author(s)

Maintainer: Kevin Rue-Albrecht <kevin.rue@ucdconnect.ie>

See Also

Main method for an example usage: GO_analyse.

Packages Biobase, ggplot2, randomForest, RColorBrewer, VennDiagram.

Methods getBM, heatmap.2, bluered, greenred, grid.newpage, grid.layout, str_extract.

Examples

1
2
3
4
5
6
7
8
9
# Sample input data available with package:
data(AlvMac)

# Sample output data available with package:
data(AlvMac_results)

# Supported species and microarrays:
data(microarray2dataset)
data(prefix2dataset)

kevinrue/GOexpress-original documentation built on May 20, 2019, 9:07 a.m.