This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Genes' length to get RPKM if features count is not used?

Hi everyone

We used salmon and edgeR to get expressions using cpm. Now, I need to get RPKM also, is there a way to get genes length to compute rpkm using edgeR, if I didnot use feature counts originally?

Thanks

rna-seq edger salmon rpkm

1 answer

Salmon outputs effective gene length, and edgeR has a rpkm() function, use them to get what you want - even though you should use tpm instead.

Found it, the effective length, thanks so much :)

Log in to answer this question.