DExTER
Overview
DExTER (Domain Exploration To Explain gene Regulation) is a bioinformatics tool designed to automatically identify genomic regions whose nucleotide composition correlates with gene expression levels.
Unlike traditional approaches focusing on short transcription factor binding sites (6-12 bp), DExTER detects Long Regulatory Elements (LREs) that can span tens to hundreds of nucleotides.
This makes it possible to explore a poorly characterized regulatory mechanism: gene regulation driven by the global composition of genomic regions.
The method has shown strong predictive power, explaining a large fraction of gene expression variability, reaching more than 70% prediction accuracy in Plasmodium falciparum.
Method principle
DExTER combines DNA sequences and gene expression data to identify pairs:
(k-mer motif, gene region)
whose frequency is correlated with expression level.
Main steps
- Segmentation of regions around genes
- Iterative search for k-mers correlated with expression
- Informative variable selection (LASSO / machine learning)
- Construction of a predictive gene expression model
The final model allows:
- identification of candidate regulatory regions
- explanation of expression variability
- prediction of expression of new genes
Biological applications
DExTER enables the study of regulatory mechanisms not detectable with classical motif discovery methods:
- Genomes with few transcription factors
- Post-transcriptional regulation
- Cell-cycle dependent regulation
- Epigenetic regulation linked to DNA composition
Key observations from the study:
- Highly dynamic regulation in Apicomplexa
- More stable regulation in multicellular organisms
- Distinct roles of upstream (transcriptional) vs downstream (post-transcriptional) regions
Input data
- Nucleotide sequences aligned per gene (e.g. ±2 kb around TSS or start codon)
- Gene expression matrix (RNA-seq or microarray)
Output data
- List of candidate regulatory elements (cLREs)
- Enriched motifs and associated regions
- Variable importance
- Predictive expression model
- Correlation scores between sequence and expression
You can explore an example of the results generated by DExTER here:
https://api.atgc-montpellier.fr/results/71cb194e-4dc4-4b4d-aca7-f153659cd340/
Typical use cases
- Study of non-canonical gene regulation
- Comparative genomics
- Transcriptome interpretation
- Atypical genomes (parasites, plants, protists)
Associated publication
Menichelli C. et al., 2021
Identification of long regulatory elements in the genome of Plasmodium falciparum and other eukaryotes
PLOS Computational Biology
https://doi.org/10.1371/journal.pcbi.1008909
Source code
https://gite.lirmm.fr/menichelli/DExTER
DExTER online execution
Other tools
MYST : Manage Your Scientific…
What is MYST? MYST is the orchestration platform behind ATGC online bioinformatics services. It provides a unified web interface and a public REST API to submit analyses, monitor jobs, and retrieve results across a growing catalog of phylogenetic and sequence-analysis tools. MYST is a modernized redesign of WAVES, an older tool previously developped by ATGC…
WAVES
Warning : This application is no longer maintained and out of date. If you’re interested in, just have a look to MYST Summary WAVES is a web application dedicated to bioinformatic tool integration. It provides an efficient way to implement a service for any bioinformatic software. Such services are automatically made available in three ways:…
CompPhy
CompPhy: a web-based collaborative platform for comparing phylogenies CompPhy is a web platform dedicated to the collaborative handling of phylogenetic trees. Users can freely manage collections of trees and communicate on a common project. By collaborative, we mean that several users connected to the same project can manipulation at the same time trees from shared…