Hi all,
I'm running GSEA on RNA-seq differential expression results and I’m wondering what’s the best way to rank genes when using edgeR LRT .
I know that for:
DESeq2, it's common to rank by log2FoldChange after shrinkage.
limma-voom, the t-statistic is often used for ranking.
But edgeR-LRT does not provide a t-stat, so I’m not sure what’s most appropriate. Would using logFC alone be enough?
Don't necessarily need to run
topTags
. Even with theglmLRT
output,lrt
say, the signed LRT statisticis a standard normal z-statistic, and would be a good choice for GSEA ranking analyses.