Detecting Transposable Element Insertions from NGS Data

Detecting Transposable Element Insertions from NGS Data
Like

Share this post

Choose a social network to share with, or copy the URL to share elsewhere

This is a representation of how your post may appear on social media. The actual post will vary between social networks

Transposable elements, often referred to as “jumping genes,” have the remarkable ability to insert copies of their sequences into different locations within the genome.

With next-generation sequencing (NGS), obtaining the complete genomic sequence of an organism has become routine. This means we should also be able to track how transposable elements move within the genome using these sequence data.

However, NGS produces millions to billions of short reads, each only a few hundred bases long—like an enormous jigsaw puzzle. Reconstructing continuous chromosome sequences from these fragments requires extensive computation.

The presence of transposable elements complicates this process. When elements longer than the read length are scattered throughout the genome, assembly algorithms often generate multiple possible solutions, making it difficult to determine the correct one.

Long-read sequencing technologies can resolve this issue, but with short-read data alone, it remains challenging. Moreover, because identical copies of the target transposon are dispersed across the genome, simple similarity searches cannot reliably reveal where and how the element has moved.

After days of thinking about this problem, I realized that the target site duplication (TSD) created during transposition could serve as a key indicator.

Figure 1. Schematic presentation of insertion of Tos17 and TSD and principal of TIF algorithm

Figure 1A shows the TSD associated with the Tos17 retrotransposon, which was my focus at the time. When Tos17 inserts, a 5-base duplication appears flanking its upstream and downstream ends.

By extracting short reads that contain the 5′ and 3′ ends of Tos17 and removing the Tos17 sequence itself, I collected the adjacent sequences (Figure 1B). When two sequences share the same 5-base motif at their ends, they form a pair—indicating the insertion site of Tos17.

If a reference genome is available, these paired sequences can be mapped directly to identify insertion sites. Even without a reference, the paired sequences themselves mark the location of Tos17 and can be used as markers.

The approach is simple: search short reads for transposon termini and pair the adjacent sequences. This can be implemented with a lightweight program.

I developed a prototype in Perl with fewer than 50 lines of code. Because it relies only on basic searches and pairing a small number of sequences, I believe this is one of the smallest and fastest programs for analyzing NGS data.

Feel free to download and try it:
https://github.com/akiomiyao/tif

Reference
Nakagome, M., Solovieva, E., Takahashi, A. et al. Transposon Insertion Finder (TIF): a novel program for detection of de novo transpositions of transposable elements. BMC Bioinformatics 15, 71 (2014). https://doi.org/10.1186/1471-2105-15-71

Follow the Topic

Genetics and Genomics
Life Sciences > Biological Sciences > Genetics and Genomics
Cancer Genetics and Genomics
Life Sciences > Biological Sciences > Genetics and Genomics > Cancer Genetics and Genomics
Plant Genetics
Life Sciences > Biological Sciences > Plant Science > Plant Genetics
DNA transposable elements
Life Sciences > Biological Sciences > Genetics and Genomics > Genomics > Genome > Interspersed repetitive sequences > DNA transposable elements
  • BMC Bioinformatics BMC Bioinformatics

    This is an open access, peer-reviewed journal that considers articles describing novel computational algorithms and software, models and tools, including statistical methods, machine learning and artificial intelligence, as well as systems biology.

Related Collections

With Collections, you can get published faster and increase your visibility.

Extracellular vesicle research

BMC Bioinformatics is welcoming submissions to our Collection on Extracellular vesicles research.

BMC Bioinformatics is welcoming submissions to our Collection on Extracellular vesicles research. Extracellular vesicles (EVs) are are small lipid bilayer-delimited particles released by cells that play crucial roles in intercellular communication and various physiological processes. The study of EVs has gained significant attention due to their potential as biomarkers for disease diagnosis, therapeutic targets and drug delivery systems. Advanced bioinformatics tools are essential for analyzing EV data, identifying EV-associated molecules, and understanding their biological functions.

This Collection welcomes submissions on the development of new computational and/or statistical approaches for the study of extracellular vesicles. We encourage contributions that highlight innovative methods for detecting and characterizing EVs and elucidating the molecular mechanisms underlying EV biogenesis and function.

All manuscripts submitted to this journal, including those submitted to collections and special issues, are assessed in line with our editorial policies and the journal’s peer-review process. Reviewers and editors are required to declare competing interests and can be excluded from the peer review process if a competing interest exists.

Publishing Model: Open Access

Deadline: Sep 30, 2026

Bioinformatics and ecology

BMC Bioinformatics is calling for submissions to our Collection on Bioinformatics and ecology.

Ecology has become a data-heavy science. Genomic technologies and computational methods have changed what ecologists can ask and answer, and bioinformatics tools are now central to making sense of the large, messy datasets these studies produce.

This matters for some of the most pressing environmental problems we face, including climate change, habitat loss, non-indigenous species, and biodiversity crisis. Advances in DNA sequencing, comprehensive reference databases, and computational analysis now let researchers characterise microbial and macrobial communities and assess their role in ecosystem function with a level of detail that was not possible a decade ago. In conservation genomics, the same tools support practical decisions about managing endangered species and restoring habitats.

There is plenty of room for the field to develop further. As machine learning methods mature, they should improve predictions of species distributions and how ecosystems respond to environmental pressure. Better taxonomic profiling and genome assembly will also sharpen our understanding of microbial ecology and what it tells us about ecosystem health.

This Collection brings together research that pairs bioinformatics approaches with ecological questions. We are particularly interested in environmental DNA (eDNA) analysis, metagenomics, and the use of machine learning to understand community structure and species distribution. We welcome contributions that include:

  • Ecosystem monitoring using bioinformatics
  • Metagenomics in microbial ecology
  • Applications of machine learning in ecological studies
  • Environmental DNA as a tool for biodiversity assessment
  • Conservation genomics and species management
  • Metabarcoding approaches for large-scale biodiversity studies
  • Bioinformatic pipelines and tools for ecological genomics

This Collection supports and amplifies research related to SDG6: Clean Water and Sanitation, SDG 13: Climate Action, SDG 14: Life Below Water, and SDG 15: Life on Land.

All manuscripts submitted to this journal, including those submitted to collections and special issues, are assessed in line with our editorial policies and the journal’s peer-review process. Reviewers and editors are required to declare competing interests and can be excluded from the peer review process if a competing interest exists.

Publishing Model: Open Access

Deadline: Apr 30, 2027