I have already aligned all my RNA-seq samples using tophat2. I've done the differential analysis using htseq-count and edgeR. I would like to get rpkm and tpm metrics. What is the easiest way to do that using the output of tophat2, htseq-count and edgeR? I also have the reference GTF. So, please, recommend a tool or a workflow that would take me to TPKM or RPKM in less than a day - I have a machine with 32GB RAM and 8 cores and my study comprises 24 samples.
Thanks - this would be really neat. I just checked the manual but can't quite understand how to produce it from a DGEList object. Can you, perhaps, give an example?
I also saw that logCPM (counts per million) is part of the topTags object but I don't understand how to interpret it. Is there a way to derive RPKM from it?
Did you try ?rpkm
rpkm(x, gene.length, normalized.lib.sizes=TRUE, log=FALSE, prior.count=0.25)
Where x is a DGElist