counting the reads mapped only to the coding sequence
2
0
Entering edit mode
6.8 years ago

I have aligned the RNAseq data to the transcriptome and have .bam files. now I want to count the reads that map to the coding sequence not the whole transcriptome. I usually use HTseq count to do so. do you guys know how to do that?

RNA-Seq • 1.4k views
ADD COMMENT
0
Entering edit mode

I usually use HTseq count to do so.

So what's the problem then? Seems you already know the solution.

ADD REPLY
1
Entering edit mode
6.8 years ago
VHahaut ★ 1.2k

Did you look at this answer?

Question: htseq counts on genes (introns + exons)

ADD COMMENT
1
Entering edit mode
6.8 years ago
h.mon 35k

Why don't you tell exactly what you did - commands included?

Usually, when reads are aligned to a transcriptome, one uses RSEM or eXpress (or some other expectation-maximization algorithm) to perform quantification of transcript expression.

Now, in case you aligned to the genome and have a gene annotation, you can use HTSeq or (better) featureCounts to perform quantification of gene expression.

ADD COMMENT

Login before adding your answer.

Traffic: 1907 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