Pre-filtering of annotated isoforms based on splice junctions
0
0
Entering edit mode
10 months ago
I0110 ▴ 140

Is there a method to exclude transcript isoforms without any splicing junction support from RNA-seq data? I would like to perform some pre-filtering of annotated isoforms before using Kallisto or RSEM. Thanks!

RSEM isoforms splicing RNA-seq Kallisto • 464 views
ADD COMMENT
0
Entering edit mode

You could parse the reference genome GTF/GFF file and count the number of exons per transcript (using the type column). Then any transcript with only 1 annotated exon could be removed from the reference transcriptome.

However, I would be wary of removing references before mapping. Reads that initially mapped to single-exon transcripts may map elsewhere inflating read counts. For example, this could be true for genes evolving through duplication.

ADD REPLY

Login before adding your answer.

Traffic: 2857 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6