This is a test version of Biostars. For the public version, visit https://www.biostars.org.
After read mapping, count exons or genes?

I have mapped my RNA-seq reads (paired-end) onto the reference genome. Now I hope to measure the expression level by genes using featurecounts. Do I count the number of reads mapped to the whole 'gene' region, which includes introns? Or I should count reads mapped to all exons belonging to the same gene? Someone suggested using exons, may I know the reason behand this?

rna-seq featurecounts genome

1 answer

Exons because that is what the final spliced transcript is composed of. There is a reason that exon is the default setting in featureCounts.

Ok now I understand, thank you.

Log in to answer this question.