Hi biostars,
I am looking for an established tool to quantify intron retention in RNAseq data. I have come across spliceR package but its seems to be rather difficult with non-cuffdiff generated data.
Any ideas?
Hi biostars,
I am looking for an established tool to quantify intron retention in RNAseq data. I have come across spliceR package but its seems to be rather difficult with non-cuffdiff generated data.
Any ideas?
This can be done with DEXSeq, for which one needs to simply tweak an annotation file a bit. Both Alejandro Reyes and I give example scripts for the conversion in this thread on seqanswers. You may also want to read through the "Detecting differential usage of introns from RNA-seq daasets" on the bioconductor email list.
Use iREAD (intron retention analysis and detector) specifically designed to quantify intron retention: http://www.genemine.org/iread.php
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Astalavista software
Hi Devon,
I am trying to run your script on seqanswer. With hg19.gff(generated from DEXSeq python scripts), I am using import.gff2 as per your command but
asRangedData=F
asRangeData=F
At the step
the code is still running and is taking a lot of time. Is this normal?