Run htseq-count with multiple sam files?
4
2
Entering edit mode
7.9 years ago

Can one only run one sam file at a time? Or is there a way to run multiple sams in one command line? I have 27 sam files.

Thanks,

RNA-Seq htseq-count • 7.2k views
ADD COMMENT
2
Entering edit mode

Use featureCounts much faster than HTseq and supports multiple samples.

ADD REPLY
8
Entering edit mode
7.9 years ago
GenoMax 141k

featureCounts will allow you to use multiple files at the same time and will generate a count matrix in one step. It is also much faster and will sort files automatically, if needed.

ADD COMMENT
1
Entering edit mode
7.9 years ago
michael.ante ★ 3.8k

You can use GNU parallel to run multiple instances. See this tutorial for further information.

ADD COMMENT
0
Entering edit mode
5.9 years ago
Arindam Ghosh ▴ 510

A small perl script will do the job and then use R to combine results into one file.

ADD COMMENT
0
Entering edit mode
5.9 years ago

Why not quantify with Salmon - will give you much better gene level estimats (according to amongst other this)

ADD COMMENT

Login before adding your answer.

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