Related Experiment Video
Updated: Jun 26, 2025

08:35
Identification of Alternative Splicing and Polyadenylation in RNA-seq Data
Published on: June 24, 2021
5.5K
CAREx: context-aware read extension of paired-end sequencing data
Felix Kallenborn1, Bertil Schmidt2
1Department of Computer Science, Johannes Gutenberg University Mainz, Mainz, Germany. kallenborn@uni-mainz.de.
BMC Bioinformatics
|May 10, 2024
Summary
CAREx generates pseudo-long reads from short-read sequencing data by using multiple-sequence alignments. This novel algorithm significantly improves read pair connection and accuracy, outperforming existing methods for de novo assembly.
Area of Science:
- Genomics
- Bioinformatics
- Computational Biology
Background:
- Next-generation sequencing (NGS) commonly produces short reads, limiting downstream applications.
- Longer reads are generally beneficial for various genomic analyses.
Purpose of the Study:
- To introduce CAREx, an algorithm for generating pseudo-long reads from paired-end Illumina short-read data.
- To enhance de novo assembly and other downstream applications by creating longer, more accurate reads.
Main Methods:
- CAREx utilizes repeated multiple-sequence alignments (MSAs) to extend short reads until their paired partners are identified.
- The algorithm is implemented in C++ (CPU) and CUDA/C++ (GPU), with a GPU-accelerated version available.
Main Results:
- CAREx significantly increases the number of connected read pairs compared to previous methods, especially on simulated data.
- It produces more error-free pseudo-long reads and achieves superior de novo assembly results.
- The GPU-accelerated CAREx demonstrates the fastest execution times among tested tools.
Conclusions:
- CAREx is an effective MSA-based algorithm for producing high-quality pseudo-long reads from short-read data.
- It surpasses state-of-the-art programs in read pair connection, error reduction, runtime, and de novo assembly.
- CAREx is open-source software available under GPLv3.
More Related Videos
Related Concept Videos
RNA-seq
9.9K
RNA sequencing, or RNA-Seq, is a high-throughput sequencing technology used to study the transcriptome of a cell. Transcriptomics helps to interpret the functional elements of a genome and identify the molecular constituents of an organism. Additionally, it also helps in understanding the development of an organism and the occurrence of diseases.
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
Before the discovery of RNA-seq, microarray-based methods and Sanger sequencing were used for transcriptome analysis. However, while...
9.9K
Next-generation Sequencing
88.7K
The first human genome sequencing project cost $2.7 billion and was declared complete in 2003, after 15 years of international cooperation and collaboration between several research teams and funding agencies. Today, with the advent of next-generation sequencing technologies, the cost and time of sequencing a human genome have dropped over 100 fold.
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
Next-Generation Sequencing Methods
Although all next-generation methods use different technologies, they all share a set of standard features....
88.7K
Sanger Sequencing
754.1K
DNA sequencing is a fundamental technique that is routinely used in the biological sciences. This method can be applied to a range of questions at different scales - from the sequencing of a cloned DNA fragment or the study of a mutation in a gene up to whole-genome sequencing. However, despite the widespread use of sequencing today, it was not until 1977 that Fredrick Sanger and his collaborators developed the chain-termination method to decode DNA sequences. It relies on the separation of a...
754.1K
Multi-species Conserved Sequences
3.9K
Next-generation sequencing technologies have created large genomic databases of a variety of animals and plants. Ever since the human genome project was completed, scientists studied the genome of primates, mammals, and other phylogenetically distant living beings. Such large-scale studies have provided new insights into the evolutionary relationship between organisms.
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved...
Although the genome of each species varies greatly from each other, a few sequences are highly conserved. Such conserved...
3.9K
Base-pairing and DNA Repair
64.7K
64.7K
Maxam-Gilbert Sequencing
11.2K
In the same year as the discovery of the Sanger sequencing method, another group of scientists, Allan Maxam and Walter Gilbert, demonstrated their chemical-cleavage method for DNA sequencing. The Maxam-Gilbert method relies on using different chemicals that can cleave the DNA sequence at specific sites, the separation of resulting DNA fragments of variable size using electrophoresis, and deciphering the DNA sequence from the resulting gel bands.
Challenges of the Maxam-Gilbert Method
The...
Challenges of the Maxam-Gilbert Method
The...
11.2K

