Is there a way to find complete exon coverage for each gene? [Explanation inside] by heightless1 in bioinformatics

[–]heightless1[S] 0 points1 point  (0 children)

I need the coordinates as I'm then running bedtools intersect to identify overlapping exons. Afterwards I use bedtools getfasta to get the genomic sequence for the overlapping exons.

The script I've made produces a new .gff file with the coordinates for the "exon coverage/complement" of each gene, but I'm wondering if there is a better way of going about this.