Description Details Author(s) See Also Examples
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.
Package: | GOexpress |
Type: | Package |
Version: | 1.2.1 |
Date: | 2014-04-19 |
License: | GPL (>= 3) |
This package requires only two input variables
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.
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:
Histogram and quantiles representations of the scores of GO terms
Permutation-based P-values to assess the significance of GO term ranking
Filtering of results on various criteria (e.g. number of genes annotated to GO term)
Re-ordering of GO terms and gene result tables based on score or rank metric
Table of statistics for genes annotated to a given GO term
Hierarchical clustering of samples based on the expression level of genes annotated to a given GO term
Heatmap of samples and genes based on the expression level of genes annotated to a given GO term
Expression profile of a gene against one given factor (e.g. Time) while grouping samples on another given factor (e.g. Treatment)
Univariate analysis of the expression level of a gene in the different groups of each experimental factor.
Venn diagram of the counts of genes shared between a list of GO terms.
Maintainer: Kevin Rue-Albrecht <kevin.rue@ucdconnect.ie
>
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
.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.