Open Bigzhangwei opened 3 years ago
@Bigzhangwei
IntronDepth
, which is a stacked number of reads at a base-wised scale and a trimmed median across the entire intronic region. Please refer to the manual here for a more detailed explanation of Column 9.Thanks a lot! But where can i find "coverage" number, in IRFinder-IR-dir.txt, "Coverage" of Column 8 reflect ratio of mapped reads instead of "total number of reads", I could not find other "coverage" results in the output files, did i missed something?
@Bigzhangwei The number of reads per intron is not recorded in the IRFinder output, as it's not related to IR ratio calculation defined by IRFinder. Please also note the Column 8 is NOT the ratio of mapped reads. Instead, it means how many bases of the intron is covered by at least one RNASeq reads.
With that being said, if you want to know the number of reads per intron, you can quickly run bedtools intersect
with -c
and -split
options. The input A file will be the intron coordinates provided in the IRFinder results (i.e. first six columns) and the input B file will be your BAM file. Please consult the Bedtools manual to see if the BAM file has to be sorted by coordinates.
Cool! It really worked!
Another strategic question is: how to deal with these IR events when you compared several samples that in some samples its' IRratio >0.1 with at least thress reads coverage and in some samples its' IRratio >0.1 with less than thress reads coverage? throw away or equal to 0? I wanted to do ANOVA analysis among four samples with two replicates, however there were many IR events showing IRratio >0.1 with less than thress reads coverage. I guess you may encounter the same question.
P.S. bedtools intersect just like a server memory terminator, I tried many times for every samples.(;′⌒`)
Dear Sir, I want to assess IR events on C.elegans with IRFinder, but i encountered two problems, so i have to ask for your help!
Best wishes and looking forward to your answer.