Is RSEM required for RNA-seq data analysis using STAR and edgeR?
2
0
Entering edit mode
9 months ago
Apprentice ▴ 160

I have fastq files (n=40) obtained by paired-end unstranded RNA-seq. I would like to analyze these files using STAR for mapping and perform the differential expression analysis between the two groups by edgeR. I plan to apply TPM for normalized count. I am wondering if RSEM is currently necessary since STAR can generate raw count data per gene. I would be grateful if you could enlighten me.

edgeR RNA-seq STAR • 1.1k views
ADD COMMENT
0
Entering edit mode

DESeq2 and EdgeR uses raw counts as input.

ADD REPLY
0
Entering edit mode
9 months ago
Gordon Smyth ★ 7.1k

A complete example analysis is given here (using Rsubread instead of STAR): https://bioconductor.org/packages/release/workflows/vignettes/RnaSeqGeneEdgeRQL/inst/doc/edgeRQL.html

ADD COMMENT
1
Entering edit mode

RSEM would also be a smarter algorithm than subread.

ADD REPLY
0
Entering edit mode

Thank you for your response. I can use the counts calculated by STAR, please give me a rationale why using the Rsubreade algorithm is better than using the counts generated by STAR.

ADD REPLY
0
Entering edit mode
9 months ago

EdgeR wants raw counts, not TPM. You can use the counts STAR calculates, but RSEM's algorithm is better.

ADD COMMENT
0
Entering edit mode

Thank you for your response. You are right that I can use the counts calculated by STAR, please give me a rationale why using the RSEM algorithm is better than using the counts generated by STAR. Is it reported in papers or other sources that the RSEM generated counts are more accurate than the STAR counts?

ADD REPLY
2
Entering edit mode

You could just read the RSEM paper to find out how it processes the counts to make them better! It involves dealing with multi-mapping reads.

ADD REPLY
0
Entering edit mode

Thank you for your reply. I'll read the RSEM paper.

ADD REPLY

Login before adding your answer.

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