Biology

New tool rapidly identifies active genes without needing genome annotations

How the science connects

Gene expressionRNA-SeqSplice junction

AI Insight

Researchers developed fastder, a computational tool that identifies actively transcribed regions in RNA-sequencing data without relying on existing gene annotations. The tool analyzes coverage patterns and splice junctions from RNA-seq experiments, running 15-20 times faster than existing methods while maintaining comparable accuracy. It successfully detected cryptic exons in disease models and can process hundreds of thousands of samples from databases like recount3, though it cannot distinguish between different transcript isoforms from the same gene.


This tool enables researchers to discover novel transcribed regions and splicing events that standard annotation-based methods would miss, which is particularly valuable for studying diseases that alter gene expression patterns and for organisms with incomplete genome annotations. The speed improvements make it feasible to analyze massive RNA-seq datasets at scale.


Understand the Science

Gene expression 67 articles Explore Concept → RNA-Seq Concept coming soon Splice junction Concept coming soon

⚠️ Preprint – Noch nicht peer-reviewed

Dieser Artikel wurde noch nicht von unabhängigen Experten begutachtet. Die Ergebnisse sind vorläufig und sollten mit Vorsicht interpretiert werden.

Features from RNA-seq experiments are usually counted using a curated annotation (GENCODE, Ensembl, etc) as reference. This approach constrains RNA-seq counts to what the annotation considers a valid gene, transcript or exon, and misses transcription outside them. Moreover, reference annotations are known to be incomplete, and inadequate in some experiments altering splicing, and some diseases. To circumvent these constraints, annotation-free detection of expressed regions aims to detect the actual regions being expressed in a sample or samples. For large scale usage, the recount3 resource holds uniformly processed coverage tracks and splice junctions for over 8,000 human and over 10,000 mouse RNA-seq studies, with several hundred thousand samples in total. This opens an opportunity for scalable tools to call expressed regions that are annotation free. We present fastder, a C++ tool to detect expressed regions directly from recount3 coverage and splice junctions files, with no read alignment steps. It also can run on local raw reads, after aligning them with STAR, making it suitable to analyze species beyond human and mouse. fastder calls expressed regions by bump hunting expression coverage files, and stitches them into spliced multi-exon structures using the splice junction data. On simulated RNA-seq with unannotated expression features, fastder calls exons at a base-level accuracy on par with derfinder and golden standard for the task. Exon precision improves with sequencing depth. We compare fastder’s performance against a coverage-only baseline, derfinder and groHMM. fastder extends the functionality of those by assigning strands to the expressed regions, and by also producing multi-exon regions. It runs about 15 to 20 times faster than derfinder and groHMM, within bounded memory. We showcase its use with two recount3-derived examples, including the recovery of cryptic exons from a TDP-43 knockdown experiment; and the GTEx data clustering based on the topology of the expressed regions alone, without taking the expression levels into account. fastder makes annotation-agnostic detection of expressed-regions fast enough to run at recount3 scale. As limitation, it detects expressed regions and the junctions between them, not different isoforms from the same gene.

Source: fastder: fast, annotation-agnostic detection of expressed regions from RNA-seq coverage and splicing data