To which strand should a pair be counted to? I'm confused counting reads in paire-end RNA-seq data.
https://drive.google.com/file/d/0B8-ZAuZe8jldb3FJVXlZQkNxbjA/edit?usp=sharing
1 answer
The read counting depends on the library protocol. For example, in case the applied protocol is non-strand specific or strand-specific forward, then the read pair is counted, since the first read in the pair has alignment strand which matches the gene strand. In case the protocol is strand-specific reverse the read is not counted. There is a good explanation about strand-specific RNA-seq here.
There are tools which allow to estimate the strand-specificity based on the alignment data. For example, this one.
Hope this helps.
Log in to answer this question.
If you are using HTSeq count, you should also be providing a GTF/GFF file as a reference against which the reads are counted.
According to the manual:
Of course I'm using it.
Probably the strand of read1, but it depends on how you made your library.