How can I count reads mapped to the ribosomal genes.
0
0
Entering edit mode
6.3 years ago
biplab ▴ 110

There are two ribosomal genes(RDN37-1, RDN37-2) in my genomic sequence file, both have same sequence. Therefore when I did the alignment by bowtie2, reads that mapped to ribosomal genes mapped both regions thus low mapping quality for those reads. After mapping when I used htseq-count in order to count read mapped to features RDN37-1 and RDN37-2 give 0 count because low quality mapping. In this case, what will be best way to count reads for RDN37-1?

rna-seq next-gen alignment • 1.5k views
ADD COMMENT
2
Entering edit mode

I think the option for htseq-count to count multi-mapped reads is --nonunique all. Equivalent command for featureCounts is -M. Both programs will not count multi-mappers by default.

ADD REPLY
0
Entering edit mode

Thank you so much for help.

ADD REPLY

Login before adding your answer.

Traffic: 1528 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6