How can I count one specific exon in RNA-seq data
2
0
Entering edit mode
7.3 years ago
carl.h ▴ 20

I would like to quantify the number of exones of one particular exone in a specific gene. I have rnaseq data.

RNA-Seq • 3.3k views
ADD COMMENT
2
Entering edit mode

I assume you mean counts for a particular exon? Align to the genome/transcriptome as usual. Use a GTF containing just the data you are interested in for counting with featureCounts at exon level.

ADD REPLY
0
Entering edit mode

Yes that is right. Thank you!

ADD REPLY
0
Entering edit mode

For a follow up question, you don't happen to know how to count all exones in one gene? I have the gtf annotations for all the exones in one gene and I would like to get the number of each exon for the gene.

ADD REPLY
0
Entering edit mode

As long as you have the annotations in your GTF file you can count the exons separately (e.g. -t exon, which is the default for featureCounts. Take a look at the manual here.)

ADD REPLY
0
Entering edit mode

Thank you it worked perfectly, I had to add -f to count feature.

ADD REPLY
1
Entering edit mode
7.3 years ago
firatuyulur ▴ 320

you can use DEXSeq on R see this.

ADD COMMENT
0
Entering edit mode
7.3 years ago

DEXSeq is a good suggestion.

If you wanted to use JunctionSeq for splicing analysis, QoRTs can provide exon and splice junction counts.

ADD COMMENT

Login before adding your answer.

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