Count intron retention reads from BAM files
1
0
Entering edit mode
6.0 years ago
Chirag Nepal ★ 2.4k

Hi there,

How to find/filter intron-retained reads from BAM files? Which flag in BAM file describes information about retained intron. I know there are some tools to find retained intron, but i want to understand how they are represented in BAM files.

When there is an intron retention, portion of reads map to exon and remaining to intron. Is this correct?

thanks !

samtools intron-retention • 1.6k views
ADD COMMENT
1
Entering edit mode
6.0 years ago
d-cameron ★ 2.9k

Which flag in BAM file describes information about retained intron.

The SAM/BAM file format has no standard fields for retained intron reads. Any such fields will be custom fields for the aligner or detection tool used.

but i want to understand how they are represented in BAM files.

SAM/BAM files contain the read sequence, base qualities, alignment location, any optional standard or custom SAM tags. The SAM/BAM format itself does not include any reference genome annotation information (such as genes, exons, introns, repeats, and so on). You need to get this information from other annotation files.

ADD COMMENT

Login before adding your answer.

Traffic: 1849 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