分享

Downstream functional analysis of an ‘omics experi...

 树袋熊zkqgpfpq 2019-05-25

Introduction

The direct analysis of data from ‘omics experiments (transcriptomics and proteomics especially), focusses on producing lists of genes or proteins of interest (i.e. those that vary in expression, or some other character, between experimental conditions). However, merely identifying those genes that are altered in the experiment does not generally advance the understanding of the processes being studied. Downstream functional analysis of ‘omics data focusses on connecting the genes in a gene list by related function, with the aim of shedding more light on the processes being affected by coordinated changes in gene expression.

In this tutorial, a number of tools for functional analysis will be introduced. We will focus on the downstream analysis of the gene list produced by the Analysing microarray data in R and BioConductor tutorial.

Hypergeometric tests for over-representation of functional categories

The Hypergeometric distribution is a statistical distribution that describes the number of success in a series of n draws without replacement, from a finite population, N.
A test against this distribution determines the probability that the number of successes observed could be obtained by chance. It is an appropriate test for the kind of functional analysis described here because a gene list can be seen as a series of draws from the finite population of Gene Ontology terms that annotate the whole of a genome, therefore a Hypergeometric test determines the possibility that a certain term is over-represented in the gene list with respect to the parent population.

Tools

There are many tools that implement the hypergeometric test for over-representation of terms, often from the Gene Ontology, but also other sets of terms such as KEGG or Reactome pathways. Below is a brief tutorial for the use of a few of these tools.

DAVID – Database for Annotation, Visualization and Integrated Discovery

DAVID, the Database for Annotation, Visualization and Integrated Discovery, is a suite of online tools which provide a number of different analysis methods (Huang, Sherman, and Lempicki 2008)*. For the purposes of this tutorial, we are going to focus on the ‘functional annotation clustering’ tool.

Go to the DAVID web site and click on ‘Start Analysis’, the link can be found in the menu bar beneath the web page header. The first step in any analysis with DAVID is to upload your gene list. Download the list of probeset identifiers from this link, and either upload it into DAVID using the ‘Upload a File’ option, or paste the contents into the text box in the left-hand side of the page. Select ‘OFFICIAL_GENE_SYMBOL’ as the Identifier Type, select the ‘Gene List’ radio button, and press ‘Submit List’. DAVID warns us that it can map the identifiers to multiple species, dismiss the warning, but make sure you select the Homo sapiens from the list of species in the left hand side panel. DAVID presents an ‘Analysis Wizard’ which lets us quickly submit our list of genes to one of DAVID’s analysis tools. Analysing functional over-representation is as simple as clicking on the ‘Functional Annotation Tool’ link.

The 194 differentially expressed probesets from the microarray analysis tutorial map to 133 human genes in the DAVID database. The Annotation summary gives lists of the functional terms that DAVID has analysed for over-representation. As an example, click on the ‘+’ icon next to ‘Gene Ontology’ to expand that list, and then click the ‘Chart’ button next to ‘GOTERM_BP_FAT’ to look at Biological Process enrichment in more detail. There are 126 biological process terms in this list, all with a P-value < 0.05. We are, however, performing multiple tests here, so we must correct these P-values to allow for that. Fortunately DAVID has already done this, and we can see these corrected P-values in the final column of the chart (headed ‘Benjamini’). 10 of the 126 terms are still statistically over-represented if we use this corrected P-value

Table 1 – Statistically over-represented GO Biological Process terms, according to DAVID.

TermNumber of genes with annotationP-valueBenjamini-Hochberg corrected P-Value
collagen fibril organization62.9E-63.4E-3
extracellular structure organization105.6E-63.3E-3
extracellular matrix organization81.8E-57.1E-3
skeletal system development124.4E-51.3E-2
negative regulation of signal transduction106.3E-51.5E-2
response to nutrient81.2E-42.4E-2
response to steroid hormone stimulus91.4E-42.4E-2
negative regulation of cell communication101.5E-42.2E-2
response to estrogen stimulus71.8E-42.4E-2
tube development93.5E-44.1E-2

This list of over-represented terms gives us a lot of information about the genes that have changed expression in our experiment. But we have no information about how the individual terms are related. DAVID provides a functional annotation clustering tool that can help with this, but the results are still represented as HTML tables. A more visual representation of the relationships between terms may help us with our interpretation.

BiNGO

BiNGO (Maere, Heymans, and Kuiper 2005)* is a plugin for the popular graph visualisation tool Cytoscape (10.1093/bioinformatics/btq675). BiNGO performs essentially the same calculations as DAVID, but displays the results in a much more visual format, a network representation of the over-represented GO terms and their connections within the Directed Acyclic Graph (DAG) of the Gene Ontology.

To run BiNGO, we first need to download and install Cytoscape (version at time of writing: 2.8.1), then run it. Once Cytoscape is running, click on the ‘Plugins’ menu, and select ‘Manage Plugins’. This will bring up the plugin manager. Search for BiNGO, and install the latest version (currently 2.44). Now from the ‘Plugins’ menu, select ‘Start BiNGO’ to bring up the options box for the plugin.

Fill in the box as illustrated (Figure 1). Paste the list of gene names we used for DAVID into the text box (after selecting ‘Paste Genes from Text’). Select ‘GO_Biological_Process’ from the ‘Select Ontology File’ dropdown, and select ‘Homo sapiens’ from the list of organisms. Now click ‘Start BiNGO’ and wait for the analysis to complete.

BiNGO Settings

Figure 1 - The settings for BiNGO used here

BiNGO produces a network (Figure 2), and a table of results (excerpt – Table 2). The list of terms produced by BiNGO looks rather different from that produced by DAVID, but this can be largely explained by the fact that BiNGO analyses every term in the Gene Ontology section selected, whereas DAVID cuts the DAG off at a certain level, and only analyses terms with a particular specificity. Terms, such as ‘collagen fibril organzation’ which score highly with DAVID still score highly with BiNGO. Further differences are accounted for by BiNGO not being as successful as DAVID at mapping Gene Names to entities in the Gene Ontology (110 vs 133 genes mapped), and BiNGO shipping with an outdated version of the Gene Ontology, which is not as complete as the more up-to-date version used by DAVID (it is perfectly possible to update the annotation used by BiNGO).

BiNGO output

Figure 2 - Network output from BiNGO when run using the settings shown in figure 1.

The network is a representation of the segment of the GO DAG which contains the over-represented terms, so not only do we see the terms and the magnitude of their statistical over-representation (signified by the ‘redness’ of a given node in the network), we can also see how those over-represented terms are related within the Gene Ontology.

Table 2 – Top 10 statistically over-represented GO Biological Process terms, according to BiNGO.

TermNumber of genes with annotationP-valueBenjamini-Hochberg corrected P-Value
Anatomical Structure Development473.7633E-95.7353E-6
System Development432.4002E-81.8290E-5
Anatomical Structure Morphogenesis289.4070E-84.7788E-5
Developmental Process492.6029E-79.9169E-5
Multicellular Organismal Development464.2036E-71.2813E-4
Organ Development339.1325E-72.3196E-4
Response to Stimulus511.4705E-63.2015E-4
Collagen Fibril Organization51.7326E-63.3007E-4
Response to Estrogen Stimulus82.6527E-64.4919E-4
Tissue Development193.8427E-65.3740E-4

Other Tools

There are plenty of other tools for looking at term enrichment within a gene list. Many of which are freely available.

  • GOStats is a Bioconductor package that will allow for enrichment analysis to be added simply to an R workflow for microarray analysis (10.1093/bioinformatics/btl567).
  • g:Profiler is a web tool for enrichment analysis, results are coded by evidence type from GO, for visually classifying by reliability (10.1093/nar/gkm226).
  • GeneMANIA is another Cytoscape plugin that finds many types of relationship between the genes of a gene list (10.1093/nar/gkq537). Among these relationships are physical interactions (i.e protein-protein interactions), pathway membership, and shared GO terms (including a calculation of over-representation).
  • GOrilla is another web tool which allows terms over-represented within a gene list to be calculated (10.1186/1471-2105-10-48). Results can be sent to REViGO for subsequent visualisation (10.1371/journal.pone.0021800).

Analysis for enrichment of functional terms in a list of genes is a relatively simple operation, with a number of tools available for achieving the same results, each with different strengths and weaknesses. It can be argued that by only focussing on those genes which have significantly altered expression between conditions a large amount of information is being lost, and by not relating terms to one another meaningfully, the underlying biology is ignored. Another class of tools has been developed that aim to address these issues, and are the subject of another article: Gene Set Enrichment Analysis.

Bibliography

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多