This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Calculating differential expression from RPKM

I have a dataset (downloaded from GEO) that has expression levels in terms of RPKM. I understand that edgeR, DeSeq etc, use raw counts and not rpkm for differential expression calculation. Is there a way to find differential expression in case the raw counts are not available? Alternately, are there any easy ways to convert rpkm back to raw counts?

Thanks!

rna-seq edger deseq r

Well it's reads per kilobase of exon per million mapped, so get those two numbers and multiply. It's not going to be clean or easy. Stop using RPKM.

2 answers

you can use limma with the voom transformation

You could go backwards to counts from RPKM if you have the total number of mapped reads for each sample and the identity (and thus length) of all the genes/transcripts.

Log in to answer this question.