Hi Everyone,
I am trying to use DEXSeq to find out intron retention events in my RNA seq data. I want to find first the counts associated with the introns. I made a test gff file and used dexseq_count.py script but it did not produce any counts for introns. Here is how my test.gff file for intron looks like
chrI . intron 87388 87500 . + . ID=intron1 chrI . intron 139188 139218 . + . ID=intron2 chrI . intron 142254 142619 . + . ID=intron3 chrI . intron 151007 151096 . - . ID=intron4 chrI . intron 181179 181210 . + . ID=intron5
Can anyone tell me what do I have to change in this format. GTF files have exon information so how can I make a intron gff file from it??
Also downstream after having counts, should I just run DEXseq package as we do for exon? Hope to hear from you soon.
Thanks in advance.
Regards
Varun