Fast Rna-Seq Exon Count Calculation
1
1
Entering edit mode
10.5 years ago
lkmklsmn ▴ 970

Hi,
I want to calculate exon counts from a large number of bam files. I have done this before using HTseq. Since I have a large number bam files I really need to make this process as efficient as possible. Which programs would you recommend?
I am using cloud resources with multiple CPUs.

exon counts rna-seq htseq • 3.4k views
ADD COMMENT
0
Entering edit mode
10.5 years ago

Just invoke multiple instances of htseq-count, one per file. I routinely count all of my samples at once that way. Allegedly featureCounts from subread is faster, but I've not used it.

ADD COMMENT
1
Entering edit mode

featureCounts is really fast. It usually takes less than a minute per sample (which obviously depends on the size of the sample). That said, I still use HTSeq out of habit because it's fast enough.

ADD REPLY
0
Entering edit mode

Good to hear from someone who's used featureCounts (and isn't its author) that it really is that fast! Was it relatively straight-forward to get working?

ADD REPLY
1
Entering edit mode

Yes, I had no problems getting it to run. I have been using it in R through the Rsubread package, pretty much following the manual.

ADD REPLY
0
Entering edit mode

I'll second the sentiment that featureCounts is a nice speed increase.

ADD REPLY

Login before adding your answer.

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