Gene Ontology Term Enrichment


Gene Ontology term enrichment is a technique for interpreting sets of genes making use of the Gene Ontology system of classification, in which genes are assigned to a set of predefined bins depending on their functional characteristics. For example, the gene FasR is categorized as being a receptor, involved in apoptosis and located on the plasma membrane.
Researchers performing high-throughput experiments that yield sets of genes often want to retrieve a functional profile of that gene set, in order to better understand the underlying biological processes. This can be done by comparing the input gene set with each of the bins in the GO – a statistical test can be performed for each bin to see if it is enriched for the input genes.
The output of the analysis is typically a ranked list of GO terms, each associated with a p-value.

Background

The Gene Ontology

The Gene Ontology provides a system for hierarchically classifying genes or gene products into terms organized in a graph structure. The terms are groups into three categories: molecular function, biological process and cellular component. Each gene can be described with multiple terms. The GO is actively used to classify genes from humans, model organisms and a variety of other species.
Using the GO it is possible to retrieve the set of terms used to describe any gene, or conversely, given a term, return the set of genes annotated to that term. For the latter query, the hierarchical system of the GO is employed to give complete results. For example, a query for the GO term for nucleus should return genes annotated to the term "nuclear membrane".

Interpreting high throughput data

Certain types of high-throughput experiments return sets of genes that are over or under expressed. The GO can be used to functionally profile this set of genes, to determine which GO terms appear more frequently than would be expected by chance when examining the set of terms annotated to the input genes. For example, an experiment may compare gene expression in healthy cells versus cancerous cells. Functional profiling can be used to elucidate the underlying cellular mechanisms associated with the cancerous condition. This is also called term enrichment or term overrepresentation, as we are testing whether a GO term is statistically enriched for the given set of genes.

Methods

There are a variety of methods for performing a term enrichment using GO. Methods may vary according to the type of statistical test applied, the most common being a Fisher's exact test / hypergeometric test. Some methods make use of Bayesian statistics. There is also variability in the type of correction applied for Multiple comparisons, the most common being Bonferroni correction.
Methods also vary in their input – some take unranked gene sets, others ranked gene sets, with more sophisticated methods allowing each gene to be associated with a magnitude, avoiding arbitrary cutoffs.

Tools