Skip to main content
microPublication Biology logoLink to microPublication Biology
. 2018 Mar 27;2018:10.17912/W25Q2N. doi: 10.17912/W25Q2N

Two new functions in the WormBase Enrichment Suite

David Angeles-Albores 1,§, Raymond YN Lee 1, Juancarlos Chan 1, Paul W Sternberg 1
Reviewed by: Paola Roncaglia
PMCID: PMC7255849  PMID: 32550381

Figure 1.

Figure 1.

Enrichment results for Tissue, Gene and Phenotype ontologies for genes overexpressed in a ciliary transcriptome (Wang et al. 2015).

Description

Genome-wide experiments routinely generate large amounts of data that can be hard to interpret biologically. A common approach to interpreting these results is to employ enrichment analyses of controlled languages, known as ontologies, that describe various biological parameters such as gene molecular or biological function. In C. elegans, three distinct ontologies, the Gene Ontology (GO), Anatomy Ontology (AO), and the Worm Phenotype Ontology (WPO) are used to annotate gene function, expression and phenotype, respectively (Ashburner et al. 2000; Lee and Sternberg, 2003; Schindelman et al. 2011).

Previously, we developed software to test datasets for enrichment of anatomical terms, called the Tissue Enrichment Analysis (TEA) tool (Angeles-Albores and Sternberg, 2016). Using the same hypergeometric statistical method, we extend enrichment testing to include WPO and GO, offering a unified approach to enrichment testing in C. elegans. The WormBase Enrichment Suite can be accessed via a user-friendly interface at http://www.wormbase.org/tools/enrichment/tea/tea.cgi.

To validate the tools, we analyzed a previously published extracellular vesicle (EV)-releasing neuron (EVN) signature gene set derived from dissociated ciliated EV neurons (Wang et al. 2015) using WormBase Enrichment Suite based on the WS262 WormBase release. TEA correctly identified the CEM, hook sensillum and IL2 neuron as enriched tissues. The top phenotype associated with the EVN signature was chemosensory behavior. Gene Ontology enrichment analysis showed that cell projection and cell body were the most enriched cellular components in this gene set, followed by the biological processes neuropeptide signaling pathway and vesicle localization further down. The tutorial script used to generate the figure above can be viewed at:https://github.com/dangeles/TissueEnrichmentAnalysis/blob/master/tutorial/Tutorial.ipynb

The addition of Gene Enrichment Analysis (GEA) and Phenotype Enrichment Analysis (PEA) to WormBase marks an important step towards a unified set of analyses that can help researchers to understand genomic datasets. These enrichment analyses will allow the community to fully benefit from the data curation ongoing at WormBase.

Methods

Using the methods described in Angeles-Albores et al, we generated ontology dictionaries using the Anatomy, Phenotype and Gene Ontology annotations for C. elegans. The dictionary similarity parameter was set to 95% for all ontologies. The annotation per term minimum was set to 33 annotations for the AO, a 50 annotations for the WPO, and 33 annotations for GO. Terms within the dictionary are tested using a hypergeometric probability test and corrected using the Benjamini-Hochberg step-up algorithm. In WS262, there are 1320 anatomy terms, 1117 phenotypes, and 3025 GO terms that have at least 11 genes annotated to them. The dictionaries are freely accessible using the Python version of the Suite, which can be installed using the pip tool for Python libraries:

pip install tissue_enrichment_analysis

The dictionary can then be automatically downloaded by importing the enrichment analysis library in a Python script by writing:

import tissue_enrichment_analysis as ea

The dictionaries can then be downloaded by typing:

ea.fetch_dictionary(dict)

into Python, where `dict ` is the string `tissue`, `phenotype` or `go` to specify which dictionary to download. If the function does not receive an argument, the dictionary corresponding to the AO is downloaded by default. See the tutorial above for an example implementation.

Acknowledgments

Funding

This work was supported by the NIH grant U41 HG002223.

References

  1. Angeles-Albores D, N Lee RY, Chan J, Sternberg PW. Tissue enrichment analysis for C. elegans genomics. BMC Bioinformatics. 2016 Sep 13;17(1):366–366. doi: 10.1186/s12859-016-1229-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  2. Ashburner M, Ball CA, Blake JA, Botstein D, Butler H, Cherry JM, Davis AP, Dolinski K, Dwight SS, Eppig JT, Harris MA, Hill DP, Issel-Tarver L, Kasarskis A, Lewis S, Matese JC, Richardson JE, Ringwald M, Rubin GM, Sherlock G. Gene ontology: tool for the unification of biology. The Gene Ontology Consortium. Nat Genet. 2000 May 01;25(1):25–29. doi: 10.1038/75556. [DOI] [PMC free article] [PubMed] [Google Scholar]
  3. Lee RY, Sternberg PW. Building a cell and anatomy ontology of Caenorhabditis elegans. Comp Funct Genomics. 2003;4(1):121–126. doi: 10.1002/cfg.248. [DOI] [PMC free article] [PubMed] [Google Scholar]
  4. Schindelman G, Fernandes JS, Bastiani CA, Yook K, Sternberg PW. Worm Phenotype Ontology: integrating phenotype data within and beyond the C. elegans community. BMC Bioinformatics. 2011 Jan 24;12:32–32. doi: 10.1186/1471-2105-12-32. [DOI] [PMC free article] [PubMed] [Google Scholar]
  5. Wang J, Kaletsky R, Silva M, Williams A, Haas LA, Androwski RJ, Landis JN, Patrick C, Rashid A, Santiago-Martinez D, Gravato-Nobre M, Hodgkin J, Hall DH, Murphy CT, Barr MM. Cell-Specific Transcriptional Profiling of Ciliated Sensory Neurons Reveals Regulators of Behavior and Extracellular Vesicle Biogenesis. Curr Biol. 2015 Dec 10;25(24):3232–3238. doi: 10.1016/j.cub.2015.10.057. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from microPublication Biology are provided here courtesy of California Institute of Technology

RESOURCES