Hi all, I'm analyzing a paired-end RNA-seq from the litterature.I checked some previous posts that only partially answered the question. I used Hisat2 to align to mouse genome using the 2 fastq files from sequencing and used forward to specify strand information (reverse was giving me similar results.??? used galaxy for alignment) then I used reorderSam and then featureCounts. The problem is when I use s -1, s-2 or s-0 I usually get 2 close but different numbers for the stranded ones and for s -0 I get often the addition of both number. However sometimes, I get a totally different number. Some examples:
S0 S1 S2
110 53 57
4 2 2
337 233 230
1 67 60
1340 666 674
So I'm confused here as to which option I should choose. I tried to get my output Bam file obtained after hisat2 into IGV and it looks like it is not stranded (I'm not sure I got the right "view" but I had a lot of both red and blue on the same gene). So first, should I re-do my hisat2 by specifying "un-stranded"? Second, I should then use S0 I guess in my featureCounts, but why I have this line where I have only 1 alignment in S0 versus 67/60 with s1/s2? Why do I lose a lot for this gene? thanks for your help, best regards
great thanks for your answer. I tried for one of the samples and indeed hisat2 stranded or unstranded does not change the results of featureCounts. I will try your test but will then continue with just unstranded -s 0 option thanks.