How to get counts of STAR output (sam/bam).
3
1
Entering edit mode
7.9 years ago
Shahzad ▴ 30

Dear Members I am working on RNA-seq differential expression. I have aligned my RNA reads on reference genome using STAR. I need to know to get counts from the output files of STAR OR how to get the count table in RStudio for further analysis. What other options do I have if I don't use cufflinks/cuffdiff.

THANKS

RNA-Seq rna-seq alignment Assembly genome • 14k views
ADD COMMENT
4
Entering edit mode
7.9 years ago
Michael 54k

STAR 2.5 can now produce the counts directly using --quantMode, see https://github.com/alexdobin/STAR/blob/master/doc/STARmanual.pdf - Section 7, pp. 14ff

There are other programs like FeatureCounts, and Bioconductor packages, Edit: due to bad experiences I removed the recommendation for easyRNASeq.

ADD COMMENT
2
Entering edit mode

featureCounts is also available as part of the R subread package.

ADD REPLY
0
Entering edit mode

thank you dear @Michael Dondrup.

ADD REPLY
1
Entering edit mode
7.9 years ago
Irsan ★ 7.8k

HTseq is another popular option

ADD COMMENT
1
Entering edit mode

I compared the numbers between the HTSeq and quantMode from STAR and the output is pretty much the same. The upside is STAR is much faster than tophat+htseq. Although, my experience has been with smaller sample set but even the authors claim that the counts coincide with those produced by htseq-count with default parameters.

ADD REPLY
0
Entering edit mode

Hmm I still use star + htseq. I need to update my star version

ADD REPLY
0
Entering edit mode
7.9 years ago
Shahzad ▴ 30

Thank you all for your help. It solved my problem.

ADD COMMENT

Login before adding your answer.

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