I have been using IRFinder-1.3.1 to calculate IR with my bam files and it works well. And I learned from your published paper and documentaion that IRratio = IntronDepth/(max(splices right ,splices left) + IntronDepth). But as I examin the output, I find that when IntronDepth <1, the output IRratio = Coverage/(max(splices right ,splices left) + Coverage), i.e. Coverage is used instead of IntronDepth to calculate IRratio. Below I post the original IRratio from the output and I recomputed this value using IntronDepth or Coverage.
When IntronDepth >=1 or IntronDepth = Coverage(rows highlighted in green), IRratio calculated using IntronDepth matches the output IRratio. While IntronDepth <1(rows highlighted in red), the output IRratio matches IRratio calculated using Coverage.
I wonder if this is a bug or not?
Another question is, as IntronDepth is the median depth of the intronic region without the excluded regions, is Coverage ratio of bases with mapped reads across the entire intronic region or the intronic region without the excluded regions? Because I don't understand why the IntronDepth is not always 0 when the Coverage is below 0.5. Thanks in advance for you reply!
Hi,
I have been using IRFinder-1.3.1 to calculate IR with my bam files and it works well. And I learned from your published paper and documentaion that IRratio = IntronDepth/(max(splices right ,splices left) + IntronDepth). But as I examin the output, I find that when IntronDepth <1, the output IRratio = Coverage/(max(splices right ,splices left) + Coverage), i.e. Coverage is used instead of IntronDepth to calculate IRratio. Below I post the original IRratio from the output and I recomputed this value using IntronDepth or Coverage. When IntronDepth >=1 or IntronDepth = Coverage(rows highlighted in green), IRratio calculated using IntronDepth matches the output IRratio. While IntronDepth <1(rows highlighted in red), the output IRratio matches IRratio calculated using Coverage. I wonder if this is a bug or not? Another question is, as IntronDepth is the median depth of the intronic region without the excluded regions, is Coverage ratio of bases with mapped reads across the entire intronic region or the intronic region without the excluded regions? Because I don't understand why the IntronDepth is not always 0 when the Coverage is below 0.5. Thanks in advance for you reply!