Run htseq-count with multiple sam files?
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,
• 8,347 views
•
link
4 answers
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.
• 1 views
•
link
A small perl script will do the job and then use R to combine results into one file.
• 1 views
•
link
Log in to answer this question.
Use featureCounts much faster than HTseq and supports multiple samples.